[SCM] libapp-cmd-plugin-prompt Debian packaging branch, master, updated. debian/1.005-1-2-g81e2a4e

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


The following commit has been merged in the master branch:
commit 2e1f30ebfa0c5468a5aef025f5acfbf17039673d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jul 20 23:29:27 2013 +0200

    Fix use canonical www.cpan.org/authors URL (not www.cpan.org/CPAN/authors indirection).

diff --git a/debian/rules b/debian/rules
index 04558da..627c26f 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 = App-Cmd-Plugin-Prompt
-DEB_UPSTREAM_URL = http://www.cpan.org/CPAN/authors/id/R/RJ/RJBS
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/R/RJ/RJBS
 DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/\+/_/
 
 # Needed by upstream build and (always) at runtime
diff --git a/debian/watch b/debian/watch
index 585f5d6..c0160be 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://www.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-Plugin-Prompt-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-Plugin-Prompt-([\d.]+)\.tar\.gz
 http://search.cpan.org/dist/App-Cmd-Plugin-Prompt/ .*/App-Cmd-Plugin-Prompt-([\d.]+)\.tar\.gz

-- 
libapp-cmd-plugin-prompt Debian packaging



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