[Reproducible-commits] [texlive-bin] 63/400: prepare for new release

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:34 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 55bb08fb0a341e57b075d9fd5b35865ee5949524
Author: Norbert Preining <preining at debian.org>
Date:   Mon Apr 9 14:51:36 2012 +0000

    prepare for new release
---
 debian/changelog               |  4 +++-
 debian/control                 |  4 ++--
 debian/patches/bibtex-test-fix | 32 ++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 4 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index df1539b..83f14f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ texlive-bin (2011.20120408-1) unstable; urgency=low
     used by the paper code.
   * fix description of libptexenc-dev package (Closes: #667694)
   * remove xdvik patch, included upstream
+  * add a (temporary) patch for bibtex8/u failure
+  * remove conflict with ptex-bin, we are building a transitional package now
 
- -- Norbert Preining <preining at debian.org>  Sun, 08 Apr 2012 22:12:54 +0900
+ -- Norbert Preining <preining at debian.org>  Mon, 09 Apr 2012 23:50:13 +0900
 
 texlive-bin (2011.20120328-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 52fec1b..0a5a3db 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-common (>= 2011), tex-common (>= 3), ed, perl, dpkg (>= 1.15.4) | install-info
 Recommends: texlive-base, luatex, python, ruby, wish
 Replaces: texlive-metapost (<< 2010), texlive-base (<< 2010), ptex-bin, mendexk
-Conflicts: ptex-bin, mendexk, makejvf
+Conflicts: mendexk, makejvf
 Breaks: texlive-base (<< 2010)
-Provides: texlive-base-bin, makejvf, mendexk, ptex-bin
+Provides: texlive-base-bin, makejvf, mendexk
 Description: Binaries for TeX Live
  This package contains all the binaries of TeX Live packages.
  .
diff --git a/debian/patches/bibtex-test-fix b/debian/patches/bibtex-test-fix
new file mode 100644
index 0000000..de837c8
--- /dev/null
+++ b/debian/patches/bibtex-test-fix
@@ -0,0 +1,32 @@
+Adapt bug_size to new max_glob_str variable in texmf.cnf
+---
+ texk/bibtex8/bibtex.h |    2 +-
+ texk/bibtexu/bibtex.h |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+Index: texlive-bin-2011.20120408/texk/bibtex8/bibtex.h
+===================================================================
+--- texlive-bin-2011.20120408.orig/texk/bibtex8/bibtex.h	2010-05-03 00:24:45.000000000 +0900
++++ texlive-bin-2011.20120408/texk/bibtex8/bibtex.h	2012-04-09 19:16:52.452321697 +0900
+@@ -267,7 +267,7 @@
+ #define AUX_STACK_SIZE              20
+ #define MAX_BIB_FILES               20
+ 
+-#define BUF_SIZE                   10000
++#define BUF_SIZE                   20000
+ #define MAX_CITES                  750
+ #define MAX_FIELDS                 5000
+ #define MAX_STRINGS                4000
+Index: texlive-bin-2011.20120408/texk/bibtexu/bibtex.h
+===================================================================
+--- texlive-bin-2011.20120408.orig/texk/bibtexu/bibtex.h	2010-05-03 00:30:24.000000000 +0900
++++ texlive-bin-2011.20120408/texk/bibtexu/bibtex.h	2012-04-09 19:16:52.452321697 +0900
+@@ -267,7 +267,7 @@
+ #define AUX_STACK_SIZE              20
+ #define MAX_BIB_FILES               20
+ 
+-#define BUF_SIZE                   10000
++#define BUF_SIZE                   20000
+ #define MAX_CITES                  750
+ #define MAX_FIELDS                 5000
+ #define MAX_STRINGS                4000
diff --git a/debian/patches/series b/debian/patches/series
index f3b636b..bf7f14a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -44,3 +44,4 @@ build-wovp2ovf
 61_path_max.diff
 dvipdfmx-config-i-directive
 xdvipdfmx-config-i-directive
+bibtex-test-fix

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