r4536 - packages/trunk/abuse-sdl/debian

Samuel Hocevar sho at alioth.debian.org
Fri Nov 2 13:43:59 UTC 2007


Author: sho
Date: 2007-11-02 13:43:58 +0000 (Fri, 02 Nov 2007)
New Revision: 4536

Modified:
   packages/trunk/abuse-sdl/debian/changelog
   packages/trunk/abuse-sdl/debian/rules
Log:
  * debian/rules:
    + Don't ignore distclean errors.

  * Upload to unstable.


Modified: packages/trunk/abuse-sdl/debian/changelog
===================================================================
--- packages/trunk/abuse-sdl/debian/changelog	2007-11-02 12:34:03 UTC (rev 4535)
+++ packages/trunk/abuse-sdl/debian/changelog	2007-11-02 13:43:58 UTC (rev 4536)
@@ -1,4 +1,4 @@
-abuse-sdl (1:0.7.0-6) UNRELEASED; urgency=low
+abuse-sdl (1:0.7.0-6) unstable; urgency=low
 
   [ Gonéri Le Bouder ]
   * if nostrip is set in DEB_BUILD_OPTIONS it's useless to do:
@@ -14,13 +14,16 @@
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
   [ Sam Hocevar ]
-  * Renamed patches so that the applying order is more obvious, and added
-    missing patches from the -5 upload to debian/patches/series.
+  * debian/rules:
+    + Don't ignore distclean errors.
+  * debian/patches/series:
+    + Added missing patches from the -5 upload and renamed patches so that the
+      applying order is more obvious.
 
   [ Barry deFreese ]
   * Add desktop file and call dh_desktop
 
- -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Thu, 01 Nov 2007 20:30:50 +0000
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 02 Nov 2007 14:40:20 +0100
 
 abuse-sdl (1:0.7.0-5) unstable; urgency=low
 

Modified: packages/trunk/abuse-sdl/debian/rules
===================================================================
--- packages/trunk/abuse-sdl/debian/rules	2007-11-02 12:34:03 UTC (rev 4535)
+++ packages/trunk/abuse-sdl/debian/rules	2007-11-02 13:43:58 UTC (rev 4536)
@@ -27,7 +27,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-make distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config-stamp build-stamp
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean




More information about the Pkg-games-commits mailing list