[SCM] knights packaging branch, master, updated. upstream/2.3.2-43-gd5192fb

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Wed Mar 21 23:31:20 UTC 2012


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

The following commit has been merged in the master branch:
commit d5192fb5614d9d0485f2989e460d495a129fac28
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Wed Mar 21 18:53:24 2012 +0100

    Add -dbg package.
---
 debian/changelog       |    1 +
 debian/control         |   13 +++++++++++++
 debian/knights.install |    1 +
 debian/rules           |    3 ++-
 4 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d363db5..c46f394 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ knights (2.4.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * Move sjeng from Suggests to Recommends.
   * Add stockfish to Recommends.
+  * Add knights-dbg package.
 
  -- José Manuel Santamaría Lema <panfaust at gmail.com>  Wed, 21 Mar 2012 14:45:23 +0100
 
diff --git a/debian/control b/debian/control
index d6b01ce..d83bc71 100644
--- a/debian/control
+++ b/debian/control
@@ -20,3 +20,16 @@ Description: chess interface for the KDE Platform
  It's designed to be both friendly to new chess players and functional for
  Grand Masters. At the moment you can play either against other human or
  against the machine using an engine like gnuchess.
+
+Package: knights-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: knights (= ${binary:Version}), ${misc:Depends}
+Description: chess interface for the KDE Platform - debugging symbols
+ Knights aims to be the ultimate chess resource on your computer. 
+ It's designed to be both friendly to new chess players and functional for
+ Grand Masters. At the moment you can play either against other human or
+ against the machine using an engine like gnuchess.
+ .
+ This package provides debugging symbols for krecipes.
diff --git a/debian/knights.install b/debian/knights.install
new file mode 100644
index 0000000..73752c9
--- /dev/null
+++ b/debian/knights.install
@@ -0,0 +1 @@
+usr
diff --git a/debian/rules b/debian/rules
index ca6d049..ddec0a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,8 @@
 
 DEB_KDE_LINK_WITH_AS_NEEDED := yes
 DEB_CMAKE_EXTRA_FLAGS += -DBIN_INSTALL_DIR=/usr/games
-DEB_DH_INSTALL_ARGS += debian/knights.xpm /usr/share/pixmaps
+DEB_DH_INSTALL_ARGS_knights += debian/knights.xpm /usr/share/pixmaps
+DEB_DH_STRIP_ARGS = --dbg-package=knights-dbg
 
 include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
 include /usr/share/cdbs/1/rules/debhelper.mk

-- 
knights packaging



More information about the pkg-kde-commits mailing list