[libgeo-coordinates-utm-perl] 08/30: mass bugfix
dom at earth.li
dom at earth.li
Sat Apr 23 15:52:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
dom pushed a commit to branch master
in repository libgeo-coordinates-utm-perl.
commit 9aca6433e5cb024ec35987de664a137ea66bc6b8
Author: Dominic Hargreaves <dom at earth.li>
Date: Thu Feb 28 22:09:18 2008 +0000
mass bugfix
---
debian/changelog | 9 +++++++++
debian/control | 1 +
debian/rules | 2 +-
debian/watch | 5 +++--
4 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8dfbac3..ed18cf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libgeo-coordinates-utm-perl (0.08-2) unstable; urgency=low
+
+ * Fix debian/rules rmdir bug (closes: #468032)
+ * Standardize debian/watch format
+ * debian/control: add Homepage field
+ * Fix make distclean lintian warning
+
+ -- Dominic Hargreaves <dom at earth.li> Thu, 28 Feb 2008 22:08:44 +0000
+
libgeo-coordinates-utm-perl (0.08-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index cae9920..8c5b1ee 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), perl-modules
Maintainer: Dominic Hargreaves <dom at earth.li>
Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Geo-Coordinates-UTM/
Package: libgeo-coordinates-utm-perl
Architecture: all
diff --git a/debian/rules b/debian/rules
index c7f0154..33a3655 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,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 a9ae839..d311494 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=2
-http://www.cpan.org/modules/by-module/Geo/Geo-Coordinates-UTM-(\d*\.\d*)\.tar\.gz
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Geo-Coordinates-UTM/ .*/Geo-Coordinates-UTM-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/libgeo-coordinates-utm-perl.git
More information about the Pkg-perl-cvs-commits
mailing list