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

Norbert Preining preining at alioth.debian.org
Thu Apr 17 06:24:21 UTC 2008


Author: preining
Date: 2008-04-17 06:24:21 +0000 (Thu, 17 Apr 2008)
New Revision: 3326

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/dh_installtex
Log:
bump dh_installtex induced deps to >= 1.11 otherwise we wont get the
real fix in lmodern


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2008-04-17 06:09:30 UTC (rev 3325)
+++ tex-common/trunk/debian/changelog	2008-04-17 06:24:21 UTC (rev 3326)
@@ -1,3 +1,11 @@
+tex-common (1.12~1) unstable; urgency=medium
+
+  * bump version of tex-common packages built with dh_installtex to 1.11
+    otherwise the conflict with tetex-base is not included. This really
+    closes: #467330, thus also setting urgency to medium
+
+ -- Norbert Preining <preining at debian.org>  Thu, 17 Apr 2008 08:16:42 +0200
+
 tex-common (1.11) unstable; urgency=medium
 
   * bump version of tex-common packages built with dh_installtex to 1.10
@@ -3,5 +11,5 @@
     since it is the version that removes the tetex part (see #466036) [np]
   * And Conflict with tetex-base (<< 2007), in order to force a /complete/
-    transition to texlive in lenny (closes #467330). At the same time,
+    transition to texlive in lenny (closes: #467330). At the same time,
     drop the conflict with tetex-bin, since tetex-base already does
     that. However, when and if we remove the tetex-base package, we need

Modified: tex-common/trunk/scripts/dh_installtex
===================================================================
--- tex-common/trunk/scripts/dh_installtex	2008-04-17 06:09:30 UTC (rev 3325)
+++ tex-common/trunk/scripts/dh_installtex	2008-04-17 06:24:21 UTC (rev 3326)
@@ -642,7 +642,7 @@
 		}
 	}
 
-	addsubstvar($package, "misc:Depends", "tex-common", ">= 1.10");
+	addsubstvar($package, "misc:Depends", "tex-common", ">= 1.11");
 }
 
 =head1 SEE ALSO




More information about the Debian-tex-commits mailing list