[SCM] libmessage-passing-amqp-perl Debian packaging branch, master, updated. debian/0.003-2-11-g9e2789f

Jonas Smedegaard dr at jones.dk
Sun Jul 21 16:53:23 UTC 2013


The following commit has been merged in the master branch:
commit b573912f905649a627dbfb5fe138dc81a5c88be8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jul 21 18:43:54 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 688e903..410dec5 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 = Message-Passing-AMQP
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Message
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/B/BO/BOBTFISH
 DEB_UPSTREAM_TARBALL_MD5 = 6bce08b03fc1344a32b47da6e533c4db
 
 # Needed by upstream build process and (always) at runtime
diff --git a/debian/watch b/debian/watch
index d9ba84e..8adb9fe 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/Message-Passing-AMQP/   .*/Message-Passing-AMQP-([\d._]+)\.tar\.gz debian
+http://www.cpan.org/authors/id/B/BO/BOBTFISH/Message-Passing-AMQP-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/Message-Passing-AMQP/ .*/Message-Passing-AMQP-([\d.]+)\.tar\.gz

-- 
libmessage-passing-amqp-perl Debian packaging



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