r9297 - in packages/trunk/blockattack/debian: . patches

Barry deFreese bdefreese at alioth.debian.org
Mon Mar 30 20:50:34 UTC 2009


Author: bdefreese
Date: 2009-03-30 20:50:34 +0000 (Mon, 30 Mar 2009)
New Revision: 9297

Added:
   packages/trunk/blockattack/debian/patches/gcc44.diff
Modified:
   packages/trunk/blockattack/debian/changelog
   packages/trunk/blockattack/debian/control
   packages/trunk/blockattack/debian/patches/series
   packages/trunk/blockattack/debian/rules
Log:
  * Add myself to uploaders.
  * gcc44.diff - Build with gcc-4.4. (Closes: #505026).
    + Thanks to Martin Michlmayr for the hint and patch.
  * Remove quilt .pc dir on clean.
  * Remove autogenerated enet-1.0/config.{status, log} on clean.
  * Remove Windows Thumbs.db on install so it's not in the .deb.
  * Bump Standards Version to 3.8.1. (No changes needed).
Refresh changelog.


Modified: packages/trunk/blockattack/debian/changelog
===================================================================
--- packages/trunk/blockattack/debian/changelog	2009-03-30 20:46:37 UTC (rev 9296)
+++ packages/trunk/blockattack/debian/changelog	2009-03-30 20:50:34 UTC (rev 9297)
@@ -1,4 +1,4 @@
-blockattack (1.3.1-3) UNRELEASED; urgency=low
+blockattack (1.3.1-3) unstable; urgency=low
 
   [ Gonéri Le Bouder ]
   * remove the Xs- prefix from the Vcs entrys
@@ -11,8 +11,17 @@
   [ Cyril Brulebois ]
   * update my mail address
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Wed, 05 Mar 2008 02:01:33 +0200
+  [ Bary deFreese ]
+  * Add myself to uploaders.
+  * gcc44.diff - Build with gcc-4.4. (Closes: #505026).
+    + Thanks to Martin Michlmayr for the hint and patch.
+  * Remove quilt .pc dir on clean.
+  * Remove autogenerated enet-1.0/config.{status, log} on clean.
+  * Remove Windows Thumbs.db on install so it's not in the .deb.
+  * Bump Standards Version to 3.8.1. (No changes needed).
 
+ -- Barry deFreese <bdefreese at debian.org>  Mon, 30 Mar 2009 16:50:08 -0400
+
 blockattack (1.3.1-2) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/blockattack/debian/control
===================================================================
--- packages/trunk/blockattack/debian/control	2009-03-30 20:46:37 UTC (rev 9296)
+++ packages/trunk/blockattack/debian/control	2009-03-30 20:50:34 UTC (rev 9297)
@@ -2,9 +2,9 @@
 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>, Cyril Brulebois <kibi at debian.org>
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Cyril Brulebois <kibi at debian.org>, Barry deFreese <bdefreese at debian.org>
 Build-Depends: debhelper (>= 5.0.0), docbook-to-man, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl1.2-dev, libenet1-dev (>= 1.0-3), quilt, scons
-Standards-Version: 3.7.2
+Standards-Version: 3.8.1
 Homepage: http://blockattack.sf.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/blockattack/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/blockattack/?op=log

Added: packages/trunk/blockattack/debian/patches/gcc44.diff
===================================================================
--- packages/trunk/blockattack/debian/patches/gcc44.diff	                        (rev 0)
+++ packages/trunk/blockattack/debian/patches/gcc44.diff	2009-03-30 20:50:34 UTC (rev 9297)
@@ -0,0 +1,12 @@
+Index: blockattack-1.3.1/listFiles.h
+===================================================================
+--- blockattack-1.3.1.orig/listFiles.h	2009-03-30 16:07:00.000000000 -0400
++++ blockattack-1.3.1/listFiles.h	2009-03-30 16:07:34.000000000 -0400
+@@ -25,6 +25,7 @@
+ 
+ //listFiles.h - List files in a given dictory, 10 files at a time, at most 250 files
+ #include <string.h>
++#include <cstdio>
+ #include <iostream>
+ #if defined(_WIN32)
+ #include <windows.h>

Modified: packages/trunk/blockattack/debian/patches/series
===================================================================
--- packages/trunk/blockattack/debian/patches/series	2009-03-30 20:46:37 UTC (rev 9296)
+++ packages/trunk/blockattack/debian/patches/series	2009-03-30 20:50:34 UTC (rev 9297)
@@ -3,3 +3,4 @@
 fix_spelling.diff
 replay_init.diff
 desktop_file.diff
+gcc44.diff

Modified: packages/trunk/blockattack/debian/rules
===================================================================
--- packages/trunk/blockattack/debian/rules	2009-03-30 20:46:37 UTC (rev 9296)
+++ packages/trunk/blockattack/debian/rules	2009-03-30 20:50:34 UTC (rev 9297)
@@ -15,6 +15,11 @@
 	scons -c
 	rm -f .sconsign.dblite build-stamp
 	- QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
+	rm -rf .pc
+	rm -f enet-1.0/config.status
+	rm -f enet-1.0/config.log
+
 	dh_clean
 
 install: build
@@ -25,6 +30,9 @@
 	find Game -type f -exec chmod 644 {} \;
 	scons prefix=/usr bindir=/usr/games mandir=/usr/share/man sharedir=/usr/share/games/blockattack destdir=$(CURDIR)/debian/blockattack install
 
+	#Remove Windows Thumbnail database.
+	rm -f $(CURDIR)/debian/blockattack/usr/share/games/blockattack/gfx/Thumbs.db
+
 binary-indep: build install
 
 binary-arch: build install




More information about the Pkg-games-commits mailing list