[SCM] qtlocation packaging branch, master, updated. 771feea2c439f2e28346d0f73035c40edf77f2ce

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Feb 26 22:50:47 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtlocation.git;a=commitdiff;h=04c5aeb

The following commit has been merged in the master branch:
commit 04c5aeb088181fd5e2bd6deee681e2b64b6c1a80
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Feb 26 19:49:47 2014 -0300

    Try to really clean the code.
    
    Not fully achieved, help welcomed.
---
 debian/rules | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/rules b/debian/rules
index 32404bd..4fbe39c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,23 @@ export QT_SELECT := qt5
 %:
 	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtlocation5-dbg
 
+override_dh_auto_clean:
+	dh_auto_clean
+	# Leftover files and all symlinks
+	find \( -false \
+	  -o -name \*.a \
+	  -o -name Makefile.Debug \
+	  -o -name Makefile.Release \
+	  -o -name \*.o \
+	  -o -name \*.prl \
+	  -o -name \*.so \
+	  -o -name \*.so.debug \
+	  -o -type l \
+	\) -print0 | xargs -0 rm -rfv
+
+	# Some other leftover binaries
+	rm -fv config.tests/geoclue/geoclue
+
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
 

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list