r10047 - packages/trunk/fillets-ng/debian

Gerfried Fuchs alfie at alioth.debian.org
Sat Jul 18 14:33:37 UTC 2009


Author: alfie
Date: 2009-07-18 14:33:36 +0000 (Sat, 18 Jul 2009)
New Revision: 10047

Modified:
   packages/trunk/fillets-ng/debian/changelog
   packages/trunk/fillets-ng/debian/compat
   packages/trunk/fillets-ng/debian/control
   packages/trunk/fillets-ng/debian/rules
Log:
fillets-ng (0.9.1-1) unstable; urgency=low
 * New upstream release.
 * Bumped to Standards-Version 3.8.2.
 * Switched to debhelper 7 compat layer, using dh_prep instead of
   dh_clean -k.
 * Build-Depend on autotools-dev, copy config.{guess,sub} before configure
   run and remove them in clean target.


Modified: packages/trunk/fillets-ng/debian/changelog
===================================================================
--- packages/trunk/fillets-ng/debian/changelog	2009-07-18 11:46:38 UTC (rev 10046)
+++ packages/trunk/fillets-ng/debian/changelog	2009-07-18 14:33:36 UTC (rev 10047)
@@ -1,3 +1,14 @@
+fillets-ng (0.9.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped to Standards-Version 3.8.2.
+  * Switched to debhelper 7 compat layer, using dh_prep instead of
+    dh_clean -k.
+  * Build-Depend on autotools-dev, copy config.{guess,sub} before configure
+    run and remove them in clean target.
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Sat, 18 Jul 2009 16:29:05 +0200
+
 fillets-ng (0.9.0-1) unstable; urgency=low
 
   * New upstream release (closes: #533145)

Modified: packages/trunk/fillets-ng/debian/compat
===================================================================
--- packages/trunk/fillets-ng/debian/compat	2009-07-18 11:46:38 UTC (rev 10046)
+++ packages/trunk/fillets-ng/debian/compat	2009-07-18 14:33:36 UTC (rev 10047)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/fillets-ng/debian/control
===================================================================
--- packages/trunk/fillets-ng/debian/control	2009-07-18 11:46:38 UTC (rev 10046)
+++ packages/trunk/fillets-ng/debian/control	2009-07-18 14:33:36 UTC (rev 10047)
@@ -3,10 +3,11 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Alexander Reichle-Schmehl <tolimar at debian.org>, Gerfried Fuchs <rhonda at debian.at>
-Build-Depends: debhelper (>= 5), quilt, liblua50-dev, libsdl1.2-dev,
+Build-Depends: debhelper (>= 7), quilt, liblua50-dev, libsdl1.2-dev,
   libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev,
-  liblualib50-dev, libx11-dev, sharutils, libfribidi-dev, pkg-config
-Standards-Version: 3.8.1
+  liblualib50-dev, libx11-dev, sharutils, libfribidi-dev, pkg-config,
+  autotools-dev
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng/?op=log
 Homepage: http://fillets.sourceforge.net/

Modified: packages/trunk/fillets-ng/debian/rules
===================================================================
--- packages/trunk/fillets-ng/debian/rules	2009-07-18 11:46:38 UTC (rev 10046)
+++ packages/trunk/fillets-ng/debian/rules	2009-07-18 14:33:36 UTC (rev 10047)
@@ -35,6 +35,7 @@
 
 build-stamp:  config.status
 	dh_testdir
+	cp /usr/share/misc/config.guess /usr/share/misc/config.sub .
 	$(MAKE)
 	uudecode debian/fillets-ng.png.uu -o debian/fillets-ng.png
 	touch build-stamp
@@ -45,12 +46,7 @@
 	rm -f build-stamp 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
+	rm -f config.guess config.clean
 	dh_clean debian/fillets-ng.png
 
 install: build




More information about the Pkg-games-commits mailing list