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

Norbert Preining preining at alioth.debian.org
Wed May 9 22:25:26 UTC 2012


Author: preining
Date: 2012-05-09 22:25:25 +0000 (Wed, 09 May 2012)
New Revision: 5450

Added:
   tex-common/trunk/doc/README.Debian.html
Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/doc/Makefile
Log:
ship a html redirect file as README.Debian.html instead of a link
so that hrefs work (Closes: #657677)


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2012-05-09 22:15:30 UTC (rev 5449)
+++ tex-common/trunk/debian/changelog	2012-05-09 22:25:25 UTC (rev 5450)
@@ -1,6 +1,8 @@
 tex-common (3.11) UNRELEASED; urgency=low
 
   * don't break if texmf.cnf is already removed (Closes: #671610, #672269)
+  * ship a html redirect file as README.Debian.html instead of a link
+    so that hrefs work (Closes: #657677)
 
  -- Norbert Preining <preining at debian.org>  Thu, 10 May 2012 07:11:07 +0900
 

Modified: tex-common/trunk/doc/Makefile
===================================================================
--- tex-common/trunk/doc/Makefile	2012-05-09 22:15:30 UTC (rev 5449)
+++ tex-common/trunk/doc/Makefile	2012-05-09 22:25:25 UTC (rev 5450)
@@ -52,7 +52,10 @@
 	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
+	# replace the link with a redirect html document, so that
+	# the links within the file actually work
+	cp README.Debian.html $(DESTDIR)/
+	#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)/

Added: tex-common/trunk/doc/README.Debian.html
===================================================================
--- tex-common/trunk/doc/README.Debian.html	                        (rev 0)
+++ tex-common/trunk/doc/README.Debian.html	2012-05-09 22:25:25 UTC (rev 5450)
@@ -0,0 +1,14 @@
+<html>
+<head>
+  <title>README.Debian for texlive</title>
+  <meta http-equiv="Refresh"
+      content="URL=TeX-on-Debian.html/index.html">
+</head>
+<body>
+  <p>
+  This page has moved; if your browser doesn't automatically redirect
+  to its new location, click <a
+  href="TeX-on-Debian.html/index.html">here</a>.
+  </p>
+</body>
+</html>


Property changes on: tex-common/trunk/doc/README.Debian.html
___________________________________________________________________
Added: svn:eol-style
   + native




More information about the Debian-tex-commits mailing list