[SCM] Packaging of Devel::Hide in Debian branch, master, updated. debian/0.0008-1-4-gfa4c0f5

gregor herrmann gregoa at debian.org
Thu Jul 5 20:24:21 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index dcaabd1..4fc98c1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,12 @@
 Source: libdevel-hide-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julien Vaubourg <julien at vaubourg.com>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-hide-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-hide-perl.git
@@ -12,7 +14,8 @@ Homepage: http://search.cpan.org/dist/Devel-Hide/
 
 Package: libdevel-hide-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for forcing the unavailability of specified Perl modules (for testing)
  Given a list of Perl modules/filenames, Devel::Hide makes require and use
  statements fail (no matter the specified files/modules are installed or not).
@@ -26,3 +29,4 @@ Description: module for forcing the unavailability of specified Perl modules (fo
  installation, where many modules are already installed, there is a chance to
  screw things up because you take for granted things that may not be there in
  other machines.
+

-- 
Packaging of Devel::Hide in Debian



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