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

[texlive-bin] 03/03: add versioned build deps on auto* etc stuff



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

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

commit 613e66a5109d6bf9a179e787b047687a912a07b9
Author: Norbert Preining <preining@debian.org>
Date:   Mon Sep 9 15:19:54 2013 +0900

    add versioned build deps on auto* etc stuff
---
 debian/changelog |    4 +++-
 debian/control   |    2 +-
 debian/rules     |    9 +++++----
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 64a8055..ce7ce40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ texlive-bin (2013.20130729.30972-2) unstable; urgency=low
   * pull several bug fixes from upstream svn, in particular fixes for
     luatex (svn 31126, 31313, 31358), dvipdfmx (svn 31303), pdftex (svn 31313),
     dvips (svn 31350, 31547)
+  * explicitely write out versioned dependencies on automake, autoconf, 
+    libtool, and m4, to make sure we get successful builds
 
- -- Norbert Preining <preining@debian.org>  Mon, 09 Sep 2013 13:53:24 +0900
+ -- Norbert Preining <preining@debian.org>  Mon, 09 Sep 2013 15:18:50 +0900
 
 texlive-bin (2013.20130729.30972-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4cea0f7..49e5b62 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, 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), libharfbuzz-dev (>= 0.9.18-3), libicu-dev, recode, texinfo
+Build-Depends: debhelper (>= 7.0.50~), sharutils, 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), libharfbuzz-dev (>= 0.9.18-3), libicu-dev, recode, texinfo, automake (>= 1.13.1), autoconf (>= 2.69), libtool (>= 2.4.2), m4 (>= 1.4.16)
 Standards-Version: 3.9.4
 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 e97e0e6..baa395b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,11 @@
 
 export SHELL=/bin/bash
 export CONFIG_SHELL=/bin/sh
-#
-# since we are reautoconf-ing with old version of auto*, we need
-# to make sure that the 1.12.3+ variables AM_V_P are defined
-export AM_V_P=false
+
+# In case one wants to build with old automake (<< 1.13.1), the following
+# variable has to be set. By default the debian/control requires high
+# enough versions of automake and friends
+#export AM_V_P=false
 
 DEB_HOST_ARCH     ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 

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


Reply to: