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

[SCM] Debian packaging of texlive-bin) branch, master, updated. debian/2013.20130521.30601-1-9-g55ee776



The following commit has been merged in the master branch:
commit 0dff36efc9e443c85b0d93998991988353e9f3df
Author: Norbert Preining <preining@debian.org>
Date:   Wed May 22 09:52:20 2013 +0900

    use system icu, too

diff --git a/debian/changelog b/debian/changelog
index 9b173c4..06cd501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
-texlive-bin (2013.20130522.30601-1) UNRELEASED; urgency=low
+texlive-bin (2013.20130522.30620-1) UNRELEASED; urgency=low
 
   * remove libgd and t1lib copies by removing the need to configure
     these libraries at all (Closes: #709145, #709146)
     Thanks Ondřej Surý <ondrej@debian.org> for providing the patch.
-  * remove cairo, zzlib, pixman lib's source code, already used
-    from system copies
+  * build with system zzlib and ice, remove embedded copies
+  * remove copies of cairo, pixman which are already unused
 
- -- Norbert Preining <preining@debian.org>  Wed, 22 May 2013 01:01:10 +0900
+ -- Norbert Preining <preining@debian.org>  Wed, 22 May 2013 09:50:33 +0900
 
 texlive-bin (2013.20130521.30601-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index af15582..52eb16b 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, ed, libncurses5-dev | libncurses-dev, libxaw7-dev, libpng-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.18), libzzip-dev (>= 0.12)
+Build-Depends: debhelper (>= 7.0.50~), sharutils, ed, libncurses5-dev | libncurses-dev, libxaw7-dev, libpng-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.18), libzzip-dev (>= 0.12), libicu-dev
 Standards-Version: 3.9.3
 Homepage: http://www.tug.org/texlive/
 Vcs-Git: git://anonscm.debian.org/debian-tex/texlive-bin.git
diff --git a/debian/rules b/debian/rules
index bc3a8e7..9af0433 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,11 +33,6 @@ endif
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
-# temporary use contained libgd until the clear up the
-# chaos
-	#--with-system-gd			\
-# foo
-
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr 	\
 	--datarootdir=/usr/share/texlive	\
@@ -57,6 +52,7 @@ override_dh_auto_configure:
 	--with-system-cairo 			\
 	--with-system-pixman			\
 	--with-system-zziplib			\
+	--with-system-icu			\
 	--with-freetype2-include=/usr/include/freetype2 \
 	--with-x				\
 	--with-mf-x-toolkit			\

-- 
Debian packaging of texlive-bin)


Reply to: