[libnet-openid-consumer-perl] 05/39: mass bugfix

Damyan Ivanov dmn at moszumanska.debian.org
Fri Jul 24 13:08:13 UTC 2015


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

dmn pushed a commit to branch master
in repository libnet-openid-consumer-perl.

commit d896cb2cd388fe2e02e1edd2fc2bef3c63ee84af
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Mar 1 18:08:48 2008 +0000

    mass bugfix
---
 debian/changelog | 8 ++++++++
 debian/control   | 1 +
 debian/rules     | 2 +-
 debian/watch     | 5 +++--
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9a2b1b..45b133a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libnet-openid-consumer-perl (0.14-2) unstable; urgency=low
+
+  * Fix debian/rules rmdir bug (closes: #467864)
+  * Standardize debian/watch format
+  * debian/control: add Homepage field
+
+ -- Dominic Hargreaves <dom at earth.li>  Sat,  1 Mar 2008 18:08:08 +0000
+
 libnet-openid-consumer-perl (0.14-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 417bcc3..ab9987a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Build-Depends: debhelper (>= 4.0.2)
 Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, libdigest-sha1-perl, libmime-perl, liburi-perl, libcrypt-dh-perl (>= 0.05), liburi-fetch-perl (>= 0.02)
 Maintainer: Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Net-OpenID-Consumer/
 
 Package: libnet-openid-consumer-perl
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 2f63a15..0051f60 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 62fefaa..98125c8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=2
-http://www.cpan.org/modules/by-module/Net/Net-OpenID-Consumer-(\d*\.\d*)\.tar\.gz
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Net-OpenID-Consumer/   .*/Net-OpenID-Consumer-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/libnet-openid-consumer-perl.git



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