[SCM] libpath-tiny-perl Debian packaging branch, master, updated. debian/0.026-1-2-g0946207

Jonas Smedegaard dr at jones.dk
Sat Jul 20 13:10:14 UTC 2013


The following commit has been merged in the master branch:
commit ac61afc8424a2c187e28ee26f8d66722c18e6e5e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jul 20 15:07:21 2013 +0200

    Fix use www.cpan.org (not cpan.metacpan.org) in watch file at get-orig-source target.

diff --git a/debian/rules b/debian/rules
index e1cd258..d387f61 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 = Path-Tiny
-DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/D/DA/DAGOLDEN
 
 # Needed by upstream build and (always/often) at runtime
 deps = perl (>= 5.17.8) | libfile-spec-perl (>= 3.4000)
diff --git a/debian/watch b/debian/watch
index f23aec0..5bfb6aa 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # Run the "uscan" command to check for upstream updates and more.
 version=3
-http://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-([\d.]+)\.tar\.gz
 http://search.cpan.org/dist/Path-Tiny/ .*/Path-Tiny-([\d.]+)\.tar\.gz

-- 
libpath-tiny-perl Debian packaging



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