[libsnowball-norwegian-perl] 06/10: mass bugfix

dom at earth.li dom at earth.li
Sun Mar 27 19:23:17 UTC 2016


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

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

commit 92ee19e070e3b3a5a0331fa343fb694ee741fd59
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Mar 2 13:17:36 2008 +0000

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

diff --git a/debian/changelog b/debian/changelog
index eaa196e..51cf6d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-libsnowball-norwegian-perl (1.2-1) UNRELEASED; urgency=low
+libsnowball-norwegian-perl (1.2-1) unstable; urgency=low
 
   * New upstream release
   * Update copyright notice
+  * Fix debian/rules rmdir bug (closes: #467769)
+  * 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>  Sun,  2 Mar 2008 13:14:31 +0000
+ -- Dominic Hargreaves <dom at earth.li>  Sun,  2 Mar 2008 13:17:20 +0000
 
 libsnowball-norwegian-perl (1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c0d4e52..b915d16 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.1
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Snowball-Norwegian/
 
 Package: libsnowball-norwegian-perl
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 10d68e4..7ddb7ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ clean:
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	
 	dh_clean build-stamp install-stamp
 
@@ -59,7 +59,7 @@ install-stamp: build-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 9fd3d16..8d52c86 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=2
-http://www.cpan.org/modules/by-module/Lingua/Snowball-Norwegian-(.*)\.tar\.gz
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Snowball-Norwegian/   .*/Snowball-Norwegian-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/libsnowball-norwegian-perl.git



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