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

Norbert Preining preining at alioth.debian.org
Sat Apr 14 06:42:29 UTC 2007


Author: preining
Date: 2007-04-14 06:42:28 +0000 (Sat, 14 Apr 2007)
New Revision: 2688

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/dh_installtex
Log:
undo the debhelper introduced snippet switch, it was friday 13 I guess!


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2007-04-13 13:40:44 UTC (rev 2687)
+++ tex-common/trunk/debian/changelog	2007-04-14 06:42:28 UTC (rev 2688)
@@ -1,3 +1,10 @@
+tex-common (1.7) unstable; urgency=low
+
+  * Undo the changes of the autoscripts snippets ordering, debhelper has
+    changed back to the former method.
+
+ -- Norbert Preining <preining at debian.org>  Sat, 14 Apr 2007 08:39:46 +0200
+
 tex-common (1.6) unstable; urgency=low
 
   * Document in NEWS.Debian that support for ls-R in TEXMFHOME has been

Modified: tex-common/trunk/scripts/dh_installtex
===================================================================
--- tex-common/trunk/scripts/dh_installtex	2007-04-13 13:40:44 UTC (rev 2687)
+++ tex-common/trunk/scripts/dh_installtex	2007-04-14 06:42:28 UTC (rev 2688)
@@ -599,16 +599,11 @@
 		}
 		my @foo = keys(%uniq);
 		autoscript($package, "postinst", "postinst-texlsr", "s|#TEXMFTREES#|@foo|");
+		autoscript($package, "postrm",   "postrm-texlsr", "s|#TEXMFTREES#|@foo|");
 		if ($dothefullstuff) {
 			autoscript($package, "postinst", "postinst-tex", "s|#FORMATS#|@fmtdata|; s|#WHATTODO#|@whattodo|");
-		}
-		# in the postrm case the autoscript snippets are added in
-		# inverse order, but we NEED it in the first texlsr then tex
-		# in the file!
-		if ($dothefullstuff) {
 			autoscript($package, "postrm",   "postrm-tex", "s|#FORMATS#|@postrmfmtdata|; s|#WHATTODO#|@whattodo|");
 		}
-		autoscript($package, "postrm",   "postrm-texlsr", "s|#TEXMFTREES#|@foo|");
 	}
 
 	addsubstvar($package, "misc:Depends", "tex-common", ">= 0.7");




More information about the Debian-tex-commits mailing list