[SCM] qtbase packaging branch, master, updated. debian/5.0.0-1-43-g47cb828

Pino Toscano pino at alioth.debian.org
Mon Apr 8 08:20:56 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=47cb828

The following commit has been merged in the master branch:
commit 47cb8280f7f45e155e3b07f8b3bb5708aa0743f1
Author: Pino Toscano <pino at debian.org>
Date:   Mon Apr 8 10:20:39 2013 +0200

    just remove .la files, instead of cleaning them
---
 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/ \

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list