r4335 - packages/trunk/bsp/debian

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


Author: bddebian-guest
Date: 2007-10-05 17:50:15 +0000 (Fri, 05 Oct 2007)
New Revision: 4335

Modified:
   packages/trunk/bsp/debian/changelog
   packages/trunk/bsp/debian/compat
   packages/trunk/bsp/debian/control
   packages/trunk/bsp/debian/rules
Log:
Update standards to 3.7.2
Bump debhelper/compat to 5
Fix make distclean lintian warning


Modified: packages/trunk/bsp/debian/changelog
===================================================================
--- packages/trunk/bsp/debian/changelog	2007-10-05 17:28:03 UTC (rev 4334)
+++ packages/trunk/bsp/debian/changelog	2007-10-05 17:50:15 UTC (rev 4335)
@@ -12,6 +12,11 @@
   [ Jon Dowland ]
   * use quilt to manage debian patches
 
+  [ Barry deFreese ]
+  * Fix make distclean in debian/rules for lintian warning
+  * Bump standards version to 3.7.2
+  * Update debhelper b-d and compat to 5
+
  -- Jon Dowland <jon at alcopop.org>  Thu, 23 Aug 2007 12:35:11 +0100
 
 bsp (5.1-3) unstable; urgency=low

Modified: packages/trunk/bsp/debian/compat
===================================================================
--- packages/trunk/bsp/debian/compat	2007-10-05 17:28:03 UTC (rev 4334)
+++ packages/trunk/bsp/debian/compat	2007-10-05 17:50:15 UTC (rev 4335)
@@ -1 +1 @@
-4
+5

Modified: packages/trunk/bsp/debian/control
===================================================================
--- packages/trunk/bsp/debian/control	2007-10-05 17:28:03 UTC (rev 4334)
+++ packages/trunk/bsp/debian/control	2007-10-05 17:50:15 UTC (rev 4335)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Jon Dowland <jon at alcopop.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, quilt
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, quilt
+Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/bsp/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/bsp/?op=log
 

Modified: packages/trunk/bsp/debian/rules
===================================================================
--- packages/trunk/bsp/debian/rules	2007-10-05 17:28:03 UTC (rev 4334)
+++ packages/trunk/bsp/debian/rules	2007-10-05 17:50:15 UTC (rev 4335)
@@ -45,7 +45,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	# stuff we don't want in diff.gz
 	find -name config.sub   -print0 | xargs -0 -r rm -f \;




More information about the Pkg-games-commits mailing list