Author: rainct-guest
Date: 2009-02-17 22:53:17 +0000 (Tue, 17 Feb 2009)
New Revision: 8878

Modified:
   packages/trunk/glest-data/debian/changelog
   packages/trunk/glest-data/debian/control
   packages/trunk/glest-data/debian/copyright
   packages/trunk/glest-data/debian/rules
Log:
* New upstream release.
   - Repackage tarball from .zip to .tar.gz.
* debian/control:
   - Add myself as Uploader.
* debian/rules:
   - Remove Thumbs.db files.
* debian/copyright:
   - Change the download location to SourceForge.net.
   - Don't install the language files at all, as they need to be upgraded
     for the new version.

Modified: packages/trunk/glest-data/debian/changelog
===================================================================
--- packages/trunk/glest-data/debian/changelog  2009-02-17 22:51:45 UTC (rev 
8877)
+++ packages/trunk/glest-data/debian/changelog  2009-02-17 22:53:17 UTC (rev 
8878)
@@ -1,5 +1,13 @@
-glest-data (3.1.2-2) UNRELEASED; urgency=low
+glest-data (3.2.1-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+     - Repackage tarball from .zip to .tar.gz.
+  * debian/control:
+     - Add myself as Uploader.
+  * debian/rules:
+     - Remove Thumbs.db files.
+  * debian/copyright:
+     - Change the download location to SourceForge.net.
   * debian/langs/:
      - Change encodings from UTF-8 to ISO-8859-1, so that Glest can read them.
      - Fix errors in some files (several used Languaje= instead of Language=).
@@ -7,6 +15,8 @@
   * debian/rules:
      - Only install language files ending with .lng (so that Russian can be
        disabled).
+     - Don't install the language files at all, as they need to be upgraded
+       for the new version.
 
  -- Siegfried-Angel Gevatter Pujals <[email protected]>  Sun, 11 Jan 2009 
12:19:01 +0100
 

Modified: packages/trunk/glest-data/debian/control
===================================================================
--- packages/trunk/glest-data/debian/control    2009-02-17 22:51:45 UTC (rev 
8877)
+++ packages/trunk/glest-data/debian/control    2009-02-17 22:53:17 UTC (rev 
8878)
@@ -2,9 +2,9 @@
 Section: non-free/games
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
-Uploaders: Giuseppe Borzi <[email protected]>, Eddy PetriČ™or 
<[email protected]>, Ansgar Burchardt <[email protected]>, Alexander 
Schmehl <[email protected]>
+Uploaders: Giuseppe Borzi <[email protected]>, Eddy PetriČ™or 
<[email protected]>, Ansgar Burchardt <[email protected]>, Alexander 
Schmehl <[email protected]>, Siegfried-Angel Gevatter Pujals 
<[email protected]>
 Build-Depends: debhelper (>= 5.0.0)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/glest-data/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/glest-data/?op=log
 Homepage: http://www.glest.org/

Modified: packages/trunk/glest-data/debian/copyright
===================================================================
--- packages/trunk/glest-data/debian/copyright  2009-02-17 22:51:45 UTC (rev 
8877)
+++ packages/trunk/glest-data/debian/copyright  2009-02-17 22:53:17 UTC (rev 
8878)
@@ -1,7 +1,7 @@
 This package was debianized by Giuseppe Borzi <[email protected]> on
 Mon, 12 Dec 2005 20:27:08 +0100.
 
-It was downloaded from http://www.glest.org
+It was downloaded from http://sourceforge.net/projects/glest
 
 Copyright Holder: The Glest Team <[email protected]>
 

Modified: packages/trunk/glest-data/debian/rules
===================================================================
--- packages/trunk/glest-data/debian/rules      2009-02-17 22:51:45 UTC (rev 
8877)
+++ packages/trunk/glest-data/debian/rules      2009-02-17 22:53:17 UTC (rev 
8878)
@@ -25,7 +25,10 @@
 
        # Add here commands to install the package into debian/glest-data.
        cp -r data maps scenarios techs tilesets servers.ini 
$(CURDIR)/debian/glest-data/usr/share/games/glest
-       cp debian/langs/*.lng 
$(CURDIR)/debian/glest-data/usr/share/games/glest/data/lang/
+       #cp debian/langs/*.lng 
$(CURDIR)/debian/glest-data/usr/share/games/glest/data/lang/
+       
+       # Remove unnecessary files
+       find debian/glest-data/ -name 'Thumbs.db' -exec rm {} \;
 
 # Build architecture-independent files here.
 binary-indep: build install


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to