[SCM] Debian packaging of libdatetime-perl branch, master, updated. debian/2%0.7500-1-2-gd47c64d

gregor herrmann gregoa at debian.org
Thu Jul 5 20:21:10 UTC 2012


The following commit has been merged in the master branch:
commit b06558be8aa48bd1c8057a7c3c4dae718bc36b3a
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:24:56 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 81a1aa9..563fa48 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,40 @@
 Source: libdatetime-perl
-Section: perl
-Priority: optional
-Build-Depends: perl, debhelper (>= 9.20120312),
- libdatetime-locale-perl (>= 1:0.41),
- libdatetime-timezone-perl (>= 1:1.09),
- libmath-round-perl,
- libparams-validate-perl,
- libtest-fatal-perl,
- libtest-warn-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
 # don't build-depend on libdatetime-format-strptime-perl which depends
 # on libdatetime-perl again
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Radici <antonio at dyne.org>,
- gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryan at debian.org>,
- Iulian Udrea <iulian at ubuntu.com>, Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>, Franck Joncourt <franck at debian.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>
+           gregor herrmann <gregoa at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Iulian Udrea <iulian at ubuntu.com>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Franck Joncourt <franck at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
+Section: perl
+Priority: optional
+Build-Depends: perl,
+               debhelper (>= 9.20120312),
+               libdatetime-locale-perl,
+               libdatetime-timezone-perl,
+               libmath-round-perl,
+               libparams-validate-perl,
+               libtest-fatal-perl,
+               libtest-warn-perl,
+               perl (>= 5.11.4) | libmodule-build-perl
 Standards-Version: 3.9.3
-Homepage: http://datetime.perl.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-perl.git
+Homepage: http://datetime.perl.org/
 
 Package: libdatetime-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdatetime-locale-perl (>= 1:0.41),
- libdatetime-timezone-perl (>= 1:1.09),
- libmath-round-perl,
- libparams-validate-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libdatetime-locale-perl,
+         libdatetime-timezone-perl,
+         libmath-round-perl,
+         libparams-validate-perl
 Description: module for manipulating dates, times and timestamps
  DateTime is a Perl module which aims to provide a complete, correct, and easy
  to use date/time object implementation. It provides an easy way to manipulate
@@ -41,3 +46,4 @@ Description: module for manipulating dates, times and timestamps
  time zone information, and more importantly, daylight saving time rules, can
  be handled transparently, simply by setting the correct time zone. This is
  done by using the DateTime::TimeZone module.
+

-- 
Debian packaging of libdatetime-perl



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