[libmessage-passing-perl] 08/11: 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
Fri Aug 9 15:49:01 UTC 2013


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

js pushed a commit to branch master
in repository libmessage-passing-perl.

commit ea5795d914e6a711d5419da867e90e4bf7d30cdf
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 9 17:31:18 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 |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index aec9a40..39777e6 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 = Message-Passing
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Message
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/A/AB/ABRAXXA
 
 # Needed by upstream build and (always/often) at runtime
 perl-deps = moo package-variant anyevent anyevent-handle-udp config-any
diff --git a/debian/watch b/debian/watch
index 293c1eb..79714f1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 # Run the "uscan" command to check for upstream updates and more.
 version=3
-http://search.cpan.org/dist/Message-Passing/   .*/Message-Passing-([\d._]+)\.tar\.gz debian
+http://www.cpan.org/authors/id/A/AB/ABRAXXA/Message-Passing-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/Message-Passing/ .*/Message-Passing-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-perl.git



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