[libcache-perl] 04/28: bulk bugfix

dom at earth.li dom at earth.li
Sat Oct 4 17:27:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libcache-perl.

commit 924c6642d2f38f50eedb234a4f4a9225ffa875aa
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Feb 26 21:14:27 2008 +0000

    bulk bugfix
---
 debian/changelog | 9 +++++++++
 debian/control   | 3 ++-
 debian/rules     | 2 +-
 debian/watch     | 5 +++--
 4 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f5c02fd..c1f2802 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcache-perl (2.04-2) unstable; urgency=low
+
+  * Fix debian/rules rmdir bug (closes: 467680)
+  * Update Standards-Version (no changes)
+  * Standardize debian/watch format
+  * debian/control: add Homepage field
+
+ -- Dominic Hargreaves <dom at earth.li>  Tue, 26 Feb 2008 21:12:24 +0000
+
 libcache-perl (2.04-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 46f1093..0ebbcbd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
 Build-Depends-Indep: perl (>= 5.8.0-7), libfile-nfslock-perl (>= 1.2), libio-string-perl (>= 1.02), libdigest-sha1-perl (>= 2.01), libheap-perl (>= 0.01), libtimedate-perl (>= 1.14)
 Maintainer: Dominic Hargreaves <dom at earth.li>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Cache/
 
 Package: libcache-perl
 Architecture: all
diff --git a/debian/rules b/debian/rules
index c4de786..b3f6859 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ install-stamp:
 	# As this is a architecture independent package, we are not
 	# supposed to install stuff to /usr/lib. MakeMaker creates
 	# the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
 	touch install-stamp
 
diff --git a/debian/watch b/debian/watch
index 2117be3..cf38bfa 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=2
-http://www.cpan.org/modules/by-module/Cache/Cache-(\d*\.\d*)\.tar\.gz
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Cache/   .*/Cache-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcache-perl.git



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