[SCM] qtxmlpatterns packaging branch, master, updated. 1a5cffd2d541ba08a1aee38cc7bbbdefa024d6e6

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri Apr 19 21:06:46 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtxmlpatterns.git;a=commitdiff;h=1a5cffd

The following commit has been merged in the master branch:
commit 1a5cffd2d541ba08a1aee38cc7bbbdefa024d6e6
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Apr 19 18:00:01 2013 -0300

    Remove .la files.
    
    Use --fail-missing instead of --list-missing.
---
 debian/rules |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5979aba..69460a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,16 +8,23 @@ export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildfla
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
-	dh $@ --list-missing --parallel --with pkgkde_symbolshelper --dbg-package=qtxmlpatterns5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtxmlpatterns5-dbg
 
 override_dh_auto_configure:
 	qmake
 
 override_dh_auto_install:
 	dh_auto_install
+
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \
 	-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
 
+	# Remove libtool-like file
+	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+
+override_dh_install:
+	dh_install --fail-missing
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

-- 
qtxmlpatterns packaging



More information about the pkg-kde-commits mailing list