r7863 - packages/trunk/wesnoth/debian

Gerfried Fuchs alfie at alioth.debian.org
Thu Jul 24 13:34:17 UTC 2008


Author: alfie
Date: 2008-07-24 13:34:17 +0000 (Thu, 24 Jul 2008)
New Revision: 7863

Modified:
   packages/trunk/wesnoth/debian/changelog
   packages/trunk/wesnoth/debian/control
   packages/trunk/wesnoth/debian/rules
   packages/trunk/wesnoth/debian/watch
Log:
wesnoth (1:1.4.4-2) unstable; urgency=low
  * Add wesnoth-dbg package as suggested by Patrick Matthäi now that the
    development release for experimental made it through NEW with it.


Modified: packages/trunk/wesnoth/debian/changelog
===================================================================
--- packages/trunk/wesnoth/debian/changelog	2008-07-24 12:41:56 UTC (rev 7862)
+++ packages/trunk/wesnoth/debian/changelog	2008-07-24 13:34:17 UTC (rev 7863)
@@ -1,3 +1,10 @@
+wesnoth (1:1.4.4-2) unstable; urgency=low
+
+  * Add wesnoth-dbg package as suggested by Patrick Matthäi now that the
+    development release for experimental made it through NEW with it.
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Thu, 24 Jul 2008 15:31:49 +0200
+
 wesnoth (1:1.4.4-1) unstable; urgency=low
 
   * New stable upstream release, bugfixes and translation updates. Includes

Modified: packages/trunk/wesnoth/debian/control
===================================================================
--- packages/trunk/wesnoth/debian/control	2008-07-24 12:41:56 UTC (rev 7862)
+++ packages/trunk/wesnoth/debian/control	2008-07-24 13:34:17 UTC (rev 7863)
@@ -43,6 +43,18 @@
  for which they aren't needed. If you want to have all the official campaigns
  installed you are encouraged to install wesnoth-all.
 
+Package: wesnoth-dbg
+Architecture: any
+Priority: extra
+Depends: wesnoth (= ${binary:Version}), wesnoth-data (= ${source:Version})
+Description: fantasy turn-based strategy game (debugging symbols)
+ Battle for control of villages, using variety of units which have advantages
+ and disadvantages in different types of terrains and against different types
+ of attacks.  Units gain experience and advance levels, and are carried over
+ from one scenario to the next in a campaign.
+ .
+ This package contains the debugging symbols for the wesnoth binaries.
+
 Package: wesnoth-all
 Architecture: all
 Depends: wesnoth (>= ${binary:Version}), wesnoth (<< ${binary:Version}.~),

Modified: packages/trunk/wesnoth/debian/rules
===================================================================
--- packages/trunk/wesnoth/debian/rules	2008-07-24 12:41:56 UTC (rev 7862)
+++ packages/trunk/wesnoth/debian/rules	2008-07-24 13:34:17 UTC (rev 7863)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # debian/rules for wesnoth
-# copyright 2007++ by Gerfried Fuchs <rhonda at debian.at>
+# copyright 2007-2008 by Gerfried Fuchs <rhonda at debian.at>
 # Licenced the same way as wesnoth itself
 
 # Uncomment this to turn on verbose mode.
@@ -130,7 +130,7 @@
 	dh_pysupport
 	dh_installinit
 	dh_installman
-	dh_strip
+	dh_strip --dbg-package=wesnoth-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs
@@ -171,7 +171,7 @@
 	ln -s wesnoth.6.gz debian/wesnoth/usr/share/man/man6/wesnoth-nolog.6.gz
 	ln -s wesnoth.6.gz debian/wesnoth/usr/share/man/man6/wesnoth-smallgui.6.gz
 
-	for i in wesnoth wesnoth-editor; do \
+	for i in wesnoth wesnoth-editor wesnoth-dbg; do \
 		install -p -d -m755 debian/$$i/usr/share/doc; \
 		ln -s wesnoth-data debian/$$i/usr/share/doc/$$i; \
 		done

Modified: packages/trunk/wesnoth/debian/watch
===================================================================
--- packages/trunk/wesnoth/debian/watch	2008-07-24 12:41:56 UTC (rev 7862)
+++ packages/trunk/wesnoth/debian/watch	2008-07-24 13:34:17 UTC (rev 7863)
@@ -4,8 +4,5 @@
 ## stable branch
 http://sf.net/wesnoth/  wesnoth-([\d]+\.[\d]*[02468](?:\.[\d\.]*)?)\.tar\.(?:bz2|gz)  debian uupdate
 
-## development branch
-#http://sf.net/wesnoth/  wesnoth-([\d]+\.[\d]*[13579](?:\.[\d\.]*)?)\.tar\.(?:bz2|gz)  debian uupdate
-
-## everything
+## everything (like, useful for development branch :))
 #http://sf.net/wesnoth/  wesnoth-([\d.]+)\.tar\.(?:bz2|gz)  debian uupdate




More information about the Pkg-games-commits mailing list