Package: debhelper
Version: 5.0.46

dh_installinfo generates a line like the following in my package:
 install-info --quiet --section "\Q#SECTION#\E" "#SECTION#" 
/usr/share/info/ratpoison.info

I guess that is because of the following change in 5.0.46:

--- 45/usr/share/debhelper/autoscripts/postinst-info    2006-11-07
23:04:41.000000000 +0100
+++ 46/usr/share/debhelper/autoscripts/postinst-info    2007-04-15
23:41:27.000000000 +0200
@@ -1,3 +1,3 @@
 if [ "$1" = "configure" ]; then
 -       install-info --quiet #FILE#
 +       install-info --quiet --section "\Q#SECTION#\E" "#SECTION#"
#FILE#
  fi

without anything substitution #SECTION# (at least in my package it gets
in verbatim).

Hochachtungsvoll,
        Bernhard R. Link


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to