This is an automated email from the git hooks/post-receive script. locutusofborg-guest pushed a commit to branch master in repository hedgewars.
commit dc453b5cbafe36cf401c97abdaf7a3c1d1baee2b Author: Gianfranco Costamagna <[email protected]> Date: Thu Jan 15 08:59:05 2015 +0100 Add debug package --- debian/changelog | 6 ++++++ debian/control | 10 ++++++++++ debian/rules | 3 +++ 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index a53e6b1..28848ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hedgewars (0.9.21.1-5) unstable; urgency=medium + + * Add a debug package, per upstream request. + + -- Gianfranco Costamagna <[email protected]> Thu, 15 Jan 2015 08:58:44 +0100 + hedgewars (0.9.21.1-4) unstable; urgency=medium * Fix some copyright issues. diff --git a/debian/control b/debian/control index abd1662..be95b3e 100644 --- a/debian/control +++ b/debian/control @@ -88,3 +88,13 @@ Description: Data files for hedgewars This package contains data files for the hedgewars package. Examples of files are: maps, scripts, themes, images, sounds, level data and other miscellaneous files needed by hedgewars. + +Package: hedgewars-dbg +Section: debug +Priority: extra +Architecture: any +Depends: hedgewars (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Debug symbols for Hedgewars + Hedgewars runtime debug symbols. diff --git a/debian/rules b/debian/rules index 4c59452..234eb1b 100755 --- a/debian/rules +++ b/debian/rules @@ -38,3 +38,6 @@ override_dh_auto_configure: convert $$icon +set date:create +set date:modify -define png:exclude-chunk=time tmp-icon/$$dirname/apps/$$basename.png; \ done dh_auto_configure -- $(HEDGEWARS_OPTIONS) + +override_dh_strip: + dh_strip --dbg-package=hedgewars-dbg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

