r4336 - packages/trunk/ceferino/debian

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


Author: bddebian-guest
Date: 2007-10-05 18:50:28 +0000 (Fri, 05 Oct 2007)
New Revision: 4336

Added:
   packages/trunk/ceferino/debian/watch
Modified:
   packages/trunk/ceferino/debian/changelog
   packages/trunk/ceferino/debian/control
   packages/trunk/ceferino/debian/rules
Log:
Fix make distclean warning
Add watch file


Modified: packages/trunk/ceferino/debian/changelog
===================================================================
--- packages/trunk/ceferino/debian/changelog	2007-10-05 17:50:15 UTC (rev 4335)
+++ packages/trunk/ceferino/debian/changelog	2007-10-05 18:50:28 UTC (rev 4336)
@@ -9,6 +9,11 @@
     appropriate folding.
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
+  [ Barry deFreese ]
+  * Add Homepage field to control section
+  * Add watch file
+  * Fix make distclean lintian warning
+
  -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 23 Sep 2006 18:33:57 +0200
 
 ceferino (0.97.5-1) unstable; urgency=low

Modified: packages/trunk/ceferino/debian/control
===================================================================
--- packages/trunk/ceferino/debian/control	2007-10-05 17:50:15 UTC (rev 4335)
+++ packages/trunk/ceferino/debian/control	2007-10-05 18:50:28 UTC (rev 4336)
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, gettext, quilt,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
 Standards-Version: 3.7.2
+Homepage: http://www.losersjuegos.com.ar/juegos/ceferino/ceferino.php
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ceferino/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ceferino/?op=log
 

Modified: packages/trunk/ceferino/debian/rules
===================================================================
--- packages/trunk/ceferino/debian/rules	2007-10-05 17:50:15 UTC (rev 4335)
+++ packages/trunk/ceferino/debian/rules	2007-10-05 18:50:28 UTC (rev 4336)
@@ -50,7 +50,7 @@
 	dh_testroot
 	rm -f build-stamp 
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.guess config.sub config.log config.status
 
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch

Added: packages/trunk/ceferino/debian/watch
===================================================================
--- packages/trunk/ceferino/debian/watch	                        (rev 0)
+++ packages/trunk/ceferino/debian/watch	2007-10-05 18:50:28 UTC (rev 4336)
@@ -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://www.losersjuegos.com.ar/juegos/ceferino/descargas/anteriores/ceferino-(.*)\.tar\.gz




More information about the Pkg-games-commits mailing list