r10629 - in packages/trunk/opencity/debian: . patches

Christoph Egger christoph at alioth.debian.org
Sun Dec 20 17:07:19 UTC 2009


Author: christoph
Date: 2009-12-20 17:07:17 +0000 (Sun, 20 Dec 2009)
New Revision: 10629

Added:
   packages/trunk/opencity/debian/README.source
   packages/trunk/opencity/debian/source/
Removed:
   packages/trunk/opencity/debian/patches/gcc-4.4-fixes
   packages/trunk/opencity/debian/patches/no-pedantic.diff
Modified:
   packages/trunk/opencity/debian/changelog
   packages/trunk/opencity/debian/control
   packages/trunk/opencity/debian/copyright
   packages/trunk/opencity/debian/opencity.desktop
   packages/trunk/opencity/debian/patches/series
   packages/trunk/opencity/debian/rules
Log:
0.0.6.2stable update, minor cleanup, drop upstream merged patch

Added: packages/trunk/opencity/debian/README.source
===================================================================
--- packages/trunk/opencity/debian/README.source	                        (rev 0)
+++ packages/trunk/opencity/debian/README.source	2009-12-20 17:07:17 UTC (rev 10629)
@@ -0,0 +1,13 @@
+Task: apply debian patches
+Tools: quilt
+Command: quilt push -a
+Description:
+  Please read /usr/share/doc/quilt/README.source how to use quilt for
+  managing Debian patches.
+  .
+  This might not be needed for there are not always patches. The steps
+  outlined above should always work nonetheless. If you want to see if
+  there are patches, check if there are files in debian/patches apart
+  from the one called «series»
+
+ -- Christoph Egger <christoph at akazieLX>, Sun, 20 Dec 2009 12:18:51 +0100

Modified: packages/trunk/opencity/debian/changelog
===================================================================
--- packages/trunk/opencity/debian/changelog	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/changelog	2009-12-20 17:07:17 UTC (rev 10629)
@@ -1,3 +1,12 @@
+opencity (0.0.6.2stable-1) unstable; urgency=low
+
+  * New upstream Release
+  * Add myself to uploaders
+  * Drop patch »gcc-4.4-fixes« (applied upstream)
+  * Bump standards Version 3.8.0 -> 3.8.3 (no changes)
+
+ -- Christoph Egger <christoph at debian.org>  Sun, 20 Dec 2009 08:34:18 +0100
+
 opencity (0.0.6.1stable-5) unstable; urgency=low
 
   * opencity-data conflicts with opencity (<< 0.0.5.1stable-2), thanks

Modified: packages/trunk/opencity/debian/control
===================================================================
--- packages/trunk/opencity/debian/control	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/control	2009-12-20 17:07:17 UTC (rev 10629)
@@ -2,11 +2,12 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>,
+  Christoph Egger <christoph at debian.org>
 Build-Depends: debhelper (>= 5.0.0), autotools-dev, libsdl1.2-dev,
  libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev (>= 1.2.5-7),
- docbook-to-man, libglu1-mesa-dev, quilt, imagemagick
-Standards-Version: 3.8.0
+ docbook-to-man, libglu1-mesa-dev, quilt, imagemagick, pkg-config
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/opencity/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/opencity/?op=log
 Homepage: http://www.opencity.info/
@@ -15,8 +16,8 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, opencity-data (= ${source:Version})
 Description: a 3D city simulator game
- OpenCity is 3D city construction simulator. You can build some zones of 
- housing, trading and industry, electric plant and roads. Besides you can also 
+ OpenCity is 3D city construction simulator. You can build some zones of
+ housing, trading and industry, electric plant and roads. Besides you can also
  raise or lower the terrain.
  OpenCity is similar in spirit to other city construction games, heading
  towards a classic SimCity feeling, although with some additional features.
@@ -31,4 +32,4 @@
  zones of housing, trading and industry, electric plant and roads.
  .
  This package contains the architecture-independent data for opencity. For more
- information, see the opencity package. 
+ information, see the opencity package.

Modified: packages/trunk/opencity/debian/copyright
===================================================================
--- packages/trunk/opencity/debian/copyright	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/copyright	2009-12-20 17:07:17 UTC (rev 10629)
@@ -1,7 +1,7 @@
 This package was debianized by Gonéri Le Bouder <goneri at rulezlan.org> on
 Tue, 28 Mar 2006 00:15:33 +0200.
 
-The current Debian maintainer is the Debian Games Team 
+The current Debian maintainer is the Debian Games Team
 <pkg-games-devel at lists.alioth.debian.org>
 
 Upstream Authors:
@@ -40,7 +40,7 @@
  Copyright (C) 2003-2008 Duong-Khang NGUYEN
  Copyright (C) 2003-2008 Frédéric RODRIGO
  Copyright (C) 2006-2007 Brodie THIESFIELD
- Copyright (C) 1999 Jeff Molofee 
+ Copyright (C) 1999 Jeff Molofee
  Copyright (C) 2006 Angelo "Encelo" THEODOROU
  Copyright (C) 2002-2004 Yves BERQUIN
 

Modified: packages/trunk/opencity/debian/opencity.desktop
===================================================================
--- packages/trunk/opencity/debian/opencity.desktop	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/opencity.desktop	2009-12-20 17:07:17 UTC (rev 10629)
@@ -7,3 +7,5 @@
 Terminal=false
 Type=Application
 Categories=Game;StrategyGame;
+GenericName=City simulator
+GenericName[fr]=Simulateur de ville
\ No newline at end of file

Deleted: packages/trunk/opencity/debian/patches/gcc-4.4-fixes
===================================================================
--- packages/trunk/opencity/debian/patches/gcc-4.4-fixes	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/patches/gcc-4.4-fixes	2009-12-20 17:07:17 UTC (rev 10629)
@@ -1,36 +0,0 @@
-Index: opencity-0.0.6stable/src/model/ac3dmaterial.cpp
-===================================================================
---- opencity-0.0.6stable.orig/src/model/ac3dmaterial.cpp	2008-12-23 18:12:54.000000000 +0000
-+++ opencity-0.0.6stable/src/model/ac3dmaterial.cpp	2008-12-23 18:13:06.000000000 +0000
-@@ -22,6 +22,7 @@
- #include "macros.h"				// for debugging macros
- #include "ac3dmacros.h"
- 
-+#include <cstdio>
- #include <sstream>
- 
- using std::stringstream;
-Index: opencity-0.0.6stable/src/model/ac3dobject.cpp
-===================================================================
---- opencity-0.0.6stable.orig/src/model/ac3dobject.cpp	2008-12-23 18:12:34.000000000 +0000
-+++ opencity-0.0.6stable/src/model/ac3dobject.cpp	2008-12-23 18:12:45.000000000 +0000
-@@ -23,6 +23,7 @@
- #include "ac3dmacros.h"			// AC3D specific macros
- 
- #include <cstring>
-+#include <cstdio>
- #include <cstdlib>
- 
- 
-Index: opencity-0.0.6stable/src/model/ac3dsurface.cpp
-===================================================================
---- opencity-0.0.6stable.orig/src/model/ac3dsurface.cpp	2008-12-23 18:13:14.000000000 +0000
-+++ opencity-0.0.6stable/src/model/ac3dsurface.cpp	2008-12-23 18:13:26.000000000 +0000
-@@ -22,6 +22,7 @@
- #include "macros.h"		// debug macros
- #include "ac3dmacros.h"
- 
-+#include <cstdio>
- #include <cstring>
- 
- namespace AC3D {

Deleted: packages/trunk/opencity/debian/patches/no-pedantic.diff
===================================================================
--- packages/trunk/opencity/debian/patches/no-pedantic.diff	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/patches/no-pedantic.diff	2009-12-20 17:07:17 UTC (rev 10629)
@@ -1,11 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -4914,7 +4914,7 @@
- fi;
- 
- 
--CXXFLAGS="-Wall -Wmissing-braces -Wparentheses -ansi -pedantic-errors $CXXFLAGS"
-+CXXFLAGS="-Wall -Wmissing-braces -Wparentheses -ansi $CXXFLAGS"
- 
- CXXFLAGS="-I$with_gl_prefix/include $enable_gprof $enable_debug $CXXFLAGS"
- 

Modified: packages/trunk/opencity/debian/patches/series
===================================================================
--- packages/trunk/opencity/debian/patches/series	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/patches/series	2009-12-20 17:07:17 UTC (rev 10629)
@@ -1 +1 @@
-gcc-4.4-fixes
+

Modified: packages/trunk/opencity/debian/rules
===================================================================
--- packages/trunk/opencity/debian/rules	2009-12-19 12:04:22 UTC (rev 10628)
+++ packages/trunk/opencity/debian/rules	2009-12-20 17:07:17 UTC (rev 10629)
@@ -64,6 +64,9 @@
 	# Add here commands to install the package into debian/opencity.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	mv debian/tmp/usr/bin debian/tmp/usr/games
+
+	rm -rf $(CURDIR)/debian/tmp/usr/share/games/applications/ $(CURDIR)/debian/tmp/usr/share/games/pixmaps/
+
 #	rm -rf debian/opencity/usr/share/games/opencity/docs \
 #	  debian/opencity/usr/share/games/opencity/autopackage \
 #	  debian/opencity/usr/share/games/opencity/OpenCity.png \




More information about the Pkg-games-commits mailing list