[SCM] kpeople packaging branch, master, updated. debian/5.37.0-2-69-g7686ba4

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:50:15 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpeople.git;a=commitdiff;h=d044a9a

The following commit has been merged in the master branch:
commit d044a9a6ccfa2cc1314034c1b5865f640b799e0b
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Dec 13 14:05:55 2017 -0300

    Move away from dhmk
    
    Gbp-Dch: Ignore
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 337531d..8e668cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DBUILD_QCH=ON
+	dh_auto_configure -- -DBUILD_QCH=ON
 
 override_dh_strip:
-	$(overridden_command) --dbgsym-migration='libkf5people-dbg (<= 5.19.0-1~~)'
+	dh_strip --dbgsym-migration='libkf5people-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
 	# Disable auto test at build time, fakeroot breaks them

-- 
kpeople packaging



More information about the pkg-kde-commits mailing list