[libanyevent-handle-udp-perl] 54/60: 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
Mon Sep 30 10:05:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libanyevent-handle-udp-perl.
commit 76b1a293ad5592763da06f96d6d3212af12df7c9
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Sep 30 11:46:19 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 787ea51..82d2b96 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 = AnyEvent-Handle-UDP
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/AnyEvent
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/L/LE/LEONT
# Needed by upstream build process and (always) at runtime
perl-deps = anyevent moo sub-name namespace-clean
diff --git a/debian/watch b/debian/watch
index ef6b9d6..1710d37 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/AnyEvent-Handle-UDP/ .*/AnyEvent-Handle-UDP-([\d._]+)\.tar\.gz debian
+http://www.cpan.org/authors/id/L/LE/LEONT/AnyEvent-Handle-UDP-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/AnyEvent-Handle-UDP/ .*/AnyEvent-Handle-UDP-([\d._]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-handle-udp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list