Package: mupdf-tools Followup-For: Bug #656267 Binary file /usr/bin/pdfinfo is already used in poppler-utils, so I decided to rename file to pdfinfo-mupdf.
Patch for git. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (800, 'unstable'), (700, 'experimental'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.39-linode33 (SMP w/4 CPU cores) Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 3110d5542c29f5bd8a1663ebd7fdf39aa940fda3 Mon Sep 17 00:00:00 2001 From: pevik <petr.vo...@gmail.com> Date: Tue, 24 Jan 2012 07:26:30 +0100 Subject: [PATCH] bug #656267: mupdf-tools: Please include pdfextract and the remaining tools, too --- debian/changelog | 8 ++++++++ debian/mupdf-tools.install | 3 +++ debian/rules | 1 + 3 files changed, 12 insertions(+), 0 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37cb883..74df14e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mupdf (0.9-3) unstable; urgency=low + * Non-maintainer upload. + * included other tools - pdfextract, pdfinfo and + and xpsdraw. (Closes: #656267) + * binary pdfinfo renamed to pdfinfo-mupdf (pdfinfo used in poppler-utils) + + -- Petr Vorel <petr.vo...@gmail.com> Mon, 23 Jan 2012 21:23:46 +0100 + mupdf (0.9-2) unstable; urgency=low * Enable harden flags. diff --git a/debian/mupdf-tools.install b/debian/mupdf-tools.install index 255de9d..96c2254 100644 --- a/debian/mupdf-tools.install +++ b/debian/mupdf-tools.install @@ -1,3 +1,6 @@ debian/tmp/usr/bin/pdfclean debian/tmp/usr/bin/pdfdraw debian/tmp/usr/bin/pdfshow +debian/tmp/usr/bin/pdfextract +debian/tmp/usr/bin/pdfinfo-mupdf +debian/tmp/usr/bin/xpsdraw diff --git a/debian/rules b/debian/rules index 958a7ef..23a22f6 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,7 @@ override_dh_auto_build: override_dh_auto_install: $(MAKE) build=release OS=Linux prefix=$(CURDIR)/debian/tmp/usr install + mv $(CURDIR)/debian/tmp/usr/bin/pdfinfo $(CURDIR)/debian/tmp/usr/bin/pdfinfo-mupdf override_dh_auto_clean: -rm -rf build -- 1.7.8.3