[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-bin] 05/05: bump to libpng16-dev, not available, though



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

preining pushed a commit to branch experimental
in repository texlive-bin.

commit 31bd6f14f72a8acdb666fb9ff661047e32870f64
Author: Norbert Preining <preining@logic.at>
Date:   Fri Dec 20 14:11:33 2013 +0900

    bump to libpng16-dev, not available, though
---
 debian/control       |  2 +-
 debian/make-orig-tar | 20 +++++++++++++++++---
 debian/rules         |  2 ++
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ce9923a..f842686 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: tex
 Priority: optional
 Maintainer: Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
 Uploaders: Norbert Preining <preining@debian.org>, Frank Küster <frank@kuesterei.ch>
-Build-Depends: debhelper (>= 7.0.50~), sharutils, libncurses5-dev | libncurses-dev, libxaw7-dev, zlib1g-dev | libz-dev, flex, bison, libpoppler-private-dev (>= 0.12.4), libfontconfig1-dev, dh-autoreconf, time, libgraphite2-dev, libgs-dev, libcairo2-dev (>= 1.12), libpixman-1-dev (>= 0.32.4), libzzip-dev (>= 0.12), libharfbuzz-dev (>= 0.9.18-3), libicu-dev, recode, texinfo, automake (>= 1:1.13.1), autoconf (>= 2.69), libtool (>= 2.4.2), m4 (>= 1.4.16), libpotrace-dev (>= 1.11)
+Build-Depends: debhelper (>= 7.0.50~), sharutils, libncurses5-dev | libncurses-dev, libxaw7-dev, zlib1g-dev | libz-dev, flex, bison, libpoppler-private-dev (>= 0.12.4), libfontconfig1-dev, dh-autoreconf, time, libgraphite2-dev, libgs-dev, libcairo2-dev (>= 1.12), libpixman-1-dev (>= 0.32.4), libzzip-dev (>= 0.12), libharfbuzz-dev (>= 0.9.18-3), libicu-dev, recode, texinfo, automake (>= 1:1.13.1), autoconf (>= 2.69), libtool (>= 2.4.2), m4 (>= 1.4.16), libpotrace-dev (>= 1.11), libpng16-d [...]
 Standards-Version: 3.9.5
 Homepage: http://www.tug.org/texlive/
 Vcs-Git: git://anonscm.debian.org/debian-tex/texlive-bin.git
diff --git a/debian/make-orig-tar b/debian/make-orig-tar
index 7a6fbe0..b9ce879 100644
--- a/debian/make-orig-tar
+++ b/debian/make-orig-tar
@@ -23,9 +23,23 @@ rm -rf $verstr/utils/biber/bin
 # remove system libraries, keep only teckit and lua52 and libpng
 # teckit: not in Debian
 # lua52: system usage not supported in TeX Live
-# libpng: too old in Debian
-# libpaper: system usage not supported in TeX Live
-for i in harfbuzz cairo freetype freetype2 gd graphite2 icu pixman poppler t1lib xpdf zlib zziplib pixman potrace ; do
+# libpng etc needs libong >= 1.4, currently not in Debian
+for i in \
+	cairo		\
+	freetype2	\
+	gd		\
+	graphite2	\
+	harfbuzz	\
+	icu		\
+	libpng		\
+	paper		\
+	pixman		\
+	poppler		\
+	potrace		\
+	xpdf		\
+	zlib		\
+	zziplib		\
+  do
   rm -rf $verstr/libs/$i
 done
 find $verstr -name \.svn -exec rm -rf '{}' \;
diff --git a/debian/rules b/debian/rules
index 3f173fe..ee8fc27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,8 @@ override_dh_auto_configure:
 	--with-system-zlib			\
 	--with-system-zzlib			\
 	--with-system-freetype2			\
+	--with-system-libpng			\
+	--with-system-gd			\
 	--with-system-xpdf			\
 	--with-system-poppler			\
 	--with-system-potrace			\

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


Reply to: