Source: pdfgrep
Section: utils
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
Build-Depends: debhelper (>= 9~),
 automake,
 libpoppler-cpp-dev,
 pkg-config,
 libpcre3-dev
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: ${shlibs:Depends}, ${misc: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!

