r3677 - packages/trunk/ri-li/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Aug 14 20:34:30 UTC 2007


Author: goneri-guest
Date: 2007-08-14 20:34:30 +0000 (Tue, 14 Aug 2007)
New Revision: 3677

Modified:
   packages/trunk/ri-li/debian/changelog
   packages/trunk/ri-li/debian/rules
Log:
do not ignore make distclean return


Modified: packages/trunk/ri-li/debian/changelog
===================================================================
--- packages/trunk/ri-li/debian/changelog	2007-08-14 20:33:46 UTC (rev 3676)
+++ packages/trunk/ri-li/debian/changelog	2007-08-14 20:34:30 UTC (rev 3677)
@@ -16,8 +16,11 @@
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
- -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:05:17 +0100
+  [ Gonéri Le Bouder ]
+  * do not ignore make distclean return
 
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 14 Aug 2007 20:52:04 +0000
+
 ri-li (2.0.0-2) unstable; urgency=high
 
   [ Eddy Petrișor ]

Modified: packages/trunk/ri-li/debian/rules
===================================================================
--- packages/trunk/ri-li/debian/rules	2007-08-14 20:33:46 UTC (rev 3676)
+++ packages/trunk/ri-li/debian/rules	2007-08-14 20:34:30 UTC (rev 3677)
@@ -28,7 +28,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-make distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config-stamp build-stamp debian/ri-li.6
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean




More information about the Pkg-games-commits mailing list