[SCM] Debian packaging of libtest-mockobject-perl branch, master, updated. upstream/1.20120301-45-gae68877

gregor herrmann gregoa at debian.org
Thu Jul 5 21:00:35 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index c15d9df..b7dbb3f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,36 @@
 Source: libtest-mockobject-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libtest-exception-perl (>= 0.31),
- perl (>= 5.14) | libtest-simple-perl (>= 0.98),
- libtest-warn-perl (>= 0.23),
- libuniversal-isa-perl (>= 1.20110614),
- libuniversal-can-perl (>= 1.20110613)
+                     libtest-exception-perl (>= 0.31),
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+                     libtest-warn-perl (>= 0.23),
+                     libuniversal-isa-perl (>= 1.20110614),
+                     libuniversal-can-perl (>= 1.20110613)
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Test-MockObject/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-mockobject-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-mockobject-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-mockobject-perl.git
+Homepage: http://search.cpan.org/dist/Test-MockObject/
 
 Package: libtest-mockobject-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-exception-perl (>= 0.31),
- perl (>= 5.14) | libtest-simple-perl (>= 0.98),
- libtest-warn-perl (>= 0.23),
- libuniversal-isa-perl (>= 1.20110614),
- libuniversal-can-perl (>= 1.20110613)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtest-exception-perl (>= 0.31),
+         perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+         libtest-warn-perl (>= 0.23),
+         libuniversal-isa-perl (>= 1.20110614),
+         libuniversal-can-perl (>= 1.20110613)
 Description: Perl extension for emulating troublesome interfaces
  Test::MockObject allows you to control interfaces for writing
  tests in perl. It can emulate interfaces that you normally
  would use (such as a database or other external items).
  You don't have to recreate the functionality, but simply mimic
  the input and output.
+

-- 
Debian packaging of libtest-mockobject-perl



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