[SCM] Debian packaging of Dancer CPAN distribution branch, master, updated. debian/2.000001-1-6-g007c1fb

gregor herrmann gregoa at debian.org
Sat Mar 2 21:06:20 UTC 2013


The following commit has been merged in the master branch:
commit f132e1e09655a354c94af69ce9474e180f1208a4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 2 21:47:18 2013 +0100

    The distribution now uses the Dancer2 namespace; fix URLs
    
    in debian/{watch,copyright,control}.

diff --git a/debian/README.packaging b/debian/README.packaging
deleted file mode 100644
index 4465547..0000000
--- a/debian/README.packaging
+++ /dev/null
@@ -1,9 +0,0 @@
-It's a bit unfortunate that Dancer2 is also distributed as Dancer-.*\.tar.\gz,
-like Dancer. Maybe that changes and we can update the URL ...
-
-For the background:
-* http://www.sukria.net/fr/?p=1990
-* http://www.sukria.net/fr/?p=2003
-
-
- -- gregor herrmann <gregoa at debian.org>  Sat, 23 Feb 2013 03:26:52 +0100
diff --git a/debian/control b/debian/control
index 1b41030..0403124 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer2-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdancer2-perl.git
-Homepage: https://metacpan.org/release/Dancer/
+Homepage: https://metacpan.org/release/Dancer2/
 
 Package: libdancer2-perl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 6092721..e6eafdf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Dancer
-Source: https://metacpan.org/release/Dancer/
+Source: https://metacpan.org/release/Dancer2/
 Upstream-Contact: Alexis Sukrieh <sukria at sukria.net>
 
 Files: *
diff --git a/debian/watch b/debian/watch
index ae42d46..10cbdbe 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/Dancer/   .*/Dancer-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Dancer2/   .*/Dancer2-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of Dancer CPAN distribution



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