diff options
author | Pino Toscano <pino@debian.org> | 2013-04-08 10:20:39 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-04-08 10:20:39 +0200 |
commit | 47cb8280f7f45e155e3b07f8b3bb5708aa0743f1 (patch) | |
tree | c824198e36e6ee87b251672b9cdc9376ea440e07 | |
parent | 40646b8ed7e9244573394c46278c3603afa66785 (diff) | |
download | qtbase-47cb8280f7f45e155e3b07f8b3bb5708aa0743f1.tar.gz |
just remove .la files, instead of cleaning them
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 940e782..e05b164 100755 --- a/debian/rules +++ b/debian/rules @@ -255,8 +255,8 @@ override_dh_auto_install: -o -name .rcc \ \) -print0 | xargs -0 rm -rf - # Clean .la files - sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` + # Remove libtool-like files + rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la # Remove bogus exec bits from some data files in mkspecs, docs, examples find debian/tmp/usr/share/qt5/ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/ \ |