summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Egger <christoph@christoph-egger.org>2017-01-25 11:40:13 +0100
committerChristoph Egger <christoph@christoph-egger.org>2017-01-25 11:40:13 +0100
commit3ad8fca9a703cc23a0699a7f4b9b476d8e67d7fa (patch)
tree2a1199a9f8e42357e4fd3b7270fd0651c19ce92c
parent443777356430ec3d70aab21986ecb2b1f8aa111a (diff)
New upstream release
-rw-r--r--debian/changelog6
-rw-r--r--debian/control15
-rw-r--r--debian/copyright1
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules2
5 files changed, 16 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index 103e0d7..24410e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pdfgrep (2.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Christoph Egger <christoph@debian.org> Wed, 25 Jan 2017 10:52:40 +0100
+
pdfgrep (1.4.1-2) unstable; urgency=medium
* enable full hardening
diff --git a/debian/control b/debian/control
index 05dff2b..ec1fbce 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ Source: pdfgrep
Section: utils
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
-Build-Depends: debhelper (>= 9~),
- automake,
- libpoppler-cpp-dev,
- pkg-config,
- libpcre3-dev
+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
@@ -14,7 +15,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pdfgrep.git;a=summ
Package: pdfgrep
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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'.
@@ -27,4 +29,3 @@ Description: search in pdf files for strings matching a regular expression
+ optional case insensitivity.
+ count occurrences.
- and the most important feature: color output!
-
diff --git a/debian/copyright b/debian/copyright
index 1ed7247..61e0fd9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -53,4 +53,3 @@ The Debian packaging is:
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
-
diff --git a/debian/docs b/debian/docs
index 24e5d00..b43bf86 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-#README
+README.md
diff --git a/debian/rules b/debian/rules
index 2b86848..d952122 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ override_dh_auto_configure:
dh_auto_configure -- --with-zsh-completion=/usr/share/zsh/vendor-completions
override_dh_installchangelogs:
- dh_installchangelogs NEWS
+ dh_installchangelogs NEWS.md