[subversion-commit] SVN tetex-base commit + diffs: r1461 -
tetex-base/trunk/debian
Frank Küster
frank at costa.debian.org
Tue Jun 27 16:56:10 UTC 2006
Author: frank
Date: 2006-06-27 16:56:04 +0000 (Tue, 27 Jun 2006)
New Revision: 1461
Added:
tetex-base/trunk/debian/tetex-base.lintian.overrides
Modified:
tetex-base/trunk/debian/changelog
Log:
- Add lintian overrides for non-executable Ruby scripts below
$TEXMFDIST/scripts
- [changelog] remove the executable bit from thumbpdf.pl and
uniqleaf.pl. These scripts are all accessed through shell wrappers in
/usr/bin [frank].
The actual changes in debian/rules.in for this already slipped into the last commit.
Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog 2006-06-27 16:54:50 UTC (rev 1460)
+++ tetex-base/trunk/debian/changelog 2006-06-27 16:56:04 UTC (rev 1461)
@@ -1,4 +1,4 @@
-tetex-base (3.0-19) unstable; urgency=medium
+tetex-base (3.0-18.1) UNRELEASED; urgency=medium
* Fix a Makefile error in rules.in which caused a FTBFS on slow systems
(or systems with subsecond timestamps). Furthermore, do not ignore
@@ -6,20 +6,27 @@
has been unpatched. Thanks to Daniel Schepler
<schepler at math.berkeley.edu> and Mohammed Adnène Trojette
<adn+deb at diwi.org> (closes: #373951) [frank]
- * Adjust the directory name in the apache configuration file to the new
- location of the teTeX documentation, thanks to Vincent Danjean
- <Vincent.Danjean at ens-lyon.org> (closes: #370660) [frank]
- * Also adjust the path specification for texdoctk, thanks to Sven
- Joachim <sven_joachim at web.de> and Lutz Lehmann
- <llehmann at mathematik.hu-berlin.de> (closes: #372715) [frank]
+ * Documentation changes:
+ - Adjust the directory name in the apache configuration file to the new
+ location of the teTeX documentation, thanks to Vincent Danjean
+ <Vincent.Danjean at ens-lyon.org> (closes: #370660) [frank]
+ - Also adjust the path specification for texdoctk, thanks to Sven
+ Joachim <sven_joachim at web.de> and Lutz Lehmann
+ <llehmann at mathematik.hu-berlin.de> (closes: #372715) [frank]
+ - Fix broken links in helpindex.html, and do not install the file in
+ /var/lib/texmf, it is currently static [frank]
* Add a patch for dvipdfm's config file that allows proper inclusion of
really large Postscript files, as reported by Thomas Esser and Laurent
Siebenmann on the TeXLive list. Thanks to Heiko Oberdiek for the
patch. [frank]
* Move debhelper and quilt to Build-Depends, they are used in the clean
target. [frank]
+ * Add lintian overrides for non-executable Ruby scripts below
+ $TEXMFDIST/scripts, and remove the executable bit from thumbpdf.pl and
+ uniqleaf.pl. These scripts are all accessed through shell wrappers in
+ /usr/bin [frank]
- -- Frank Küster <frank at debian.org> Sat, 17 Jun 2006 21:39:45 +0200
+ -- Frank Küster <frank at debian.org> Tue, 27 Jun 2006 18:53:21 +0200
tetex-base (3.0-18) unstable; urgency=low
Added: tetex-base/trunk/debian/tetex-base.lintian.overrides
===================================================================
--- tetex-base/trunk/debian/tetex-base.lintian.overrides 2006-06-27 16:54:50 UTC (rev 1460)
+++ tetex-base/trunk/debian/tetex-base.lintian.overrides 2006-06-27 16:56:04 UTC (rev 1461)
@@ -0,0 +1,8 @@
+# these scripts are not meant to be executed directly; instead they
+# are called by a shell wrapper in /usr/bin. Removing the Shebang
+# line would make lintian happy, but doesn't serve any other purpose.
+tetex-base binary: script-not-executable ./usr/share/texmf-tetex/scripts/context/ruby/ctxtools.rb
+tetex-base binary: script-not-executable ./usr/share/texmf-tetex/scripts/context/ruby/texmfstart.rb
+tetex-base binary: script-not-executable ./usr/share/texmf-tetex/scripts/context/ruby/texsync.rb
+tetex-base binary: script-not-executable ./usr/share/texmf-tetex/scripts/context/ruby/textools.rb
+tetex-base binary: script-not-executable ./usr/share/texmf-tetex/scripts/context/ruby/xmltools.rb
More information about the Pkg-tetex-commits
mailing list