[blockattack] 47/88: * 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.

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 11:53:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository blockattack.

commit c37848bbf9e35133d43f2c6521fff0f05db46d24
Author: Barry deFreese <bdefreese at debian.org>
Date:   Mon Mar 30 20:50:34 2009 +0000

      * 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.
---
 debian/changelog          | 13 +++++++++++--
 debian/control            |  4 ++--
 debian/patches/gcc44.diff | 12 ++++++++++++
 debian/patches/series     |  1 +
 debian/rules              |  8 ++++++++
 5 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2065e1b..a1c39a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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,7 +11,16 @@ blockattack (1.3.1-3) UNRELEASED; urgency=low
   [ 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
 
diff --git a/debian/control b/debian/control
index b464fd3..8533672 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: blockattack
 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
diff --git a/debian/patches/gcc44.diff b/debian/patches/gcc44.diff
new file mode 100644
index 0000000..3e31c79
--- /dev/null
+++ b/debian/patches/gcc44.diff
@@ -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>
diff --git a/debian/patches/series b/debian/patches/series
index 35d495d..970c440 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ fix_scons.diff
 fix_spelling.diff
 replay_init.diff
 desktop_file.diff
+gcc44.diff
diff --git a/debian/rules b/debian/rules
index 0de6627..7839c75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,11 @@ clean:
 	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 @@ install: build
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/blockattack.git



More information about the Pkg-games-commits mailing list