[Reproducible-commits] [texlive-bin] 37/400: clean up work: - bin: remove Makefile.in patch 60_uneeded_linking - bin: use dh_autoreconf --as-needed - nonbin: blacklist biber

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:32 UTC 2015


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

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

commit 2173b3db58ec5e94d219cce113af0b297e7b6c31
Author: Norbert Preining <preining at debian.org>
Date:   Tue Mar 6 23:30:19 2012 +0000

    clean up work:
    - bin: remove Makefile.in patch 60_uneeded_linking
    - bin: use dh_autoreconf --as-needed
    - nonbin: blacklist biber
---
 debian/make-orig-tar  | 2 +-
 debian/patches/series | 2 +-
 debian/rules          | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/make-orig-tar b/debian/make-orig-tar
index 7522a99..60f9c63 100644
--- a/debian/make-orig-tar
+++ b/debian/make-orig-tar
@@ -1,5 +1,5 @@
 
-verstr=texlive-bin-2011.`date+%Y%m%d`
+verstr=texlive-bin-2011.`date +%Y%m%d`
 if [ -r $verstr ] ; then
   echo "already existing: $verstr, exit!"
   exit 1
diff --git a/debian/patches/series b/debian/patches/series
index fb7e8d2..e336743 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -25,7 +25,7 @@
 57_texconfig_papersizes_for_upstream
 58_texconfig_papersizes_use_ucf
 set-e-in-various-scripts
-60_unneeded_linking
+#replaced by --as-needed for dh_autoreconf#60_unneeded_linking
 #2011# disabled - do we need to fix that???# libpoppler-0.12
 #2011# disabled not applicable, still necessary? # icu-xetex_hurd.diff
 #2011# upstream included # fix-mpost-segfault
diff --git a/debian/rules b/debian/rules
index 3ed4387..adde3e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ export CONFIG_SHELL=/bin/sh
 %:
 	dh $@ --with autoreconf --builddirectory Work
 
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr 	\
 	--datarootdir=/usr/share/texlive	\
@@ -32,6 +35,7 @@ override_dh_auto_configure:
 	--with-mf-x-toolkit			\
 	--with-xdvi-x-toolkit=xaw		\
 	--disable-lcdf-typetools		\
+	--disable-biber				\
 	--disable-dvipng			\
 	--disable-musixflx			\
 	--disable-ps2eps			\

-- 
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