File: control

package info (click to toggle)
pdfgrep 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 972 kB
  • sloc: sh: 4,097; cpp: 1,535; exp: 603; makefile: 79
file content (31 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
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!