r48874 - /trunk/libmodule-install-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Dec 16 16:32:26 UTC 2009


Author: gregoa
Date: Wed Dec 16 16:32:21 2009
New Revision: 48874

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48874
Log:
sort build-deps and deps (1) identically and (2) alphabetically

Modified:
    trunk/libmodule-install-perl/debian/control

Modified: trunk/libmodule-install-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/control?rev=48874&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/control (original)
+++ trunk/libmodule-install-perl/debian/control Wed Dec 16 16:32:21 2009
@@ -3,24 +3,24 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, 
+ libalgorithm-diff-perl,
+ libextutils-install-perl (>= 1.52),
+ libfile-remove-perl (>= 1.42),
+ libjson-perl (>= 2.14),
  libmodule-scandeps-perl (>= 0.89),
  libpar-dist-perl (>= 0.29), 
- libextutils-install-perl (>= 1.52),
- perl (>= 5.8.9) | libextutils-parsexs-perl (>= 2.19), 
- perl (>= 5.8.9) | libmodule-corelist-perl (>= 2.17),
- libfile-remove-perl (>= 1.42),
- libyaml-tiny-perl (>= 1.36),
- perl (>= 5.10.1) | libpod-simple-perl (>= 3.07),
- libalgorithm-diff-perl,
- libjson-perl (>= 2.14),
- perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38),
- perl (>= 5.10) | libarchive-tar-perl (>= 1.38),
- perl (>= 5.10) | libmodule-build-perl (>= 0.2804),
  libtest-cpan-meta-perl (>= 0.12),
  libtest-minimumversion-perl (>= 0.008),
  libtest-pod-perl,
+ libyaml-tiny-perl (>= 1.36),
+ perl (>= 5.10) | libarchive-tar-perl (>= 1.38),
+ perl (>= 5.10) | libmodule-build-perl (>= 0.2804),
+ perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38),
+ perl (>= 5.10.1) | libpod-simple-perl (>= 3.07),
  perl (>= 5.10.1) | libtest-harness-perl (>= 3.13),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.86),
+ perl (>= 5.8.9) | libextutils-parsexs-perl (>= 2.19), 
+ perl (>= 5.8.9) | libmodule-corelist-perl (>= 2.17)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>,
@@ -36,17 +36,17 @@
 Package: libmodule-install-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
+ libextutils-install-perl (>= 1.52),
+ libfile-remove-perl (>= 1.42),
+ libjson-perl (>= 2.14),
  libmodule-scandeps-perl (>= 0.89),
  libpar-dist-perl (>= 0.29),
  libyaml-tiny-perl (>= 1.36),
- libfile-remove-perl (>= 1.42),
- perl (>= 5.8.9) | libmodule-corelist-perl (>= 2.17),
- libextutils-install-perl (>= 1.52),
- perl (>= 5.8.9) | libextutils-parsexs-perl (>= 2.19),
  perl (>= 5.10) | libarchive-tar-perl (>= 1.38),
  perl (>= 5.10) | libmodule-build-perl (>= 0.2804),
- libjson-perl (>= 2.14),
- perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38)
+ perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38),
+ perl (>= 5.8.9) | libextutils-parsexs-perl (>= 2.19),
+ perl (>= 5.8.9) | libmodule-corelist-perl (>= 2.17)
 Description: Perl module to install other Perl modules
  Module::Install is a package for writing installers for CPAN (or CPAN-like)
  distributions that are clean, simple, minimalist, act in a strictly correct




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