[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:28 UTC 2017


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

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

    Let's try again with cmake
---
 debian/rules | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index bbe220b..c8db4d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,8 @@
 #	dh_python3 --remaining-packages
 
 
-export PYBUILD_SYSTEM=distutils
-
 %:
-	dh $@ --with python3 --buildsystem pybuild
+	dh $@ --with kf5 --buildsystem kf5 --with python3
 
-override_dh_auto_clean:
-	-dh_auto_clean
-	-rm .pybuild/pythonX.Y_3.5/.pydistutils.cfg
+override_dh_auto_configure:
+	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games

-- 
kajongg packaging



More information about the pkg-kde-commits mailing list