r35875 - in /trunk/libtest-distmanifest-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 19 16:38:50 UTC 2009


Author: jawnsy-guest
Date: Tue May 19 16:38:45 2009
New Revision: 35875

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35875
Log:
* Fixed dependency order (perl-modules before the dual life module)
* Used 1-space for continued B-D, B-D-I, Depends, etc.

Modified:
    trunk/libtest-distmanifest-perl/debian/changelog
    trunk/libtest-distmanifest-perl/debian/control

Modified: trunk/libtest-distmanifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/changelog?rev=35875&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/changelog (original)
+++ trunk/libtest-distmanifest-perl/debian/changelog Tue May 19 16:38:45 2009
@@ -1,11 +1,10 @@
-libtest-distmanifest-perl (1.2.2-1) UNRELEASED; urgency=low
-
-  WAITS FOR libtest-portability-files-perl (NEW). Having libtest-kwalitee-perl
-  would be nice too, but it's not packaged yet and not necessary for release.
+libtest-distmanifest-perl (1.2.2-1) unstable; urgency=low
 
   * New upstream release
   * Added non-fatal errors; that is, tests that warn but do not fail.
     This is useful for Debian distributions.
+  * Fixed dependency order (perl-modules before the dual life module)
+  * Used 1-space for continued B-D, B-D-I, Depends, etc.
 
  -- Jonathan Yu <frequency at cpan.org>  Fri, 15 May 2009 22:57:18 -0400
 

Modified: trunk/libtest-distmanifest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/control?rev=35875&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/control (original)
+++ trunk/libtest-distmanifest-perl/debian/control Tue May 19 16:38:45 2009
@@ -1,16 +1,16 @@
 Source: libtest-distmanifest-perl
 Section: perl
 Priority: optional
-Build-Depends: libmodule-build-perl | perl-modules (>= 5.10),
-  debhelper (>= 7.2.10)
+Build-Depends: perl-modules (>= 5.10) | libmodule-build-perl,
+ debhelper (>= 7.2.10)
 Build-Depends-Indep: libmodule-manifest-perl (>= 0.07),
-  libtest-perl-critic-perl (>= 1.01), libperl-critic-perl (>= 1.098),
-  libtest-yaml-meta-perl (>= 0.11), libtest-pod-perl (>= 1.14),
-  libtest-pod-coverage-perl (>= 1.04), libtest-nowarnings-perl (>= 0.084),
-  libtest-minimumversion-perl (>= 0.008), libtest-signature-perl,
-  libtest-simple-perl (>= 0.72) | perl-modules (>= 5.10),
-  libversion-perl (>= 0.74) | perl-modules (>= 5.10),
-  libtest-portability-files-perl, perl (>= 5.6.0-12)
+ libtest-perl-critic-perl (>= 1.01), libperl-critic-perl (>= 1.098),
+ libtest-yaml-meta-perl (>= 0.11), libtest-pod-perl (>= 1.14),
+ libtest-pod-coverage-perl (>= 1.04), libtest-nowarnings-perl (>= 0.084),
+ libtest-minimumversion-perl (>= 0.008), libtest-signature-perl,
+ perl-modules (>= 5.10) | libtest-simple-perl (>= 0.72),
+ perl-modules (>= 5.10) | libversion-perl (>= 0.74),
+ libtest-portability-files-perl, perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.1
@@ -21,8 +21,8 @@
 Package: libtest-distmanifest-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmodule-manifest-perl (>= 0.07),
-  libtest-simple-perl (>= 0.72) | perl-modules (>= 5.10),
-  libversion-perl (>= 0.74) | perl-modules (>= 5.10)
+ perl-modules (>= 5.10) | libtest-simple-perl (>= 0.72),
+ perl-modules (>= 5.10) | libversion-perl (>= 0.74)
 Description: Perl module for verifying CPAN MANIFEST files
  Test::DistManifest provides a simple method of testing that a MANIFEST
  matches the distribution. It is similar to Test::CheckManifest, but differs




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