r10069 - packages/trunk/liquidwar/debian

Barry deFreese bdefreese at alioth.debian.org
Sat Jul 25 14:36:59 UTC 2009


Author: bdefreese
Date: 2009-07-25 14:36:56 +0000 (Sat, 25 Jul 2009)
New Revision: 10069

Modified:
   packages/trunk/liquidwar/debian/changelog
   packages/trunk/liquidwar/debian/control
   packages/trunk/liquidwar/debian/rules
Log:
  * Update my e-mail address.
  * Don't remove .pc dir before running quilt pop -a.
  * Bump Standards Version to 3.8.2. (No changes needed).


Modified: packages/trunk/liquidwar/debian/changelog
===================================================================
--- packages/trunk/liquidwar/debian/changelog	2009-07-25 10:26:55 UTC (rev 10068)
+++ packages/trunk/liquidwar/debian/changelog	2009-07-25 14:36:56 UTC (rev 10069)
@@ -1,3 +1,12 @@
+liquidwar (5.6.4-2) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Update my e-mail address.
+  * Don't remove .pc dir before running quilt pop -a.
+  * Bump Standards Version to 3.8.2. (No changes needed).
+
+ -- Barry deFreese <bdefreese at debian.org>  Sat, 25 Jul 2009 10:36:12 -0400
+
 liquidwar (5.6.4-1) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/liquidwar/debian/control
===================================================================
--- packages/trunk/liquidwar/debian/control	2009-07-25 10:26:55 UTC (rev 10068)
+++ packages/trunk/liquidwar/debian/control	2009-07-25 14:36:56 UTC (rev 10069)
@@ -2,9 +2,9 @@
 Section: games
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Barry deFreese <bddebian at comcast.net>, Eduard Bloch <blade at debian.org>
+Uploaders: Barry deFreese <bdefreese at debian.org>, Eduard Bloch <blade at debian.org>
 Build-Depends: liballegro4.2-dev, debhelper (>= 5), autotools-dev, quilt, python (>= 2.4)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://www.ufoot.org/liquidwar/v5
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/liquidwar/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/liquidwar/?op=log

Modified: packages/trunk/liquidwar/debian/rules
===================================================================
--- packages/trunk/liquidwar/debian/rules	2009-07-25 10:26:55 UTC (rev 10068)
+++ packages/trunk/liquidwar/debian/rules	2009-07-25 14:36:56 UTC (rev 10069)
@@ -65,13 +65,14 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp autotools
-	rm -f config.sub config.guess
-	rm -rf .pc
 	
 	[ ! -f Makefile ] || $(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
+	rm -f build-stamp configure-stamp autotools
+	rm -f config.sub config.guess
+	rm -rf .pc
+
 	dh_clean
 
 #install: DH_OPTIONS=




More information about the Pkg-games-commits mailing list