r3329 - packages/trunk/enemylines7/debian
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Wed Jul 11 11:08:51 UTC 2007
Author: goneri-guest
Date: 2007-07-11 11:08:51 +0000 (Wed, 11 Jul 2007)
New Revision: 3329
Modified:
packages/trunk/enemylines7/debian/changelog
packages/trunk/enemylines7/debian/control
packages/trunk/enemylines7/debian/copyright
packages/trunk/enemylines7/debian/rules
Log:
+ * update the homesite url
+ * FTBFS with GCC 4.3: missing #includes, apply Martin Michlmayr patch
+ (Closes: #417171)
+ * use of quilt instead of simple-patchsys.mk
+ * do not ignore make clean return anymore
Modified: packages/trunk/enemylines7/debian/changelog
===================================================================
--- packages/trunk/enemylines7/debian/changelog 2007-07-11 08:59:31 UTC (rev 3328)
+++ packages/trunk/enemylines7/debian/changelog 2007-07-11 11:08:51 UTC (rev 3329)
@@ -1,8 +1,13 @@
-enemylines7 (0.6-3) UNRELEASED; urgency=low
+enemylines7 (0.6-3) unstable; urgency=low
[ Gonéri Le Bouder ]
* remove Applications from Categorie in the desktop file since it's not
an official category
+ * update the homesite url
+ * FTBFS with GCC 4.3: missing #includes, apply Martin Michlmayr patch
+ (Closes: #417171)
+ * use of quilt instead of simple-patchsys.mk
+ * do not ignore make clean return anymore
[ Eddy Petrișor ]
* added Encoding to the dekstop file
Modified: packages/trunk/enemylines7/debian/control
===================================================================
--- packages/trunk/enemylines7/debian/control 2007-07-11 08:59:31 UTC (rev 3328)
+++ packages/trunk/enemylines7/debian/control 2007-07-11 11:08:51 UTC (rev 3329)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Alexander Schmehl <tolimar at debian.org>
-Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, docbook-to-man, libsdl-image1.2-dev, cdbs
+Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, docbook-to-man, libsdl-image1.2-dev, quilt
Standards-Version: 3.7.2
Package: enemylines7
@@ -13,4 +13,4 @@
Enemy Lines 7 is a Single-player game. You have to Shoot down enemy
bombers threatening your city.
.
- Homepage: http://raum1.memebot.com/enemylines/part7.html
+ Homepage: http://proj.phk.at/el/7/
Modified: packages/trunk/enemylines7/debian/copyright
===================================================================
--- packages/trunk/enemylines7/debian/copyright 2007-07-11 08:59:31 UTC (rev 3328)
+++ packages/trunk/enemylines7/debian/copyright 2007-07-11 11:08:51 UTC (rev 3329)
@@ -2,6 +2,7 @@
Sun, 26 Mar 2006 19:08:45 +0200.
It was downloaded from http://raum1.memebot.com/enemylines/
+The current homesite is http://proj.phk.at/el/7/
Copyright Holder: Raphael Pikrin
Modified: packages/trunk/enemylines7/debian/rules
===================================================================
--- packages/trunk/enemylines7/debian/rules 2007-07-11 08:59:31 UTC (rev 3328)
+++ packages/trunk/enemylines7/debian/rules 2007-07-11 11:08:51 UTC (rev 3329)
@@ -9,9 +9,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -23,6 +21,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
# Add here commands to configure the package.
touch configure-stamp
@@ -39,14 +38,15 @@
touch build-stamp
-clean::
+clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ $(MAKE) clean
+ QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
dh_clean
install: build
More information about the Pkg-games-commits
mailing list