[SCM] kcompletion packaging branch, master, updated. debian/5.37.0-2-84-g440a1d9

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:31:48 UTC 2018


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

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

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

diff --git a/debian/rules b/debian/rules
index 73483fb..428ffd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,14 @@
 
 export QT_SELECT=5
 
-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='libkf5completion5-dbg (<= 5.19.0-1~~)'
+	dh_strip --dbgsym-migration='libkf5completion5-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
-	xvfb-run -a $(overridden_command)
+	xvfb-run -a dh_auto_test

-- 
kcompletion packaging



More information about the pkg-kde-commits mailing list