[SCM] Packaging for whiff branch, master, updated. upstream/0.002-10-ga896990

gregor herrmann gregoa at debian.org
Thu Jul 5 21:12:01 UTC 2012


The following commit has been merged in the master branch:
commit af2d7a0f297a145865f3847c294b6c6749e98bda
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:08:02 2012 -0600

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

diff --git a/debian/control b/debian/control
index 7036f45..02a5a76 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,21 @@
 Source: whiff
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Brian Cassidy <brian.cassidy at gmail.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libfile-which-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Brian Cassidy <brian.cassidy at gmail.com>
+Build-Depends-Indep: perl,
+                     libfile-which-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/App-Whiff/
-Vcs-Git: git://git.debian.org/git/pkg-perl/packages/whiff.git
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/whiff.git
+Vcs-Git: git://git.debian.org/git/pkg-perl/packages/whiff.git
+Homepage: http://search.cpan.org/dist/App-Whiff/
 
 Package: whiff
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libfile-which-perl
 Description: helper to find the first executable of a series of alternatives
  whiff command, which takes a number of command names and returns the first one
  that exists and is executable.
@@ -23,3 +26,4 @@ Description: helper to find the first executable of a series of alternatives
  with an error code.
  .
  A programmer interface is available in the App::Whiff module.
+

-- 
Packaging for whiff



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