r4337 - packages/trunk/chocolate-doom/debian

Barry deFreese bddebian-guest at alioth.debian.org
Fri Oct 5 19:36:32 UTC 2007


Author: bddebian-guest
Date: 2007-10-05 19:36:32 +0000 (Fri, 05 Oct 2007)
New Revision: 4337

Added:
   packages/trunk/chocolate-doom/debian/watch
Modified:
   packages/trunk/chocolate-doom/debian/changelog
   packages/trunk/chocolate-doom/debian/control
   packages/trunk/chocolate-doom/debian/rules
Log:
Add watch file
Fix make distclean lintian warning
Add homepage field


Modified: packages/trunk/chocolate-doom/debian/changelog
===================================================================
--- packages/trunk/chocolate-doom/debian/changelog	2007-10-05 18:50:28 UTC (rev 4336)
+++ packages/trunk/chocolate-doom/debian/changelog	2007-10-05 19:36:32 UTC (rev 4337)
@@ -14,4 +14,9 @@
   * use autotools-dev config.guess/sub to keep the diff.gz clean
   * use quilt for patch management
 
+  [ Barry deFreese ]
+  * Fix make distclean warning
+  * Add watch file
+  * Add Homepage field in debian/control
+
  -- Jon Dowland <jon at alcopop.org>  Thu, 23 Aug 2007 18:40:52 +0100

Modified: packages/trunk/chocolate-doom/debian/control
===================================================================
--- packages/trunk/chocolate-doom/debian/control	2007-10-05 18:50:28 UTC (rev 4336)
+++ packages/trunk/chocolate-doom/debian/control	2007-10-05 19:36:32 UTC (rev 4337)
@@ -5,6 +5,7 @@
 Uploaders: Jon Dowland <jon at alcopop.org>
 Build-Depends: debhelper (>= 4.0.0), autotools-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-net1.2-dev (>= 1.2.0-5.1), m4, quilt
 Standards-Version: 3.7.2
+Homepage: http://www.chocolate-doom.org/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/chocolate-doom/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/chocolate-doom/?op=log
 

Modified: packages/trunk/chocolate-doom/debian/rules
===================================================================
--- packages/trunk/chocolate-doom/debian/rules	2007-10-05 18:50:28 UTC (rev 4336)
+++ packages/trunk/chocolate-doom/debian/rules	2007-10-05 19:36:32 UTC (rev 4337)
@@ -41,7 +41,7 @@
 	dh_testroot
 	rm -f build-stamp 
 	
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	
 	# stuff we don't want in diff.gz
 	find -name config.sub   -print0 | xargs -0 -r rm -f \;

Added: packages/trunk/chocolate-doom/debian/watch
===================================================================
--- packages/trunk/chocolate-doom/debian/watch	                        (rev 0)
+++ packages/trunk/chocolate-doom/debian/watch	2007-10-05 19:36:32 UTC (rev 4337)
@@ -0,0 +1,8 @@
+# Watch control file for uscan
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Find new files on sourceforge, for debscripts >= 2.9
+http://superb-west.dl.sourceforge.net/sourceforge/chocolate-doom/chocolate-doom-(.*)\.tar\.gz




More information about the Pkg-games-commits mailing list