[SCM] Packaging of ack-grep in Debian branch, master, updated. debian/1.96-2-2-geb64725

gregor herrmann gregoa at debian.org
Thu Jul 5 20:08:33 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index b0a99c7..694004c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,24 @@
 Source: ack-grep
-Section: utils
-Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8.8-7), libfile-next-perl, libtest-differences-perl, libtest-pod-perl, bash-completion
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
-Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/ack-grep.git
+Section: utils
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50),
+               perl,
+               libfile-next-perl,
+               libtest-differences-perl,
+               libtest-pod-perl,
+               bash-completion
+Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/ack-grep.git
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/ack-grep.git
 Homepage: http://search.cpan.org/dist/ack/
-Standards-Version: 3.9.3
 
 Package: ack-grep
 Architecture: all
-Depends: libfile-next-perl, ${perl:Depends}, ${misc:Depends}
+Depends: libfile-next-perl,
+         ${perl:Depends},
+         ${misc:Depends}
 Suggests: bash-completion
 Description: grep-like program specifically for large source trees
  Ack is designed as a replacement for 99% of the uses of grep. ack is
@@ -22,3 +29,4 @@ Description: grep-like program specifically for large source trees
  Ack ignores backup files and files under CVS and .svn directories. It
  also highlights matches to help you see where the match was. Ack uses
  perl regular expressions.
+

-- 
Packaging of ack-grep in Debian



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