r256 - in /packages/swfmill/trunk/debian: changelog rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Fri Jun 6 11:43:32 UTC 2008


Author: miriam
Date: Fri Jun  6 11:43:31 2008
New Revision: 256

URL: http://svn.debian.org/wsvn/?sc=1&rev=256
Log:
Allow errors in make clean again


Modified:
    packages/swfmill/trunk/debian/changelog
    packages/swfmill/trunk/debian/rules

Modified: packages/swfmill/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/changelog?rev=256&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/changelog (original)
+++ packages/swfmill/trunk/debian/changelog Fri Jun  6 11:43:31 2008
@@ -3,7 +3,6 @@
   * Acknowledged NMU.
   * Removed bashism in debian/rules (Closes: #484443)
   * Added quilt to build dependencies.
-  * Build fails now if make clean fails. Errors are not ignored anymore.
   * Upgraded Standards-Version to 3.7.3
   * Added Homepage section to debian/control
 

Modified: packages/swfmill/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/rules?rev=256&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/rules (original)
+++ packages/swfmill/trunk/debian/rules Fri Jun  6 11:43:31 2008
@@ -29,7 +29,6 @@
 config-stamp:
 	dh_testdir
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
-	[ ! -f Makefile ] || $(MAKE) distclean
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -56,7 +55,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f config-stamp build-stamp 
-	[ ! -f Makefile ] || $(MAKE) clean
+	-$(MAKE) distclean
+	-$(MAKE) clean
 	rm -f config.sub config.guess config.status config.log
 	$(MAKE) -C debian/h2m/ clean
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch




More information about the pkg-flash-devel mailing list