[libfile-nfslock-perl] 04/25: mass bugfix

dom at earth.li dom at earth.li
Sat Oct 4 21:56:31 UTC 2014


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

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

commit bcc0336ef978b0be5d447c54fd9f5d07b25c0a5f
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Feb 28 00:17:33 2008 +0000

    mass bugfix
---
 debian/changelog | 10 ++++++++++
 debian/control   |  3 ++-
 debian/rules     |  4 ++--
 debian/watch     |  5 +++--
 4 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc6eb6f..2a0701f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libfile-nfslock-perl (1.20-2) unstable; urgency=low
+
+  * Fix debian/rules rmdir bug (closes: #467824)
+  * Update Standards-Version (no changes)
+  * Standardize debian/watch format
+  * debian/control: add Homepage field
+  * Fix make distclean lintian warning
+
+ -- Dominic Hargreaves <dom at earth.li>  Thu, 28 Feb 2008 00:16:56 +0000
+
 libfile-nfslock-perl (1.20-1) unstable; urgency=low
 
   * Initial Release.
diff --git a/debian/control b/debian/control
index 4dcbcff..a3dbab9 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)
 Maintainer: Dominic Hargreaves <dom at earth.li>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/File-NFSLock/
 
 Package: libfile-nfslock-perl
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 7fc1801..1bb6f83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ clean:
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f testfile.dat*
 
 	dh_clean build-stamp install-stamp
@@ -52,7 +52,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 cb0cdda..ff24b41 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=2
-http://www.cpan.org/modules/by-module/File/File-NFSLock-(\d*\.\d*)\.tar\.gz
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/File-NFSLock/   .*/File-NFSLock-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/libfile-nfslock-perl.git



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