r2073 - packages/trunk/lincity-ng/debian
Cyril Brulebois
kibi-guest at alioth.debian.org
Fri Dec 8 21:31:16 CET 2006
Author: kibi-guest
Date: 2006-12-08 21:31:16 +0100 (Fri, 08 Dec 2006)
New Revision: 2073
Modified:
packages/trunk/lincity-ng/debian/changelog
packages/trunk/lincity-ng/debian/compat
packages/trunk/lincity-ng/debian/control
packages/trunk/lincity-ng/debian/rules
Log:
Added myself in the Uploaders field
Adjusted the clean target in debian/rules
Bumped Standards-Version and debhelper compatibility
Prepared changelog accordingly, plus NMU ack
Modified: packages/trunk/lincity-ng/debian/changelog
===================================================================
--- packages/trunk/lincity-ng/debian/changelog 2006-12-08 20:17:13 UTC (rev 2072)
+++ packages/trunk/lincity-ng/debian/changelog 2006-12-08 20:31:16 UTC (rev 2073)
@@ -1,3 +1,18 @@
+lincity-ng (1.0.3-2) UNRELEASED; urgency=low
+
+ * Acknowledge the previous NMU, thanks to Steinar H. Gunderson.
+ * Add myself in the Uploaders field (Closes: #401776).
+ * In debian/rules, clean target:
+ - remove config.h along with config.{log,status} in the clean target, so
+ that it does not pollute the source diff;
+ - add a dash before ``jam clean'' so that cleaning an already-clean build
+ tree doesn't generate an error;
+ - remove Jamconfig as well as config.* files, but after ``jam clean''.
+ * Bump debhelper compatibility from 4 to 5 (no change needed).
+ * Bump Standards-Version from 3.6.2 to 3.7.2 (no change needed).
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr> Fri, 8 Dec 2006 19:32:41 +0000
+
lincity-ng (1.0.3-1.1) unstable; urgency=high
* Non-maintainer upload.
Modified: packages/trunk/lincity-ng/debian/compat
===================================================================
--- packages/trunk/lincity-ng/debian/compat 2006-12-08 20:17:13 UTC (rev 2072)
+++ packages/trunk/lincity-ng/debian/compat 2006-12-08 20:31:16 UTC (rev 2073)
@@ -1 +1 @@
-4
+5
Modified: packages/trunk/lincity-ng/debian/control
===================================================================
--- packages/trunk/lincity-ng/debian/control 2006-12-08 20:17:13 UTC (rev 2072)
+++ packages/trunk/lincity-ng/debian/control 2006-12-08 20:31:16 UTC (rev 2073)
@@ -2,8 +2,9 @@
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, jam, pkg-config, libsdl1.2-dev (>= 1.2.5), libsdl-mixer1.2-dev (>= 1.2), libsdl-image1.2-dev (>= 1.2), libsdl-ttf2.0-dev (>= 2.0), libphysfs-dev (>= 0.1.9), zlib1g-dev, libxml2-dev (>= 2.6.1), libsdl-gfx1.2-dev (>= 2.0.13)
-Standards-Version: 3.6.2.1
+Uploaders: Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, jam, pkg-config, libsdl1.2-dev (>= 1.2.5), libsdl-mixer1.2-dev (>= 1.2), libsdl-image1.2-dev (>= 1.2), libsdl-ttf2.0-dev (>= 2.0), libphysfs-dev (>= 0.1.9), zlib1g-dev, libxml2-dev (>= 2.6.1), libsdl-gfx1.2-dev (>= 2.0.13)
+Standards-Version: 3.7.2
Package: lincity-ng
Architecture: any
Modified: packages/trunk/lincity-ng/debian/rules
===================================================================
--- packages/trunk/lincity-ng/debian/rules 2006-12-08 20:17:13 UTC (rev 2072)
+++ packages/trunk/lincity-ng/debian/rules 2006-12-08 20:31:16 UTC (rev 2073)
@@ -42,10 +42,10 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp config.status config.log
+ rm -f build-stamp config.status config.log config.h
# Add here commands to clean up after the build process.
- jam clean
+ -jam clean
rm -rf $(CURDIR)/build
rm -f $(CURDIR)/lincity-ng
# -$(MAKE) distclean
@@ -55,6 +55,7 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
+ rm -f Jamconfig
dh_clean
More information about the Pkg-games-commits
mailing list