[SCM] Debian packaging of libdatetime-format-ical-perl branch, master, updated. e03bbe382add912b4f3853ee0d150ea81ed132c3

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


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

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

diff --git a/debian/control b/debian/control
index ab35a24..c0bcfe9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,32 @@
 Source: libdatetime-format-ical-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryan at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.10), libmodule-build-perl
+Build-Depends: debhelper (>= 7.2.10),
+               perl
 Build-Depends-Indep: perl,
-  libdatetime-timezone-perl (>= 0.22),
-  libdatetime-event-ical-perl (>= 0.03), libdatetime-perl (>= 0.17),
-  libparams-validate-perl (>= 0.59), libdatetime-set-perl (>= 0.1)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>
+                     libdatetime-timezone-perl,
+                     libdatetime-event-ical-perl,
+                     libdatetime-perl,
+                     libparams-validate-perl,
+                     libdatetime-set-perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/DateTime-Format-ICal/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-ical-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-ical-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-ical-perl.git
+Homepage: http://search.cpan.org/dist/DateTime-Format-ICal/
 
 Package: libdatetime-format-ical-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
-  libdatetime-timezone-perl (>= 0.22),
-  libdatetime-event-ical-perl (>= 0.03), libdatetime-perl (>= 0.17),
-  libparams-validate-perl (>= 0.59), libdatetime-set-perl (>= 0.1)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdatetime-timezone-perl,
+         libdatetime-event-ical-perl,
+         libdatetime-perl,
+         libparams-validate-perl,
+         libdatetime-set-perl
 Description: Perl module to parse and format iCal datetime and duration strings
  DateTime::Format::ICal understands the ICal date/time and duration formats,
  as defined in RFC 2445. It can be used to parse these formats in order to
  create the appropriate objects.
+

-- 
Debian packaging of libdatetime-format-ical-perl



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