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

Frank Küster frank at alioth.debian.org
Sun Jun 10 21:09:13 UTC 2007


Author: frank
Date: 2007-06-10 21:09:13 +0000 (Sun, 10 Jun 2007)
New Revision: 2953

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/doc/Makefile
Log:
  * Add symlinks "README.Debian.$ext" to the respective "TeX-on-Debian"
    formats. [fk]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2007-06-10 21:00:37 UTC (rev 2952)
+++ tex-common/trunk/debian/changelog	2007-06-10 21:09:13 UTC (rev 2953)
@@ -20,8 +20,12 @@
     Siddall <clytie at riverland.net.au> (closes: #426881)
   * implement an opion --nosourcefiles for tpm2licenses to not check 
     source files
+  * Add a workaround for the fork bomb problem in format generation:
+    Ignore jadetex and xmltex if latex is not present (closes: #427562) [fk]
+  * Add symlinks "README.Debian.$ext" to the respective "TeX-on-Debian"
+    formats. [fk]
 
- -- Norbert Preining <preining at debian.org>  Tue, 05 Jun 2007 17:59:32 +0200
+ -- Frank Küster <frank at debian.org>  Sun, 10 Jun 2007 23:11:36 +0200
 
 tex-common (1.7) unstable; urgency=low
 

Modified: tex-common/trunk/doc/Makefile
===================================================================
--- tex-common/trunk/doc/Makefile	2007-06-10 21:00:37 UTC (rev 2952)
+++ tex-common/trunk/doc/Makefile	2007-06-10 21:09:13 UTC (rev 2953)
@@ -50,6 +50,9 @@
 	cp TeX-on-Debian.txt $(DESTDIR)/
 	cp TeX-on-Debian.pdf $(DESTDIR)/
 	cp -R TeX-on-Debian.html $(DESTDIR)/
+	ln -s TeX-on-Debian.txt $(DESTDIR)/README.Debian.txt
+	ln -s TeX-on-Debian.pdf $(DESTDIR)/README.Debian.pdf
+	ln -s TeX-on-Debian.html/index.html $(DESTDIR)/README.Debian.html
 	cp obsolete-tex-files.txt $(DESTDIR)/
 
 	cp tds-$(TDS_VERSION)/tds.pdf $(DESTDIR)/




More information about the Debian-tex-commits mailing list