[SCM] Debian packaging of libfile-which-perl branch, master, updated. debian/1.09-1-2-gbd62b95

gregor herrmann gregoa at debian.org
Thu Jul 5 20:28:06 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index cbe14c1..d0359c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,27 @@
 Source: libfile-which-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Daniel Ruoso <daniel at ruoso.com>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libperl-minimumversion-perl, libtest-minimumversion-perl,
- perl (>= 5.10.1) | libpod-simple-perl (>= 3.07), libtest-pod-perl,
- libtest-cpan-meta-perl, libtest-script-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.80)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Daniel Ruoso <daniel at ruoso.com>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Build-Depends-Indep: libperl-minimumversion-perl,
+                     libtest-minimumversion-perl,
+                     perl,
+                     libtest-pod-perl,
+                     libtest-cpan-meta-perl,
+                     libtest-script-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/File-Which/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-which-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-which-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-which-perl.git
+Homepage: http://search.cpan.org/dist/File-Which/
 
 Package: libfile-which-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for searching paths for executable programs
  File::Which simulates the behavior of the standard 'which' program: it
  searches directories of a user's PATH (as returned by File::Spec)
@@ -25,3 +29,4 @@ Description: Perl module for searching paths for executable programs
  .
  On Debian /usr/bin/which is guaranteed to be available, but going
  through the Perl implementation can still save a fork.
+

-- 
Debian packaging of libfile-which-perl



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