summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1e9d9337aac7856ef0c8d8087ba3078751d2491e (plain)
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
Source: pdfgrep
Section: utils
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
Build-Depends: automake,
               debhelper (>= 9~),
               libgcrypt20-dev,
               libpcre3-dev,
               libpoppler-cpp-dev,
               pkg-config
Standards-Version: 4.1.4
Homepage: https://pdfgrep.org
Vcs-Git: https://salsa.debian.org/debian/pdfgrep.git
Vcs-Browser: https://salsa.debian.org/debian/pdfgrep

Package: pdfgrep
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: search in pdf files for strings matching a regular expression
 Pdfgrep is a tool to search text in PDF files. It works similar to
 `grep'.
 .
 Features:
  - search for regular expressions.
  - support for some important grep options, including:
    + filename output.
    + page number output.
    + optional case insensitivity.
    + count occurrences.
  - and the most important feature: color output!