[SCM] Debian packaging of Parse-FixedLength CPAN distribution branch, master, updated. upstream/5.37-9-gda20e47

Xavier x.guimard at free.fr
Fri Dec 28 17:55:31 UTC 2012


The following commit has been merged in the master branch:
commit a09f82ea935ee6cfc082073603d8c23325d6f4bc
Author: Xavier <x.guimard at free.fr>
Date:   Fri Dec 28 18:53:23 2012 +0100

    Bump S-V to 3.9.4 + dh to 8 + add tests Pod+coverage in B-D-I

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 6794e5f..4f28606 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,26 @@
 Source: libparse-fixedlength-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-fixedlength-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libparse-fixedlength-perl.git
 Homepage: http://search.cpan.org/dist/Parse-FixedLength/
 
 Package: libparse-fixedlength-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to parse a string containing fixed length fields
  The Parse::FixedLength module facilitates the process of breaking
  a string into its fixed-length components. Sure, it's a glorified
  (and in some ways more limited) substitute for the perl functions pack and
  unpack, but this module helps in the maintainability of working with fixed
  length formats as the number of fields in a format grows.
+

-- 
Debian packaging of Parse-FixedLength CPAN distribution



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