r10795 - packages/branches/wesnoth/experimental/debian

Gerfried Fuchs rhonda-guest at alioth.debian.org
Thu Feb 11 20:09:34 UTC 2010


Author: rhonda-guest
Date: 2010-02-11 20:09:31 +0000 (Thu, 11 Feb 2010)
New Revision: 10795

Modified:
   packages/branches/wesnoth/experimental/debian/changelog
   packages/branches/wesnoth/experimental/debian/control
   packages/branches/wesnoth/experimental/debian/copyright
   packages/branches/wesnoth/experimental/debian/rules
   packages/branches/wesnoth/experimental/debian/wesnoth-server.init.d
   packages/branches/wesnoth/experimental/debian/wesnoth.postinst
Log:
Add closes for #563310 fixed upstream
 * Add missing ${misc:Depends} to packages where it was forgotten.
 * Explicitly set -e in wesnoth.postinst instead of using #!/bin/sh -e
 * Corrected Required-{Start,Stop} in wesnoth-server init.d script from $local_fs to $remote_fs because of /usr.
 * Change Provides of init.d script to wesnoth-server.
 * Fix copyright informations.


Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog	2010-02-11 19:51:53 UTC (rev 10794)
+++ packages/branches/wesnoth/experimental/debian/changelog	2010-02-11 20:09:31 UTC (rev 10795)
@@ -1,11 +1,18 @@
 wesnoth (1:1.7.13-1) experimental; urgency=low
 
-  * New upstream beta release.
+  * New upstream beta release, fixes:
+    - "Can't quit after starting 0-player game" (closes: #563310)
   * data/tools/help* files got renamed from xhtml to html, adjust
     wesnoth-tools.install accordingly.
   * Bump Standards-Version to 3.8.4.
+  * Add missing ${misc:Depends} to packages where it was forgotten.
+  * Explicitly set -e in wesnoth.postinst instead of using #!/bin/sh -e
+  * Corrected Required-{Start,Stop} in wesnoth-server init.d script from
+    $local_fs to $remote_fs because of /usr.
+  * Change Provides of init.d script to wesnoth-server.
+  * Fix copyright informations.
 
- -- Gerfried Fuchs <rhonda at debian.at>  Wed, 10 Feb 2010 20:33:09 +0100
+ -- Gerfried Fuchs <rhonda at debian.at>  Thu, 11 Feb 2010 19:32:20 +0100
 
 wesnoth (1:1.7.12-1) experimental; urgency=low
 

Modified: packages/branches/wesnoth/experimental/debian/control
===================================================================
--- packages/branches/wesnoth/experimental/debian/control	2010-02-11 19:51:53 UTC (rev 10794)
+++ packages/branches/wesnoth/experimental/debian/control	2010-02-11 20:09:31 UTC (rev 10795)
@@ -119,6 +119,7 @@
 
 Package: wesnoth-music
 Architecture: all
+Depends: ${misc:Depends}
 Description: music files for Wesnoth
  This package contains the music files for Wesnoth. It is not required but
  gives nice background music and encouraged.
@@ -157,7 +158,7 @@
  from one scenario to the next in a campaign.
 
 Package: wesnoth-httt
-Depends: wesnoth-core (>= ${wesnoth:Stable-Version}), wesnoth-core (<< ${wesnoth:Next-Version})
+Depends: ${misc:Depends}, wesnoth-core (>= ${wesnoth:Stable-Version}), wesnoth-core (<< ${wesnoth:Next-Version})
 Architecture: all
 Description: "Heir to the Throne" official campaign for Wesnoth
  This package contains the "Heir to the Throne" campaign for Wesnoth:
@@ -186,7 +187,7 @@
  from one scenario to the next in a campaign.
 
 Package: wesnoth-trow
-Depends: wesnoth-core (>= ${wesnoth:Stable-Version}), wesnoth-core (<< ${wesnoth:Next-Version})
+Depends: ${misc:Depends}, wesnoth-core (>= ${wesnoth:Stable-Version}), wesnoth-core (<< ${wesnoth:Next-Version})
 Architecture: all
 Description: "The Rise of Wesnoth" official campaign for Wesnoth
  This package contains the "The Rise of Wesnoth" campaign for Wesnoth:
@@ -232,7 +233,7 @@
  from one scenario to the next in a campaign.
 
 Package: wesnoth-utbs
-Depends: wesnoth-core (>= ${wesnoth:Stable-Version}), wesnoth-core (<< ${wesnoth:Next-Version})
+Depends: ${misc:Depends}, wesnoth-core (>= ${wesnoth:Stable-Version}), wesnoth-core (<< ${wesnoth:Next-Version})
 Architecture: all
 Description: "Under the Burning Suns" official campaign for Wesnoth
  This package contains the "Under the Burning Suns" campaign for Wesnoth:

Modified: packages/branches/wesnoth/experimental/debian/copyright
===================================================================
--- packages/branches/wesnoth/experimental/debian/copyright	2010-02-11 19:51:53 UTC (rev 10794)
+++ packages/branches/wesnoth/experimental/debian/copyright	2010-02-11 20:09:31 UTC (rev 10795)
@@ -142,8 +142,8 @@
         OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
         WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-On Debian systems, the complete text of the GNU Library General
-Public License can be found in /usr/share/common-licenses/LGPL-2 file,
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL-2 file,
 later versions can be found in the same directory.
 
         -----
@@ -174,6 +174,6 @@
         OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
         WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-On Debian systems, the complete text of the GNU Library General
-Public License can be found in /usr/share/common-licenses/LGPL-2 file,
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL-2 file,
 later versions can be found in the same directory.

Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules	2010-02-11 19:51:53 UTC (rev 10794)
+++ packages/branches/wesnoth/experimental/debian/rules	2010-02-11 20:09:31 UTC (rev 10795)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # debian/rules for wesnoth
-# copyright 2007++ by Gerfried Fuchs <rhonda at debian.at>
-# Licenced the same way as wesnoth itself
+# copyright 2007-2010 by Gerfried Fuchs <rhonda at debian.at>
+# Licenced under BSD style
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1

Modified: packages/branches/wesnoth/experimental/debian/wesnoth-server.init.d
===================================================================
--- packages/branches/wesnoth/experimental/debian/wesnoth-server.init.d	2010-02-11 19:51:53 UTC (rev 10794)
+++ packages/branches/wesnoth/experimental/debian/wesnoth-server.init.d	2010-02-11 20:09:31 UTC (rev 10795)
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:          wesnothd
-# Required-Start:    $local_fs
-# Required-Stop:     $local_fs
+# Provides:          wesnoth-server
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Starts Wesnoth server

Modified: packages/branches/wesnoth/experimental/debian/wesnoth.postinst
===================================================================
--- packages/branches/wesnoth/experimental/debian/wesnoth.postinst	2010-02-11 19:51:53 UTC (rev 10794)
+++ packages/branches/wesnoth/experimental/debian/wesnoth.postinst	2010-02-11 20:09:31 UTC (rev 10795)
@@ -1,8 +1,10 @@
-#!/bin/sh -e
+#!/bin/sh
 # postinst script for wesnoth
-# copyright 2008 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced the same way as wesnoth itself
+# copyright 2008-2010 by Gerfried Fuchs <rhonda at debian.at>
+# Licenced under BSD style
 
+set -e
+
 if dpkg --compare-versions "$version" lt-nl 1:1.4.1-2 \
 	&& [ "$1" = configure ] \
 	&& [ ! -L /usr/share/doc/wesnoth ] \




More information about the Pkg-games-commits mailing list