[SCM] Debian packaging of libdatetime-format-strptime-perl branch, master, updated. f56b15b601224b319227463da5409febb8c7730c

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


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

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

diff --git a/debian/control b/debian/control
index ebfb167..6a7b1c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,35 @@
 Source: libdatetime-format-strptime-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
+           gregor herrmann <gregoa at debian.org>,
+           Niko Tyni <ntyni at iki.fi>,
+           Ryan Niebur <ryan at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libdatetime-perl (>= 2:0.4304),
- libdatetime-locale-perl (>= 1:0.45), libdatetime-timezone-perl (>= 1:0.79),
- libparams-validate-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
- gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at iki.fi>,
- Ryan Niebur <ryan at debian.org>, Ansgar Burchardt <ansgar at debian.org>
-Homepage: http://datetime.perl.org/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-strptime-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-strptime-perl.git
+Build-Depends-Indep: perl,
+                     libdatetime-perl,
+                     libdatetime-locale-perl,
+                     libdatetime-timezone-perl,
+                     libparams-validate-perl
 Standards-Version: 3.9.1
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-strptime-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-strptime-perl.git
+Homepage: http://datetime.perl.org/
 
 Package: libdatetime-format-strptime-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl (>= 2:0.4304),
- libdatetime-locale-perl (>= 1:0.45), libdatetime-timezone-perl (>= 1:0.79),
- libparams-validate-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdatetime-perl,
+         libdatetime-locale-perl,
+         libdatetime-timezone-perl,
+         libparams-validate-perl
 Description: Perl module to parse and format strp and strf time patterns
  DateTime::Format::Strptime implements most of strptime(3), the POSIX
  function that is the reverse of strftime(3), for DateTime. While strftime
  takes a DateTime and a pattern and returns a string, strptime takes
  a string and a pattern and returns the DateTime object
  associated.
+

-- 
Debian packaging of libdatetime-format-strptime-perl



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