[SCM] qtlocation packaging branch, master, updated. 2b6e965e6149077a853b4a908fa7b8257ab56b30

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Feb 26 23:17:46 UTC 2014


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

The following commit has been merged in the master branch:
commit ee5879c0a6ad457ba793ba296ae1590467598663
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Feb 26 20:16:58 2014 -0300

    Reorder dbian/rules.
    
    And remove xz compressing of debs, it's now the default.
---
 debian/rules | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

diff --git a/debian/rules b/debian/rules
index 05e6150..79436b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,24 +9,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 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
+	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtpositioning5-dbg
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
@@ -68,7 +51,20 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
 endif
 
+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
 
-override_dh_builddeb:
-	dh_builddeb -- -Zxz
+	# Some other leftover binaries
+	rm -fv config.tests/geoclue/geoclue
 

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list