r3968 - in /packages/libplot-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Sep 28 20:33:38 UTC 2006


Author: ntyni-guest
Date: Thu Sep 28 20:33:38 2006
New Revision: 3968

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3968
Log:
tiny packaging fixes

Modified:
    packages/libplot-perl/trunk/debian/changelog
    packages/libplot-perl/trunk/debian/rules

Modified: packages/libplot-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libplot-perl/trunk/debian/changelog?rev=3968&op=diff
==============================================================================
--- packages/libplot-perl/trunk/debian/changelog (original)
+++ packages/libplot-perl/trunk/debian/changelog Thu Sep 28 20:33:38 2006
@@ -3,8 +3,9 @@
   * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix sudo issues.
     (Closes: #389869)
   * Urgency set to medium because of an RC bug fix.
+  * Don't ignore the result codes of 'make distclean' and 'rmdir'.
 
- -- Niko Tyni <ntyni at iki.fi>  Thu, 28 Sep 2006 23:31:01 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 28 Sep 2006 23:34:29 +0300
 
 libplot-perl (2.2.2-2) unstable; urgency=low
 

Modified: packages/libplot-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libplot-perl/trunk/debian/rules?rev=3968&op=diff
==============================================================================
--- packages/libplot-perl/trunk/debian/rules (original)
+++ packages/libplot-perl/trunk/debian/rules Thu Sep 28 20:33:38 2006
@@ -25,7 +25,7 @@
 
 clean:	checkroot
 	rm -f build-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 binary-indep:	checkroot build
@@ -35,7 +35,7 @@
 	dh_installdirs
 
 	$(MAKE) pure_install PREFIX=$(prefix)
-	-rmdir -p $(prefix)/share/perl5
+	rmdir --ignore-fail-on-non-empty -p $(prefix)/share/perl5
 	dh_installdocs README
 	dh_installexamples examples/*
 	dh_installchangelogs Changes




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