[libcpan-meta-check-perl] 03/06: 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.

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 16:32:11 UTC 2013


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

js pushed a commit to branch master
in repository libcpan-meta-check-perl.

commit 7d775e7747f034507e8f588dd585de41347baf46
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 9 18:26:40 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.
---
 debian/rules |    2 +-
 debian/watch |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9c112d4..1bbdff4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ include /usr/share/cdbs/1/class/perl-makemaker.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_UPSTREAM_PACKAGE = CPAN-Meta-Check
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/CPAN
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/L/LE/LEONT
 
 pkg = $(DEB_SOURCE_PACKAGE)
 
diff --git a/debian/watch b/debian/watch
index aa4cc76..29249c6 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/CPAN-Meta-Check/   .*/CPAN-Meta-Check-([\d.]+)\.tar\.gz debian
+http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/CPAN-Meta-Check/ .*/CPAN-Meta-Check-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-meta-check-perl.git



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