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

Norbert Preining preining at alioth.debian.org
Mon Dec 1 16:29:18 UTC 2008


Author: preining
Date: 2008-12-01 16:29:18 +0000 (Mon, 01 Dec 2008)
New Revision: 3638

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/dh_installtex
Log:
debhelper >= 7.1 needs special init stuff, bummer


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2008-12-01 10:14:41 UTC (rev 3637)
+++ tex-common/trunk/debian/changelog	2008-12-01 16:29:18 UTC (rev 3638)
@@ -3,8 +3,10 @@
   * fix coding error in dh_installtex's pod documentation [np]
   * updated Romanian translation (ro.po) (Closes: #506038)
     [hilmar-guest]
+  * add a fix for dh_installtex to work with debhelper >= 7.1.0 (experimental)
+    (Closes: #507365) (patch from Roderich Schupp) [np]
 
- -- Norbert Preining <preining at debian.org>  Wed, 19 Nov 2008 20:16:48 +0200
+ -- Norbert Preining <preining at debian.org>  Mon, 01 Dec 2008 17:27:24 +0100
 
 tex-common (1.13) experimental; urgency=low
 

Modified: tex-common/trunk/scripts/dh_installtex
===================================================================
--- tex-common/trunk/scripts/dh_installtex	2008-12-01 10:14:41 UTC (rev 3637)
+++ tex-common/trunk/scripts/dh_installtex	2008-12-01 16:29:18 UTC (rev 3638)
@@ -235,10 +235,11 @@
 
 =cut
 
-init();
+init(options => { "flavor=s" => \$dh{FLAVOR} });
 
 
 
+
 #
 # GLOBAL VARIABLES
 #




More information about the Debian-tex-commits mailing list