[Debian-tex-commits] SVN tex-common commit + diffs: r2536 - in tex-common/trunk: debian scripts

Norbert Preining preining at alioth.debian.org
Wed Feb 28 21:12:56 CET 2007


Author: preining
Date: 2007-02-28 21:12:55 +0100 (Wed, 28 Feb 2007)
New Revision: 2536

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/dh_installtex
Log:
* rename flavor format:no_format_links to format:no_links (nobody is using
  it already), and document it. [NP]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2007-02-28 19:54:17 UTC (rev 2535)
+++ tex-common/trunk/debian/changelog	2007-02-28 20:12:55 UTC (rev 2536)
@@ -1,3 +1,10 @@
+tex-common (1.2) UNRELEASED; urgency=low
+
+  * rename flavor format:no_format_links to format:no_links (nobody is using
+    it already), and document it. [NP]
+
+ -- Norbert Preining <preining at debian.org>  Wed, 28 Feb 2007 21:11:20 +0100
+
 tex-common (1.1) experimental; urgency=low
 
   * Upload to experimental.  This version is needed to build TeXLive

Modified: tex-common/trunk/scripts/dh_installtex
===================================================================
--- tex-common/trunk/scripts/dh_installtex	2007-02-28 19:54:17 UTC (rev 2535)
+++ tex-common/trunk/scripts/dh_installtex	2007-02-28 20:12:55 UTC (rev 2536)
@@ -16,7 +16,6 @@
 [B<-n>]
 [B<--priority=>I<n>]
 [B<--flavor=>I<flavor>[,I<flavor>]]
-[B<--no-format-links>]
 [B<map=MixedMap,>I<file.map>]
 [B<map=Map,>I<file.map>]
 [B<mapfile=>I<file.cfg>[=I<n>]]
@@ -177,14 +176,13 @@
 format without actually providing it (in a cnf file).  This is useful if a 
 package adds hyphenation patterns to an existing formats.
 
-=item B<--no-format-links>]
-
+B<format:no_links>:
 Usually, for every format that is specified in a configuration file in
 /etc/texmf/fmt.d/, dh_installtex will create a symlink
 /usr/bin/I<format> that points to the corresponding engine.  For
 example, /usr/bin/latex would be created as a symlink to pdftex.  
 
-The option B<--no-format-links> inhibits this. If a link already
+The flavor B<format:no_links> inhibits this. If a link already
 exists, dh_installtex will skip this format with an informational
 message, even if this option is not given.
 
@@ -385,7 +383,7 @@
 			$doallformats = 1;
 		} elsif ($fl =~ /^format:add_one:(.*)$/) {
 			push @addbuildformats , $1;
-		} elsif ($fl eq "format:no_format_links") {
+		} elsif ($fl eq "format:no_links") {
 			$doformatlinks = 0;
 		} else {
 			error("Specified flavor $fl not supported.\nPlease see man page for supported flavors!\n");




More information about the Debian-tex-commits mailing list