[SCM] Debian packaging of libhtml-copy-perl branch, master, updated. c6cbaa161d18a500e9dce7c226edee6d1b2ae8fc

gregor herrmann gregoa at debian.org
Mon Jun 17 18:54:04 UTC 2013


The following commit has been merged in the master branch:
commit 80eb4bfff80e09bf6140f0b9e76b9e846c00f969
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 17 20:47:31 2013 +0200

    debian/{watch,control}: use metacpan-based URL.

diff --git a/debian/control b/debian/control
index e40bf99..68753d4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libclass-accessor-perl,
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-copy-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-copy-perl.git
-Homepage: http://search.cpan.org/dist/HTML-Copy/
+Homepage: https://metacpan.org/release/HTML-Copy/
 
 Package: libhtml-copy-perl
 Architecture: all
diff --git a/debian/watch b/debian/watch
index 2f4a2df..9dbe647 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=3
 # upstream released 1.3 after 1.23
-opts="uversionmangle=s/^(\d+\.\d)$/${1}0/" http://search.cpan.org/dist/HTML-Copy/ .*/HTML-Copy-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts="uversionmangle=s/^(\d+\.\d)$/${1}0/" \
+https://metacpan.org/release/HTML-Copy/   .*/HTML-Copy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of libhtml-copy-perl



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