r6908 - in /trunk/libtime-stopwatch-perl/debian: changelog rules

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sat Aug 18 13:33:58 UTC 2007


Author: segre
Date: Sat Aug 18 13:33:58 2007
New Revision: 6908

URL: http://svn.debian.org/wsvn/?sc=1&rev=6908
Log:
change clean rule not to ignore errors

Modified:
    trunk/libtime-stopwatch-perl/debian/changelog
    trunk/libtime-stopwatch-perl/debian/rules

Modified: trunk/libtime-stopwatch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtime-stopwatch-perl/debian/changelog?rev=6908&op=diff
==============================================================================
--- trunk/libtime-stopwatch-perl/debian/changelog (original)
+++ trunk/libtime-stopwatch-perl/debian/changelog Sat Aug 18 13:33:58 2007
@@ -1,3 +1,9 @@
+libtime-stopwatch-perl (1.00-3) unstable; urgency=low
+
+  * Don't ignore errors from make clean.
+
+ -- Carlo Segre <segre at debian.org>  Sat, 18 Aug 2007 08:32:46 -0500
+
 libtime-stopwatch-perl (1.00-2) unstable; urgency=low
 
   * Update standards version to 3.7.2

Modified: trunk/libtime-stopwatch-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtime-stopwatch-perl/debian/rules?rev=6908&op=diff
==============================================================================
--- trunk/libtime-stopwatch-perl/debian/rules (original)
+++ trunk/libtime-stopwatch-perl/debian/rules Sat Aug 18 13:33:58 2007
@@ -32,10 +32,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
-	-$(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