Package: poppler
Version: 0.20.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer,
libtiff5 is now available (source tiff), and it would be nice if poppler
used that instead of libtiff4 (source tiff3). The attached patch makes the
change. Thanks for considering it.
-- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal')
Architecture: i386 (i686)
Kernel: Linux 3.5.0-3-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru poppler-0.20.1/debian/control poppler-0.20.1/debian/control
--- poppler-0.20.1/debian/control 2012-06-21 23:19:48.000000000 -0400
+++ poppler-0.20.1/debian/control 2012-07-10 09:48:49.000000000 -0400
@@ -16,7 +16,7 @@
libcairo2-dev (>= 1.10.0),
libjpeg-dev,
libpng-dev,
- libtiff-dev,
+ libtiff5-dev,
liblcms2-dev,
libfreetype6-dev,
gtk-doc-tools (>= 1.14),
@@ -63,7 +63,7 @@
Suggests: libfreetype6-dev,
libopenjpeg-dev,
libpng-dev,
- libtiff-dev
+ libtiff5-dev
Description: PDF rendering library -- private development files
Poppler is a PDF rendering library based on Xpdf PDF viewer.
.