r4334 - packages/trunk/amphetamine/debian

Barry deFreese bddebian-guest at alioth.debian.org
Fri Oct 5 17:28:03 UTC 2007


Author: bddebian-guest
Date: 2007-10-05 17:28:03 +0000 (Fri, 05 Oct 2007)
New Revision: 4334

Modified:
   packages/trunk/amphetamine/debian/changelog
   packages/trunk/amphetamine/debian/compat
   packages/trunk/amphetamine/debian/control
   packages/trunk/amphetamine/debian/rules
Log:
Bump debhelper b-d / compat to 5
Fix make clean lintian warning
Add homepage, vcs tags to control


Modified: packages/trunk/amphetamine/debian/changelog
===================================================================
--- packages/trunk/amphetamine/debian/changelog	2007-10-05 16:23:11 UTC (rev 4333)
+++ packages/trunk/amphetamine/debian/changelog	2007-10-05 17:28:03 UTC (rev 4334)
@@ -1,3 +1,12 @@
+amphetamine (0.8.10-13) UNRELEASED; urgency=low
+
+  [ Barry deFreese ]
+  * Bump compat/debhelper to 5
+  * Add Hompage and vcs tags to debian/control
+  * Fix make clean target for lintian warning
+
+ -- Barry deFreese <bddebian at comcast.net>  Fri, 05 Oct 2007 13:25:10 -0400
+
 amphetamine (0.8.10-12) unstable; urgency=high
 
   [ Sam Hocevar (Debian packages) ]

Modified: packages/trunk/amphetamine/debian/compat
===================================================================
--- packages/trunk/amphetamine/debian/compat	2007-10-05 16:23:11 UTC (rev 4333)
+++ packages/trunk/amphetamine/debian/compat	2007-10-05 17:28:03 UTC (rev 4334)
@@ -1 +1 @@
-4
+5

Modified: packages/trunk/amphetamine/debian/control
===================================================================
--- packages/trunk/amphetamine/debian/control	2007-10-05 16:23:11 UTC (rev 4333)
+++ packages/trunk/amphetamine/debian/control	2007-10-05 17:28:03 UTC (rev 4334)
@@ -1,10 +1,13 @@
 Source: amphetamine
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 4.0), quilt, libxpm-dev, libsdl1.2-dev (>= 1.2.2-3.1), dpkg-dev (>= 1.9.0)
+Build-Depends: debhelper (>= 5.0), quilt, libxpm-dev, libsdl1.2-dev (>= 1.2.2-3.1), dpkg-dev (>= 1.9.0)
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Standards-Version: 3.7.2
+Homepage: http://n.ethz.ch/student/loehrerl/amph/amph.html
+XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/amphetamine/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/amphetamine/?op=log
 
 Package: amphetamine
 Architecture: any

Modified: packages/trunk/amphetamine/debian/rules
===================================================================
--- packages/trunk/amphetamine/debian/rules	2007-10-05 16:23:11 UTC (rev 4333)
+++ packages/trunk/amphetamine/debian/rules	2007-10-05 17:28:03 UTC (rev 4334)
@@ -11,7 +11,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 




More information about the Pkg-games-commits mailing list