[SCM] kajongg packaging branch, master, updated. debian/16.08.3-1-27-gd645cb8

Pino Toscano pino at moszumanska.debian.org
Sun Dec 3 17:56:24 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kajongg.git;a=commitdiff;h=aba9f5d

The following commit has been merged in the master branch:
commit aba9f5d8234fae9acfdf9aa5e91cdf052afc339a
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 18:36:59 2017 +0100

    dh -> dhmk
---
 debian/changelog |  1 +
 debian/rules     | 13 +++++--------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e8c239..53715ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ kajongg (4:17.08.3-0r1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Standards-Version to 4.1.1, no changes required.
   * Simplify watch file, and switch it to https.
+  * Switch from plaindh to dhmk.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 31 Oct 2017 17:58:45 +0100
 
diff --git a/debian/rules b/debian/rules
index e029b45..b5b8783 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,13 @@
 #!/usr/bin/make -f
 
 l10npkgs_firstversion_ok := 4:17.03.90-0~
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+dh = --with python3
 
-%:
-	dh $@ --with kf5 --buildsystem kf5 --with python3
+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
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
+	$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
 
 override_dh_python3:
-	dh_python3 -p kajongg /usr/share/kajongg
-
-override_dh_gencontrol: l10npkgs_firstversion_ok
-	dh_gencontrol
+	$(overridden_command) /usr/share/kajongg

-- 
kajongg packaging



More information about the pkg-kde-commits mailing list