r50698 - in /trunk/libdatetime-format-iso8601-perl/debian: changelog control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Jan 11 08:27:25 UTC 2010


Author: carnil-guest
Date: Mon Jan 11 08:27:19 2010
New Revision: 50698

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50698
Log:
* debian/control: 
  - Bump versioned dependency on debhelper to debhelper (>= 7).
  - Substitute versioned Build-Depends-Indep on perl with unversioned
    dependency.
  - Reorganize Build-Depends and Build-Depends-Indep.

Modified:
    trunk/libdatetime-format-iso8601-perl/debian/changelog
    trunk/libdatetime-format-iso8601-perl/debian/control

Modified: trunk/libdatetime-format-iso8601-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-iso8601-perl/debian/changelog?rev=50698&op=diff
==============================================================================
--- trunk/libdatetime-format-iso8601-perl/debian/changelog (original)
+++ trunk/libdatetime-format-iso8601-perl/debian/changelog Mon Jan 11 08:27:19 2010
@@ -13,11 +13,14 @@
     testing one digit years formats (Closes: #564411).
   * Add myself to Uploaders. 
   * Bump debhelper compat level to 7.
-  * debian/control: Bump versioned dependency on debhelper to debhelper 
-    (>= 7).
+  * debian/control: 
+    - Bump versioned dependency on debhelper to debhelper (>= 7).
+    - Substitute versioned Build-Depends-Indep on perl with unversioned
+      dependency.
+    - Reorganize Build-Depends and Build-Depends-Indep.
   * Simplify debian/rules to a tiny 3-liner makefile.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 11 Jan 2010 08:59:51 +0100
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 11 Jan 2010 09:26:19 +0100
 
 libdatetime-format-iso8601-perl (0.06-1) unstable; urgency=low
 

Modified: trunk/libdatetime-format-iso8601-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-iso8601-perl/debian/control?rev=50698&op=diff
==============================================================================
--- trunk/libdatetime-format-iso8601-perl/debian/control (original)
+++ trunk/libdatetime-format-iso8601-perl/debian/control Mon Jan 11 08:27:19 2010
@@ -1,10 +1,16 @@
 Source: libdatetime-format-iso8601-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl, libdatetime-perl (>= 0.18), libdatetime-format-builder-perl (>= 0.77), libfile-find-rule-perl, libtest-distribution-perl, libtest-pod-perl
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 7.0.50),
+Build-Depends-Indep: perl,
+ libdatetime-format-builder-perl (>= 0.77),
+ libdatetime-perl (>= 0.18),
+ libtest-pod-perl,
+ libtest-distribution-perl,
+ libfile-find-rule-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>, Jaldhar H. Vyas <jaldhar at debian.org>,
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+ Jaldhar H. Vyas <jaldhar at debian.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/DateTime-Format-ISO8601/
@@ -13,7 +19,8 @@
 
 Package: libdatetime-format-iso8601-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl (>= 0.18), libdatetime-format-builder-perl (>= 0.77)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdatetime-format-builder-perl (>= 0.77), libdatetime-perl (>= 0.18)
 Description: Parses ISO8601 formats
  Parses almost all ISO8601 date and time formats.
  .




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