[SCM] Debian packaging of DateTime-Format-Epoch CPAN distribution branch, master, updated. upstream/0.11-7-gbad95c6

Xavier x.guimard at free.fr
Sat Dec 22 14:29:46 UTC 2012


The following commit has been merged in the master branch:
commit 3b527bd050ff7a202f89611a92a7dcc206c51397
Author: Xavier <x.guimard at free.fr>
Date:   Sat Dec 22 15:25:35 2012 +0100

    Bump S-V to 3.9.4 + dh to 8 + add libparams-validate-perl in dependencies

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 4384087..202845c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,26 @@
 Source: libdatetime-format-epoch-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 (>= 7)
-Build-Depends-Indep: perl, libdatetime-perl (>= 0.31)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libdatetime-perl,
+                     libparams-validate-perl,
+                     perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-epoch-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-epoch-perl.git
 Homepage: http://search.cpan.org/dist/DateTime-Format-Epoch/
 
 Package: libdatetime-format-epoch-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl (>= 0.31)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdatetime-perl,
+         libparams-validate-perl
 Description: Convert DateTimes to/from epoch seconds
  DateTime::Format::Epoch can convert a DateTime object (or any object that can
  be converted to a DateTime object) to the number of seconds since a given
  epoch. It can also do the reverse.
+

-- 
Debian packaging of DateTime-Format-Epoch CPAN distribution



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