[SCM] knotifications packaging branch, master, updated. debian/5.37.0-2-12-g3840da0

Maximiliano Curia maxy at moszumanska.debian.org
Wed Dec 20 22:46:56 UTC 2017


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

The following commit has been merged in the master branch:
commit a20cefda6b756c43f93ccc91cf4000f342cdfdfe
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Dec 13 12:08:51 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 063db9d..c448ebd 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='libkf5notifications5-dbg (<= 5.19.0-1~~)'
+	dh_strip --dbgsym-migration='libkf5notifications5-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
 	# Disable auto tests at build time

-- 
knotifications packaging



More information about the pkg-kde-commits mailing list