Author: alfie
Date: 2008-07-14 13:32:24 +0000 (Mon, 14 Jul 2008)
New Revision: 7701

Modified:
   packages/branches/wesnoth/experimental/
   packages/branches/wesnoth/experimental/debian/changelog
   packages/branches/wesnoth/experimental/debian/control
   
packages/branches/wesnoth/experimental/debian/patches/02wesnoth-nolog-desktop-file
   packages/branches/wesnoth/experimental/debian/rules
   packages/branches/wesnoth/experimental/debian/wesnoth-data.install
   packages/branches/wesnoth/experimental/debian/wesnoth-editor.install
Log:
 * New experimental upstream release (1.5.2)
 * Add following new paths/files to install files:
   - data/*.fai, data/gui (wesnoth-data)
   - data/themes/editor2.cfg (wesnoth-editor)
 * Add -dbg package as suggested by Patrick Matthäi



Property changes on: packages/branches/wesnoth/experimental
___________________________________________________________________
Name: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.5.1.orig.tar.gz

   + http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.5.2.orig.tar.gz


Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog     2008-07-11 
13:44:34 UTC (rev 7700)
+++ packages/branches/wesnoth/experimental/debian/changelog     2008-07-14 
13:32:24 UTC (rev 7701)
@@ -1,3 +1,13 @@
+wesnoth (1:1.5.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Add following new paths/files to install files:
+    - data/*.fai, data/gui (wesnoth-data)
+    - data/themes/editor2.cfg (wesnoth-editor)
+  * Add -dbg package as suggested by Patrick Matthäi
+
+ -- Gerfried Fuchs <[EMAIL PROTECTED]>  Mon, 14 Jul 2008 15:07:28 +0200
+
 wesnoth (1:1.5.1-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/branches/wesnoth/experimental/debian/control
===================================================================
--- packages/branches/wesnoth/experimental/debian/control       2008-07-11 
13:44:34 UTC (rev 7700)
+++ packages/branches/wesnoth/experimental/debian/control       2008-07-14 
13:32:24 UTC (rev 7701)
@@ -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})
+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/branches/wesnoth/experimental/debian/patches/02wesnoth-nolog-desktop-file
===================================================================
--- 
packages/branches/wesnoth/experimental/debian/patches/02wesnoth-nolog-desktop-file
  2008-07-11 13:44:34 UTC (rev 7700)
+++ 
packages/branches/wesnoth/experimental/debian/patches/02wesnoth-nolog-desktop-file
  2008-07-14 13:32:24 UTC (rev 7701)
@@ -1,10 +1,10 @@
 Author: Gerfried Fuchs <[EMAIL PROTECTED]>     vim:ft=diff:
 Description: call wesnoth-nolog from desktop file, too
 
-Index: wesnoth-1.5.0a/icons/wesnoth.desktop
+Index: wesnoth-1.5.2/icons/wesnoth.desktop
 ===================================================================
---- wesnoth-1.5.0a.orig/icons/wesnoth.desktop
-+++ wesnoth-1.5.0a/icons/wesnoth.desktop
+--- wesnoth-1.5.2.orig/icons/wesnoth.desktop
++++ wesnoth-1.5.2/icons/wesnoth.desktop
 @@ -44,6 +44,6 @@ Comment[sk]=Ťahová strategická hra z 
  Comment[sr]=Фантазијска стратешка игра на потезе
  [EMAIL PROTECTED] strateška igra na poteze

Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules 2008-07-11 13:44:34 UTC 
(rev 7700)
+++ packages/branches/wesnoth/experimental/debian/rules 2008-07-14 13:32:24 UTC 
(rev 7701)
@@ -130,7 +130,7 @@
        dh_pysupport
        dh_installinit
        dh_installman
-       dh_strip
+       dh_strip --dbg-package=wesnoth-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: packages/branches/wesnoth/experimental/debian/wesnoth-data.install
===================================================================
--- packages/branches/wesnoth/experimental/debian/wesnoth-data.install  
2008-07-11 13:44:34 UTC (rev 7700)
+++ packages/branches/wesnoth/experimental/debian/wesnoth-data.install  
2008-07-14 13:32:24 UTC (rev 7701)
@@ -1,5 +1,6 @@
 debian/overrides/wesnoth-data /usr/share/lintian/overrides
 debian/tmp/usr/share/games/wesnoth/data/*.cfg
+debian/tmp/usr/share/games/wesnoth/data/*.fai
 debian/tmp/usr/share/games/wesnoth/data/COPYING.txt
 debian/tmp/usr/share/games/wesnoth/data/ais
 debian/tmp/usr/share/games/wesnoth/data/campaigns/tutorial
@@ -10,6 +11,7 @@
 debian/tmp/usr/share/games/wesnoth/data/core/sounds
 debian/tmp/usr/share/games/wesnoth/data/core/terrain-graphics
 debian/tmp/usr/share/games/wesnoth/data/core/units
+debian/tmp/usr/share/games/wesnoth/data/gui
 debian/tmp/usr/share/games/wesnoth/data/hardwired
 debian/tmp/usr/share/games/wesnoth/data/languages
 debian/tmp/usr/share/games/wesnoth/data/multiplayer

Modified: packages/branches/wesnoth/experimental/debian/wesnoth-editor.install
===================================================================
--- packages/branches/wesnoth/experimental/debian/wesnoth-editor.install        
2008-07-11 13:44:34 UTC (rev 7700)
+++ packages/branches/wesnoth/experimental/debian/wesnoth-editor.install        
2008-07-14 13:32:24 UTC (rev 7701)
@@ -2,7 +2,7 @@
 debian/tmp/usr/games/wesnoth_editor
 debian/tmp/usr/share/man/man6/wesnoth_editor.6
 debian/tmp/usr/share/man/*/man6/wesnoth_editor.6
-debian/tmp/usr/share/games/wesnoth/data/themes/editor.cfg
+debian/tmp/usr/share/games/wesnoth/data/themes/editor*.cfg
 debian/tmp/usr/share/games/wesnoth/images/editor
 debian/wesnoth_editor-icon.xpm /usr/share/pixmaps
 icons/wesnoth_editor.desktop /usr/share/applications


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to