r22940 - in /trunk/libswish-api-common-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Jul 8 20:57:32 UTC 2008


Author: djpig
Date: Tue Jul  8 20:57:31 2008
New Revision: 22940

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22940
Log:
Don't ignore errors from make distclean

Modified:
    trunk/libswish-api-common-perl/debian/changelog
    trunk/libswish-api-common-perl/debian/rules

Modified: trunk/libswish-api-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswish-api-common-perl/debian/changelog?rev=22940&op=diff
==============================================================================
--- trunk/libswish-api-common-perl/debian/changelog (original)
+++ trunk/libswish-api-common-perl/debian/changelog Tue Jul  8 20:57:31 2008
@@ -12,6 +12,7 @@
   * Switch patch system from dpatch to quilt.
   * Provide a &VERSION subroutine since somehow SWISH::API manages to wreck
     the one we get from UNIVERSAL which causes FTBFS in other packages.
+  * Don't ignore errors from make distclean
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 08 Jul 2008 22:47:58 +0200
 

Modified: trunk/libswish-api-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswish-api-common-perl/debian/rules?rev=22940&op=diff
==============================================================================
--- trunk/libswish-api-common-perl/debian/rules (original)
+++ trunk/libswish-api-common-perl/debian/rules Tue Jul  8 20:57:31 2008
@@ -23,7 +23,7 @@
 clean1:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp




More information about the Pkg-perl-cvs-commits mailing list