[SCM] kdesignerplugin packaging branch, master, updated. debian/5.37.0-2-77-gac28fe5
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jan 2 18:37:43 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdesignerplugin.git;a=commitdiff;h=5be9c9e
The following commit has been merged in the master branch:
commit 5be9c9e2c47f910346a733db746472260deadd27
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Dec 14 13:10:57 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 ec6cb29..75d794a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+ dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5
override_dh_strip:
- $(overridden_command) --dbgsym-migration='kdesignerplugin-dbg (<= 5.19.0-1~~)'
+ dh_strip --dbgsym-migration='kdesignerplugin-dbg (<= 5.19.0-1~~)'
override_dh_auto_test:
- xvfb-run -a $(overridden_command)
+ xvfb-run -a dh_auto_test
--
kdesignerplugin packaging
More information about the pkg-kde-commits
mailing list