r3920 - in /packages/libwww-curl-perl/trunk/debian: changelog rules
ntyni-guest at users.alioth.debian.org
ntyni-guest at users.alioth.debian.org
Tue Sep 26 10:17:45 UTC 2006
Author: ntyni-guest
Date: Tue Sep 26 10:17:42 2006
New Revision: 3920
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3920
Log:
clean debian/rules
Modified:
packages/libwww-curl-perl/trunk/debian/changelog
packages/libwww-curl-perl/trunk/debian/rules
Modified: packages/libwww-curl-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-curl-perl/trunk/debian/changelog?rev=3920&op=diff
==============================================================================
--- packages/libwww-curl-perl/trunk/debian/changelog (original)
+++ packages/libwww-curl-perl/trunk/debian/changelog Tue Sep 26 10:17:42 2006
@@ -4,8 +4,9 @@
* Upgrade to Standards-Version 3.7.2. No changes needed.
* Upgrade to debhelper compatibility level 5.
* Fix curl parameter list documentation in WWW::Curl::Easy.
+ * Don't ignore the return status of 'make clean'.
- -- Niko Tyni <ntyni at iki.fi> Tue, 26 Sep 2006 13:07:19 +0300
+ -- Niko Tyni <ntyni at iki.fi> Tue, 26 Sep 2006 13:17:07 +0300
libwww-curl-perl (3.02-1) unstable; urgency=low
Modified: packages/libwww-curl-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-curl-perl/trunk/debian/rules?rev=3920&op=diff
==============================================================================
--- packages/libwww-curl-perl/trunk/debian/rules (original)
+++ packages/libwww-curl-perl/trunk/debian/rules Tue Sep 26 10:17:42 2006
@@ -35,7 +35,7 @@
clean:
dh_testdir
dh_testroot
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
rm -f build-stamp configure-stamp Makefile.old curlopt-constants.c
dh_clean
@@ -45,7 +45,7 @@
dh_clean -k
dh_installdirs
$(MAKE) PREFIX=/usr DESTDIR=$(TMP) install
- -rmdir $(CURDIR)/debian/libwww-curl-perl/usr/share/perl5
+ rmdir --ignore-fail-on-nonempty --parents $(TMP)/usr/share/perl5
binary-indep: build install
More information about the Pkg-perl-cvs-commits
mailing list