[Reproducible-commits] [texlive-bin] 01/12: use system poppler, remove included copy in make-orig-tar

Mattia Rizzolo mattia at debian.org
Fri May 13 16:13:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag debian/2015.20160213.39691-1
in repository texlive-bin.

commit d3e25e9685ac895a0d7756be364668615ca0a4f8
Author: Norbert Preining <preining at debian.org>
Date:   Fri Feb 12 21:31:43 2016 +0900

    use system poppler, remove included copy in make-orig-tar
---
 debian/make-orig-tar | 7 +++++--
 debian/rules         | 4 +++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/make-orig-tar b/debian/make-orig-tar
index 4cabfba..6c0fec0 100644
--- a/debian/make-orig-tar
+++ b/debian/make-orig-tar
@@ -61,8 +61,10 @@ rm -rf $verstr/utils/t1utils
 # and depending libs are not compiled against it, 
 # as bad as it is, we have to keep 
 #	cairo freetype2 gd libpng
-# poppler is currently too old in Debian, keep it
-#	poppler
+#
+# poppler
+# before 201601 is too old, remove
+# 20160212: retry with current poppler (Debian 0.38, TL 0.40)
 
 for i in \
 	graphite2	\
@@ -73,6 +75,7 @@ for i in \
 	mpfr		\
 	pixman		\
 	potrace		\
+	poppler		\
 	xpdf		\
 	zlib		\
 	zziplib		\
diff --git a/debian/rules b/debian/rules
index cb466c6..293fae7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,6 +87,8 @@ override_dh_autoreconf:
 #	--with-system-xpdf
 # so that as much as possible is built from system libs.
 #
+# 20160212: use --with-system-poppler as it seems modern enough
+#
 
 # disable-largefile seems to break omegafonts, as they core dump
 # leave it as is for now and see what else pops up
@@ -116,7 +118,7 @@ override_dh_auto_configure:
 	--with-system-icu			\
 	--with-system-gmp			\
 	--with-system-mpfr			\
-	--without-system-poppler		\
+	--with-system-poppler			\
 	--with-system-xpdf			\
 	--with-x				\
 	--with-mf-x-toolkit			\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git



More information about the Reproducible-commits mailing list