[SCM] plasma-workspace packaging branch, master, updated. debian/4%5.10.5-2-18-g0bdbecb

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jan 3 22:56:38 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-workspace.git;a=commitdiff;h=2921ea2

The following commit has been merged in the master branch:
commit 2921ea2320e07f9476d9ad4a5deafb2040879d25
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Dec 28 16:51:16 2017 -0300

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

diff --git a/debian/rules b/debian/rules
index a3623e5..b95f1a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,29 @@
 #!/usr/bin/make -f
 
 l10npkgs_firstversion_ok := 4:4.14.0-2
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+
 libpkgs_addsubst_allLibraries = plasma-workspace-dev
 include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
 
+%:
+	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5
+
 override_dh_auto_test:
 	# Disable auto tests at build time
 	:
 
 override_dh_strip:
-	$(overridden_command) --dbgsym-migration='plasma-workspace-dbg (<= 4:5.5.5.1-1~~)'
+	dh_strip --dbgsym-migration='plasma-workspace-dbg (<= 4:5.5.5.1-1~~)'
 
 override_dh_fixperms:
 	chmod -x debian/plasma-workspace/etc/xdg/autostart/klipper.desktop
-	$(overridden_command)
+	dh_fixperms
 
 override_dh_install:
 	mkdir -p debian/plasma-workspace/usr/share/lightdm/lightdm.conf.d/
 	cp debian/40-kde-plasma-kf5.conf debian/plasma-workspace/usr/share/lightdm/lightdm.conf.d/
 	dh_install
+
+override_dh_gencontrol: l10npkgs_firstversion_ok
+	dh_gencontrol

-- 
plasma-workspace packaging



More information about the pkg-kde-commits mailing list