[SCM] Debian packaging of Apache-Singleton CPAN distribution branch, master, updated. debian/0.07-1-2-g9a9f095
gregor herrmann
gregoa at debian.org
Thu Jan 19 17:44:54 UTC 2012
The following commit has been merged in the master branch:
commit 9a9f09567ca93e47358ea5fdcc01a8d96f1d1cfe
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jan 19 18:44:49 2012 +0100
[packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.
diff --git a/debian/changelog b/debian/changelog
index 7782476..eb49979 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
libapache-singleton-perl (0.07-2) UNRELEASED; urgency=low
* Take over for the Debian Perl Group
+ * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+ field (source stanza); Homepage field (source stanza);
+ ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+ Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+ Isaac Clerencia <isaac at sindominio.net>); Isaac Clerencia
+ <isaac at sindominio.net> moved to Uploaders.
+ * Add debian/watch.
-- gregor herrmann <gregoa at debian.org> Thu, 19 Jan 2012 18:44:43 +0100
diff --git a/debian/control b/debian/control
index 3d2f262..36acd3d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,17 @@
Source: libapache-singleton-perl
Section: perl
Priority: optional
-Maintainer: Isaac Clerencia <isaac at sindominio.net>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Isaac Clerencia <isaac at sindominio.net>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1
+Homepage: http://search.cpan.org/dist/Apache-Singleton/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libapache-singleton-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache-singleton-perl.git
Package: libapache-singleton-perl
Architecture: all
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Singleton class for mod_perl
Apache::Singleton is a Perl module that provides a Singleton class suitable
for use with mod_perl.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..16d73c1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Apache-Singleton/ .+/Apache-Singleton-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Debian packaging of Apache-Singleton CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list