[SCM] libcatalyst-authentication-credential-http-perl Debian packaging branch, master, updated. debian/1.015-1-26-ga5dbf7c

Jonas Smedegaard dr at jones.dk
Sat Jul 20 22:17:21 UTC 2013


The following commit has been merged in the master branch:
commit cfa10b69a9ce8f4e1ff47e1b96593c7e8b359d78
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jul 20 23:31:23 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.

diff --git a/debian/rules b/debian/rules
index 50882c3..fc52444 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 pkg = $(DEB_SOURCE_PACKAGE)
 
 DEB_UPSTREAM_PACKAGE = Catalyst-Authentication-Credential-HTTP
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Catalyst
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/B/BO/BOBTFISH
 DEB_UPSTREAM_TARBALL_MD5 = 4d391f9f4a6497558d36c58ef462d8c4
 
 # Needed both by upstream build process and at runtime
diff --git a/debian/watch b/debian/watch
index 14b8834..570ce5d 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/Catalyst-Authentication-Credential-HTTP/   .*/Catalyst-Authentication-Credential-HTTP-([\d._]+)\.tar\.gz debian
+http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Authentication-Credential-HTTP-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/ .*/Catalyst-Authentication-Credential-HTTP-([\d.]+)\.tar\.gz

-- 
libcatalyst-authentication-credential-http-perl Debian packaging



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