[libmock-quick-perl] 03/04: Switch order of alternative build dependency.

gregor herrmann gregoa at debian.org
Fri Oct 18 17:23:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmock-quick-perl.

commit a1cc6246a479b0356ce158ff140022900831c516
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 18 19:22:51 2013 +0200

    Switch order of alternative build dependency.
---
 debian/control |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index c8bbc0f..516259d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libmock-quick-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Xavier Guimard <x.guimard at free.fr>
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl,
- libmodule-build-perl (>= 0.400000) | perl (>= 5.17.11)
+               perl,
+               perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
 Build-Depends-Indep: libexporter-declare-perl,
- libfennec-lite-perl,
- libtest-exception-perl
+                     libfennec-lite-perl,
+                     libtest-exception-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmock-quick-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmock-quick-perl.git
@@ -17,8 +17,9 @@ Homepage: https://metacpan.org/release/Mock-Quick/
 
 Package: libmock-quick-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libexporter-declare-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libexporter-declare-perl
 Description: Perl module for quick side-effect free mocking of objects and classes
  Mock::Quick is here to solve the current problems with Mocking libraries.
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmock-quick-perl.git



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