1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: ack
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: utils
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11~),
perl,
libfile-next-perl (>= 1.10),
libio-pty-perl,
libtest-differences-perl,
libtest-pod-perl,
perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/ack
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/ack.git
Homepage: https://beyondgrep.com/
Rules-Requires-Root: no
Package: ack
Architecture: all
Depends: libfile-next-perl (>= 1.10),
${perl:Depends},
${misc:Depends}
Breaks: ack-grep (<= 2.14-5~)
Replaces: ack-grep (<= 2.14-5~)
Provides: ack-grep
Description: grep-like program specifically for large source trees
Ack is designed as an alternative for 99% of the uses of grep. ack is
intelligent about the files it searches. It knows about certain file
types, based on both the extension on the file and, in some cases, the
contents of the file.
.
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.
|