[SCM] knights packaging branch, master, updated. debian/2.5.0-1-6-gd6412ac

Pino Toscano pino at moszumanska.debian.org
Sun Nov 29 11:45:26 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/knights.git;a=commitdiff;h=d6412ac

The following commit has been merged in the master branch:
commit d6412acf442a855358ef63431749dd42d0af91e8
Author: Pino Toscano <pino at debian.org>
Date:   Sun Nov 29 12:44:58 2015 +0100

    simplify install procedure
---
 debian/changelog       | 2 ++
 debian/knights.install | 1 -
 debian/rules           | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9ba4a31..6ac0d34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ knights (2.5.0-2) UNRELEASED; urgency=medium
       and in as-needed mode
     - drop the cdbs build dependency
   * Bump Standards-Version to 3.9.6, no changes required.
+  * Explicitly install to debian/knights, instead of the default debian/tmp
+    followed by moves by dh_install.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 29 Nov 2015 12:11:57 +0100
 
diff --git a/debian/knights.install b/debian/knights.install
deleted file mode 100644
index 73752c9..0000000
--- a/debian/knights.install
+++ /dev/null
@@ -1 +0,0 @@
-usr
diff --git a/debian/rules b/debian/rules
index 18fb88c..652ec92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,8 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 override_dh_auto_configure:
 	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
 
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/knights
+
 override_dh_strip:
 	dh_strip --dbg-package=knights-dbg

-- 
knights packaging



More information about the pkg-kde-commits mailing list