summaryrefslogtreecommitdiff
path: root/debian/control
blob: ec1fbce67e39c5810b7ad3cf8d1108c44ac63bba (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: 3.9.6
Homepage: http://pdfgrep.org
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/pdfgrep.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pdfgrep.git;a=summary

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!