[subversion-commit] SVN tex-common commit + diffs: r1270 - in tex-common/trunk: debian scripts

Frank Küster frank at costa.debian.org
Tue May 2 17:58:18 UTC 2006


Author: frank
Date: 2006-05-02 17:58:18 +0000 (Tue, 02 May 2006)
New Revision: 1270

Modified:
   tex-common/trunk/debian/ChangeLog
   tex-common/trunk/scripts/tpm2licenses
Log:
- extend tpm2licenses for urw-base35
- document license work
- remove empty directory teTeX-build

Modified: tex-common/trunk/debian/ChangeLog
===================================================================
--- tex-common/trunk/debian/ChangeLog	2006-05-02 17:44:55 UTC (rev 1269)
+++ tex-common/trunk/debian/ChangeLog	2006-05-02 17:58:18 UTC (rev 1270)
@@ -1,3 +1,9 @@
+2006-05-02    <frank at kuesterei.ch>
+
+	* Found files of unknown origin in avantgar.tfm
+
+	* Work on pnsfss finished, started working on required font files 
+
 2006-04-27    <frank at kuesterei.ch>
 
 	* Wrote e-mail to amslatex upstream to clarify their license. 

Modified: tex-common/trunk/scripts/tpm2licenses
===================================================================
--- tex-common/trunk/scripts/tpm2licenses	2006-05-02 17:44:55 UTC (rev 1269)
+++ tex-common/trunk/scripts/tpm2licenses	2006-05-02 17:58:18 UTC (rev 1270)
@@ -134,7 +134,18 @@
 		     "SIstyle" => "sistyle",
 		     "SIunits" => "siunits",
 		     "syntax" => "syntax2",
-		     "Tabbing" => "tabbing" );
+		     "Tabbing" => "tabbing",
+# the following were added in tpm2licenses
+		     "avantgar" => "urw-base35",
+		     "bookman" => "urw-base35",
+		     "courier" => "urw-base35",
+		     "helvetic" => "urw-base35",
+		     "palatino" => "urw-base35",
+		     "symbol" => "urw-base35",
+		     "times" => "urw-base35",
+		     "zapfchan" => "urw-base35",
+		     "zapfding" => "urw-base35"
+		     );
 
 my $parser = new XML::DOM::Parser;
 my $startdir=getcwd();




More information about the Pkg-tetex-commits mailing list