[SCM] Debian packaging of libdatetime-format-builder-perl branch, master, updated. 8a2e0115cbcf41420b2e3ea14551364dc3553f62

Xavier Guimard x.guimard at free.fr
Mon Apr 29 20:13:26 UTC 2013


The following commit has been merged in the master branch:
commit c5b930d0a2f97cd7109f2bef3d1d6a0d60a4a9d0
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Apr 29 22:10:43 2013 +0200

    Bump S-V to 3.9.4 + dh to 8 and add version to libdatetime-perl dependency

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index cad904f..f168d89 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,34 @@
 Source: libdatetime-format-builder-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, libdatetime-perl, libclass-factory-util-perl, libparams-validate-perl, libdatetime-format-strptime-perl, libtest-pod-perl, libdatetime-format-mail-perl, libtest-memory-cycle-perl, libtask-weaken-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
-Standards-Version: 3.9.1
-Homepage: https://metacpan.org/release/DateTime-Format-Builder/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-builder-perl.git
+           Damyan Ivanov <dmn at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libclass-factory-util-perl,
+                     libdatetime-format-mail-perl,
+                     libdatetime-format-strptime-perl,
+                     libdatetime-perl (>= 2:1.00),
+                     libparams-validate-perl,
+                     libtask-weaken-perl,
+                     libtest-memory-cycle-perl,
+                     libtest-pod-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-builder-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-builder-perl.git
+Homepage: https://metacpan.org/release/DateTime-Format-Builder/
 
 Package: libdatetime-format-builder-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, libclass-factory-util-perl, libparams-validate-perl, libdatetime-format-strptime-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-factory-util-perl,
+         libdatetime-format-strptime-perl,
+         libdatetime-perl (>= 2:1.00),
+         libparams-validate-perl
 Description: module to create DateTime parsers
  DateTime::Format::Builder creates DateTime parsers. Many string formats of
  dates and times are simple and just require a basic regular expression to
@@ -24,3 +39,4 @@ Description: module to create DateTime parsers
  at least rarely need. They're provided more for exposing of the module's
  innards to any subclasses, or for when you need to do something slightly
  unusual.
+

-- 
Debian packaging of libdatetime-format-builder-perl



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