r4839 - packages/trunk/late/debian

Barry deFreese bddebian-guest at alioth.debian.org
Tue Dec 4 05:01:41 UTC 2007


Author: bddebian-guest
Date: 2007-12-04 05:01:41 +0000 (Tue, 04 Dec 2007)
New Revision: 4839

Modified:
   packages/trunk/late/debian/changelog
   packages/trunk/late/debian/control
   packages/trunk/late/debian/rules
   packages/trunk/late/debian/watch
Log:
  * Run distclean if config.status and Makefile exist (Closes: #424494)
  * Make distclean not ignore errors
  * Remove Homepage from package descriptions
  * Fix watch file (Closes: #453581)


Modified: packages/trunk/late/debian/changelog
===================================================================
--- packages/trunk/late/debian/changelog	2007-12-04 03:48:20 UTC (rev 4838)
+++ packages/trunk/late/debian/changelog	2007-12-04 05:01:41 UTC (rev 4839)
@@ -1,3 +1,13 @@
+late (0.1.0-11) UNRELEASED; urgency=low
+
+  [ Barry deFreese ]
+  * Run distclean if config.status and Makefile exist (Closes: #424494)
+  * Make distclean not ignore errors
+  * Remove Homepage from package descriptions
+  * Fix watch file (Closes: #453581)
+
+ -- Barry deFreese <bddebian at comcast.net>  Mon, 03 Dec 2007 23:52:12 -0500
+
 late (0.1.0-10) unstable; urgency=low
 
   [ Eddy Petrișor ]

Modified: packages/trunk/late/debian/control
===================================================================
--- packages/trunk/late/debian/control	2007-12-04 03:48:20 UTC (rev 4838)
+++ packages/trunk/late/debian/control	2007-12-04 05:01:41 UTC (rev 4839)
@@ -5,8 +5,8 @@
 Build-Depends: debhelper (>= 5), autotools-dev, libsdl-image1.2-dev, libsdl1.2-dev, dpatch
 Standards-Version: 3.7.2
 Uploaders: Javier Galicia <javiergaliciaacm at gmail.com>
-XS-Vcs-Svn: svn://svn.debian.org/pkg-games/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games
+Vcs-Svn: svn://svn.debian.org/pkg-games/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games
 Homepage: http://late.sourceforge.net/
 
 Package: late
@@ -20,8 +20,6 @@
  Trapping balls is achieved by firing your guillotine to split the
  playing area into little boxes, once enough of the screen has been
  covered you progress to the next level.
- .
-  Homepage: http://late.sourceforge.net/
 
 Package: late-data
 Architecture: all
@@ -32,5 +30,3 @@
  This package contains sound and level data for the game.
  .
  You need the late package to use these data files
- .
-  Homepage: http://late.sourceforge.net/

Modified: packages/trunk/late/debian/rules
===================================================================
--- packages/trunk/late/debian/rules	2007-12-04 03:48:20 UTC (rev 4838)
+++ packages/trunk/late/debian/rules	2007-12-04 05:01:41 UTC (rev 4839)
@@ -63,7 +63,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	#-$(MAKE) distclean
+	[ ! -f Makefile ] && [ ! -f config.status ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	rm -f config.sub
 endif

Modified: packages/trunk/late/debian/watch
===================================================================
--- packages/trunk/late/debian/watch	2007-12-04 03:48:20 UTC (rev 4838)
+++ packages/trunk/late/debian/watch	2007-12-04 05:01:41 UTC (rev 4839)
@@ -1,8 +1,3 @@
-# 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://qa.debian.org/watch/sf.php?project=late late-([\d.]*)\.tar\.bz2
+http://sf.net/late/late-([\d.]*)\.tar\.gz




More information about the Pkg-games-commits mailing list