[SCM] Debian packaging of libtest-mockobject-perl branch, master, updated. 65b8cb7c7e219dd9f1a9ad38693ee7b2c4692d4f

gregor herrmann gregoa at debian.org
Wed Nov 23 18:25:08 UTC 2011


The following commit has been merged in the master branch:
commit 65b8cb7c7e219dd9f1a9ad38693ee7b2c4692d4f
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 23 19:05:33 2011 +0100

    Swap order of alternative (build) dependencies after the perl 5.14 transition.

diff --git a/debian/control b/debian/control
index 40ebe57..89893a5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libtest-exception-perl (>= 0.31),
- libtest-simple-perl (>= 0.98) | perl (>= 5.14),
+ perl (>= 5.14) | libtest-simple-perl (>= 0.98),
  libtest-warn-perl (>= 0.23),
  libuniversal-isa-perl,
  libuniversal-can-perl
@@ -21,7 +21,7 @@ Package: libtest-mockobject-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libtest-exception-perl (>= 0.31),
- libtest-simple-perl (>= 0.98) | perl (>= 5.14),
+ perl (>= 5.14) | libtest-simple-perl (>= 0.98),
  libtest-warn-perl (>= 0.23),
  libuniversal-isa-perl,
  libuniversal-can-perl

-- 
Debian packaging of libtest-mockobject-perl



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