r4354 - packages/trunk/geki3/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sun Oct 7 04:02:22 UTC 2007


Author: bddebian-guest
Date: 2007-10-07 04:02:22 +0000 (Sun, 07 Oct 2007)
New Revision: 4354

Modified:
   packages/trunk/geki3/debian/changelog
   packages/trunk/geki3/debian/compat
   packages/trunk/geki3/debian/control
   packages/trunk/geki3/debian/rules
Log:
Fix make distclean lintian warning
Bump debhelper and compat to 5
Add VCS tags


Modified: packages/trunk/geki3/debian/changelog
===================================================================
--- packages/trunk/geki3/debian/changelog	2007-10-07 03:54:05 UTC (rev 4353)
+++ packages/trunk/geki3/debian/changelog	2007-10-07 04:02:22 UTC (rev 4354)
@@ -1,3 +1,12 @@
+geki3 (1.0.3-8) UNRELEASE; urgency=low
+
+  [ Barry deFreese ]
+  * Fix make distclean lintian warning
+  * Bump debhelper build-dep to 5 and compat to 5
+  * Add VCS tags
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sat, 06 Oct 2007 23:59:12 -0500
+
 geki3 (1.0.3-7) unstable; urgency=low
 
   * Moved packaging to the Debian Games Team.

Modified: packages/trunk/geki3/debian/compat
===================================================================
--- packages/trunk/geki3/debian/compat	2007-10-07 03:54:05 UTC (rev 4353)
+++ packages/trunk/geki3/debian/compat	2007-10-07 04:02:22 UTC (rev 4354)
@@ -1 +1 @@
-4
+5

Modified: packages/trunk/geki3/debian/control
===================================================================
--- packages/trunk/geki3/debian/control	2007-10-07 03:54:05 UTC (rev 4353)
+++ packages/trunk/geki3/debian/control	2007-10-07 04:02:22 UTC (rev 4354)
@@ -3,8 +3,10 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 4.0), quilt, libkxl0-dev (>= 1.1.7-8)
+Build-Depends: debhelper (>= 5.0), quilt, libkxl0-dev (>= 1.1.7-8)
 Standards-Version: 3.7.2
+XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/geki3/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/geki3/?op=log
 
 Package: geki3
 Section: games

Modified: packages/trunk/geki3/debian/rules
===================================================================
--- packages/trunk/geki3/debian/rules	2007-10-07 03:54:05 UTC (rev 4353)
+++ packages/trunk/geki3/debian/rules	2007-10-07 04:02:22 UTC (rev 4354)
@@ -25,7 +25,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 




More information about the Pkg-games-commits mailing list