[libmodule-install-doap-perl] 20/34: Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL. Stop watch file tracking upstream development releases.
Jonas Smedegaard
js at alioth.debian.org
Thu Aug 8 16:13:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-install-doap-perl.
commit ba85599df9e1c36b13e298c5e58b7ba678459e4c
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Aug 7 21:00:46 2013 +0200
Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL. Stop watch file tracking upstream development releases.
---
debian/rules | 2 +-
debian/watch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9e56304..780b5a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
pkg = $(DEB_SOURCE_PACKAGE)
DEB_UPSTREAM_PACKAGE = Module-Install-DOAP
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/
DEB_UPSTREAM_TARBALL_MD5 = e60c376e06117d9fe93256d159b4a9ab
diff --git a/debian/watch b/debian/watch
index 499bb5f..cae91c0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
# Run the "uscan" command to check for upstream updates and more.
version=3
-opts=uversionmangle=s/_(\d+)/~$1/ \
-http://search.cpan.org/dist/Module-Install-DOAP/ .*/Module-Install-DOAP-([\d._]+)\.tar\.gz debian
+http://www.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAP-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/Module-Install-DOAP/ .*/Module-Install-DOAP-([\d.]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list