r4343 - packages/trunk/xwelltris/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sat Oct 6 04:49:18 UTC 2007


Author: bddebian-guest
Date: 2007-10-06 04:49:18 +0000 (Sat, 06 Oct 2007)
New Revision: 4343

Modified:
   packages/trunk/xwelltris/debian/changelog
   packages/trunk/xwelltris/debian/compat
   packages/trunk/xwelltris/debian/control
   packages/trunk/xwelltris/debian/rules
Log:
Fix make clean target
Update debhelper b-d/compat to 5
Add homepage field


Modified: packages/trunk/xwelltris/debian/changelog
===================================================================
--- packages/trunk/xwelltris/debian/changelog	2007-10-06 03:49:37 UTC (rev 4342)
+++ packages/trunk/xwelltris/debian/changelog	2007-10-06 04:49:18 UTC (rev 4343)
@@ -11,6 +11,11 @@
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
+  [ Barry deFreese ]
+  * Added Hompage field.
+  * Bump debhelper build-dep and compat to 5
+  * Fix make clean lintian warning
+
  -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:09:20 +0100
 
 xwelltris (1.0.1-4) unstable; urgency=low

Modified: packages/trunk/xwelltris/debian/compat
===================================================================
--- packages/trunk/xwelltris/debian/compat	2007-10-06 03:49:37 UTC (rev 4342)
+++ packages/trunk/xwelltris/debian/compat	2007-10-06 04:49:18 UTC (rev 4343)
@@ -1 +1 @@
-4
+5

Modified: packages/trunk/xwelltris/debian/control
===================================================================
--- packages/trunk/xwelltris/debian/control	2007-10-06 03:49:37 UTC (rev 4342)
+++ packages/trunk/xwelltris/debian/control	2007-10-06 04:49:18 UTC (rev 4343)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>> 4.0.0), autotools-dev, quilt, libsdl-image1.2-dev
+Build-Depends: debhelper (>> 5.0.0), autotools-dev, quilt, libsdl-image1.2-dev
 Standards-Version: 3.7.2
+Homepage: http://xnc.jinr.ru/xwelltris/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/xwelltris/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/xwelltris/?op=log
 

Modified: packages/trunk/xwelltris/debian/rules
===================================================================
--- packages/trunk/xwelltris/debian/rules	2007-10-06 03:49:37 UTC (rev 4342)
+++ packages/trunk/xwelltris/debian/rules	2007-10-06 04:49:18 UTC (rev 4343)
@@ -52,7 +52,7 @@
 	dh_testroot
 	rm -f *-stamp 
 
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 
 	-rm -f config.sub config.guess
 




More information about the Pkg-games-commits mailing list