[libmodule-install-trustmetayml-perl] 17/24: 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:18:41 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-trustmetayml-perl.

commit 7bebb1713ae5451e59d34db3ac833031263a864c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 9 16:52:24 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 94c197e..54aa546 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 = Module-Install-TrustMetaYml
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
 
 # Needed both by upstream build process and at runtime
 deps = libyaml-tiny-perl
diff --git a/debian/watch b/debian/watch
index 11e4f7b..746775d 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/Module-Install-TrustMetaYml/   .*/Module-Install-TrustMetaYml-([\d._]+)\.tar\.gz debian
+http://www.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-TrustMetaYml-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/Module-Install-TrustMetaYml/ .*/Module-Install-TrustMetaYml-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-trustmetayml-perl.git



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