[SCM] kajongg packaging branch, master, updated. debian/4.13.1-1-64-gc3f069c

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jul 29 22:22:04 UTC 2014


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

The following commit has been merged in the master branch:
commit 69e8eb7c3e42f2bcaaf48761a9d17f3694425765
Author: Philip Muskovac <yofel at gmx.net>
Date:   Tue Jul 16 13:57:45 2013 +0200

    Move binaries from /usr/bin to /usr/games by hand as dh_python2 ignores
    BIN_INSTALL_DIR
---
 debian/changelog | 5 +++++
 debian/rules     | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6d88d4c..409d699 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 kajongg (4:4.10.95-0ubuntu1) UNRELEASED; urgency=low
 
+  [ Rohan Garg ]
   * New upstream RC release
 
+  [ Philip Muškovac ]
+  * Move binaries from /usr/bin to /usr/games by hand as dh_python2 ignores
+    BIN_INSTALL_DIR
+
  -- Rohan Garg <rohangarg at kubuntu.org>  Mon, 15 Jul 2013 10:27:48 +0100
 
 kajongg (4:4.10.90-0ubuntu1) saucy; urgency=low
diff --git a/debian/rules b/debian/rules
index 83b16fc..eb1aa52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@ dh = --with=python2
 
 override_dh_auto_configure:
 	$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
+
+override_dh_auto_install:
+	$(overridden_command)
+	mv debian/kajongg/usr/bin debian/kajongg/usr/games

-- 
kajongg packaging



More information about the pkg-kde-commits mailing list