[SCM] Debian packaging of libautovivification-perl branch, master, updated. debian/0.10-1-6-g177d4b3

Xavier Guimard x.guimard at free.fr
Wed Feb 6 05:23:15 UTC 2013


The following commit has been merged in the master branch:
commit 177d4b37d3e305021aaeaeb0c23c0b65a30e380d
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Feb 6 06:21:43 2013 +0100

    Bump S-V to 3.9.4 + dh to 9

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index e30fe15..981e2c3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,26 @@
 Source: libautovivification-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl,
- libtest-portability-files-perl,
- libtest-kwalitee-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ivan Kohler <ivan-debian at 420.am>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.9.2
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libautovivification-perl.git
+Build-Depends: debhelper (>= 9.20120312),
+               libtest-pod-coverage-perl,
+               libtest-pod-perl,
+               libtest-portability-files-perl,
+               perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libautovivification-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libautovivification-perl.git
 Homepage: https://metacpan.org/release/autovivification/
 
 Package: libautovivification-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: pragma for lexically disabling autovivification
  autovivication is a Perl pragma that enables developers to control whether
  variables can be created automatically on their first use, rather than
@@ -25,3 +29,4 @@ Description: pragma for lexically disabling autovivification
  .
  This pragma lets you disable autovivification for some constructs and can
  optionally also emit a warning or error when it would have happened.
+

-- 
Debian packaging of libautovivification-perl



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