[Reproducible-commits] [texlive-bin] 115/400: fix too short name space for cweave (new patch cweave-fix-too-short-names)

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:40 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 fb666f4f6671156b27660a0c64d1b96040dd590c
Author: Norbert Preining <preining at debian.org>
Date:   Tue Sep 4 05:31:55 2012 +0000

    fix too short name space for cweave (new patch cweave-fix-too-short-names)
---
 debian/changelog                        |  7 +++++++
 debian/quilt/cweave-fix-too-short-names | 15 +++++++++++++++
 debian/quilt/series                     |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a0260ec..74d467d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+texlive-bin (2012.20120628-3) unstable; urgency=low
+
+  * fix too short name space for cweave (original file has this fix
+    since 2008) (new patch cweave-fix-too-short-names)
+
+ -- Norbert Preining <preining at debian.org>  Tue, 04 Sep 2012 10:32:59 +0900
+
 texlive-bin (2012.20120628-2) unstable; urgency=low
 
   * cherrypick a bugfix from upstream for ptex kanji code scanning
diff --git a/debian/quilt/cweave-fix-too-short-names b/debian/quilt/cweave-fix-too-short-names
new file mode 100644
index 0000000..a8d2d88
--- /dev/null
+++ b/debian/quilt/cweave-fix-too-short-names
@@ -0,0 +1,15 @@
+---
+ texk/web2c/cwebdir/cweave.w |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- texlive-bin-2012.20120628.orig/texk/web2c/cwebdir/cweave.w
++++ texlive-bin-2012.20120628/texk/web2c/cwebdir/cweave.w
+@@ -124,7 +124,7 @@
+ @d max_sections 10239 /* greater than the total number of sections */
+ @d hash_size 8501 /* should be prime */
+ @d buf_size 1000 /* maximum length of input line, plus one */
+- at d longest_name 1000 /* section names and strings shouldn't be longer than this */
++ at d longest_name 10000 /* section names and strings shouldn't be longer than this */
+ @d long_buf_size (buf_size+longest_name)
+ @d line_length 80 /* lines of \TEX/ output have at most this many characters;
+   should be less than 256 */
diff --git a/debian/quilt/series b/debian/quilt/series
index f63406a..d1af4b4 100644
--- a/debian/quilt/series
+++ b/debian/quilt/series
@@ -27,3 +27,4 @@ xdvi-upupstream-fixes
 #upstream included# upstream-fix-ini-synctex-segfault
 #upstream included# fix-pipe-in-out-regression
 upstream-fix-ptex-scanning
+cweave-fix-too-short-names

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