[Pkg-sdl-commits] r174 - unstable/libsdl-sge/debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Wed Jan 23 23:18:59 UTC 2008


Author: aurel32
Date: 2008-01-23 23:18:59 +0000 (Wed, 23 Jan 2008)
New Revision: 174

Modified:
   unstable/libsdl-sge/debian/changelog
   unstable/libsdl-sge/debian/rules
Log:
  * debian/rules:
    + don't ignore make clean error.



Modified: unstable/libsdl-sge/debian/changelog
===================================================================
--- unstable/libsdl-sge/debian/changelog	2008-01-23 23:16:45 UTC (rev 173)
+++ unstable/libsdl-sge/debian/changelog	2008-01-23 23:18:59 UTC (rev 174)
@@ -7,6 +7,8 @@
     + bumped Standards-Version to 3.7.3 (no changes).
   * debian/copyright:
     + Recode into UTF-8.
+  * debian/rules:
+    + don't ignore make clean error.
 
  -- Aurelien Jarno <aurel32 at debian.org>  Thu, 24 Jan 2008 00:15:46 +0100
 

Modified: unstable/libsdl-sge/debian/rules
===================================================================
--- unstable/libsdl-sge/debian/rules	2008-01-23 23:16:45 UTC (rev 173)
+++ unstable/libsdl-sge/debian/rules	2008-01-23 23:18:59 UTC (rev 174)
@@ -43,7 +43,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -f libSGE.bak
 	dh_clean




More information about the pkg-sdl-commits mailing list