[SCM] palapeli packaging branch, master, updated. debian/4.13.1-1-52-g84d2ff1
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jul 29 20:49:12 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/palapeli.git;a=commitdiff;h=e895c60
The following commit has been merged in the master branch:
commit e895c607c336e539f0d9820b25b2ea1a3420da04
Author: Jonathan Riddell <jriddell at ubuntu.com>
Date: Thu Dec 13 00:05:16 2012 +0000
Install to /usr/games, Version dependency on kdegames-data
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 3 +++
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e04bbd1..aceff8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+palapeli (4:4.9.90-0ubuntu2) UNRELEASED; urgency=low
+
+ * Install to /usr/games
+ * Version dependency on kdegames-data
+
+ -- Jonathan Riddell <jriddell at ubuntu.com> Thu, 13 Dec 2012 00:02:42 +0000
+
palapeli (4:4.9.90-0ubuntu1) raring-proposed; urgency=low
* Initial release
diff --git a/debian/control b/debian/control
index 4c5b1ed..5996658 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Homepage: http://www.kde.org
Package: palapeli
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, palapeli-data (>= ${source:Version}),
- kdegames-data
+ kdegames-data (>= ${source:Upstream-Version})
Recommends: qhull-bin
Replaces: palapeli (<< 4:4.4.80)
Description: jigsaw puzzle game
diff --git a/debian/rules b/debian/rules
index 6a77e53..e36ca20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+
+override_dh_auto_configure:
+ $(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
--
palapeli packaging
More information about the pkg-kde-commits
mailing list