[SCM] libgd-perl Debian packaging branch, master, updated. debian/2.49-1-5-gd781d68

Jonas Smedegaard dr at jones.dk
Sun Jul 21 07:15:40 UTC 2013


The following commit has been merged in the master branch:
commit e4ea0d4131fa7f4524a78ea85898d16564741a5d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jul 21 08:53:04 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 f8b24fa..deeaa38 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 = GD
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-authors/id/LDS/
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/L/LD/LDS
 
 # Needed by upstream build process
 CDBS_BUILD_DEPENDS +=, libgd2-dev | libgd2-xpm-dev, libjpeg-dev
diff --git a/debian/watch b/debian/watch
index cf27ad6..55d57d8 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://www.cpan.org/authors/id/L/LD/LDS/GD-([\d.]+)\.tar\.gz
 http://search.cpan.org/dist/GD/ .*/GD-([\d.]+)\.tar\.gz

-- 
libgd-perl Debian packaging



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