[SCM] kajongg packaging branch, master, updated. debian/16.08.3-1-18-g3c1c3ed

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 5 06:40:29 UTC 2017


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

The following commit has been merged in the master branch:
commit ac0aebe5375979a099384bf441b4aa05905721c4
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Sep 4 22:55:06 2017 +0200

    Add missing breaks/replaces against the kde-l10n packages
---
 debian/control |  2 ++
 debian/rules   | 17 +++++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 6b2c641..d692ac8 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,8 @@ Architecture: all
 Depends: kdegames-mahjongg-data (>= 4:4.10),
          ${misc:Depends},
          ${python3:Depends},
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
 Recommends: khelpcenter
 Description: classical Mah Jongg game
  This is the classical Mah Jongg for four players.
diff --git a/debian/rules b/debian/rules
index c8db4d6..45f2589 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,17 @@
 #!/usr/bin/make -f
 
-#override_dh_auto_install:
-#	$(overridden_command) --destdir=debian/tmp
-
-#override_dh_python3:
-#	dh_python3 -p kajongg /usr/share/kajongg
-#	dh_python3 -p kajongg /usr/share/kajonggserver
-#	dh_python3 --remaining-packages
-
+l10npkgs_firstversion_ok := 4:17.03.90-0~
+include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
 %:
 	dh $@ --with kf5 --buildsystem kf5 --with python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
+
+override_dh_python3:
+	dh_python3 -p kajongg /usr/share/kajongg
+	dh_python3 --remaining-packages
+
+override_dh_gencontrol: l10npkgs_firstversion_ok
+	dh_gencontrol

-- 
kajongg packaging



More information about the pkg-kde-commits mailing list