[Debian-tex-commits] SVN tex-common commit + diffs: r2602 - in
tex-common/trunk: debian scripts
Norbert Preining
preining at alioth.debian.org
Wed Mar 21 18:08:55 CET 2007
Author: preining
Date: 2007-03-21 17:08:54 +0000 (Wed, 21 Mar 2007)
New Revision: 2602
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/scripts/dh_installtex
Log:
dh_installtex:
* Change the dh_installtex removal logic since format dumps are placed
into engine subdirectories. We now remove all format dumps and log files
in /v/l/t/web2c and /v/l/t/web2c/$engine/
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2007-03-21 16:56:46 UTC (rev 2601)
+++ tex-common/trunk/debian/changelog 2007-03-21 17:08:54 UTC (rev 2602)
@@ -1,22 +1,25 @@
tex-common (1.3~1) unreleased; urgency=low
-
-### PDF docs have to be rebuilt before release ###
+ ### PDF docs have to be rebuilt before release ###
+
* Fix typography in Debian-on-TeX, thanks to Miguel de Val Borro
<miguel.deval at gmail.com> (closes: #413449) [frank]
-
+
* In the source package, replace 'tex-sed' with a Python script named
'texify-tex-output' to do a better job (handling all known cases so
far, some of which seemed rather difficult to implement in sed).
-
+
We don't need to Build-Depend on Python, because this script is only
used when we generate PDF output from the DebianDoc documents
(Debian-TeX-Policy, TeX-on-Debian), which we don't do at build time
in order to avoid chicken-and-egg problems. [florent]
* Add engine subdirectories to the search paths for MetaFont and
MetaPost, too. Thanks to Jörg Sommer <joerg at alea.gnuu.de>
+ * Change the dh_installtex removal logic since format dumps are placed
+ into engine subdirectories. We now remove all format dumps and log files
+ in /v/l/t/web2c and /v/l/t/web2c/$engine/
- -- Frank Küster <frank at debian.org> Wed, 21 Mar 2007 13:33:52 +0100
+ -- Norbert Preining <preining at debian.org> Wed, 21 Mar 2007 18:05:26 +0100
tex-common (1.2) experimental; urgency=low
Modified: tex-common/trunk/scripts/dh_installtex
===================================================================
--- tex-common/trunk/scripts/dh_installtex 2007-03-21 16:56:46 UTC (rev 2601)
+++ tex-common/trunk/scripts/dh_installtex 2007-03-21 17:08:54 UTC (rev 2602)
@@ -558,7 +558,8 @@
installformatlink: do {
foreach my $pair (@fmtpairs) {
my ($format,$engine) = $pair =~ m/^(.*)\t(.*)$/;
- push @fmtdata, $format;
+ push @fmtdata, "$engine/$format";
+ push @fmtdata, "$format";
if ($doformatlinks && ($format ne $engine)) {
my $formatlink = "$tmp/usr/bin/$format";
if ( -e $formatlink ) {
More information about the Debian-tex-commits
mailing list