package debhelper
tag 357434 + patch
thanks
Here's a proposed patch:
--- dh_installinfo.orig 2006-03-17 12:09:01.705103314 +0100
+++ dh_installinfo 2006-03-17 12:18:48.529959475 +0100
@@ -86,7 +86,11 @@
doit("chmod","-R", "u+rw","$tmp/usr/share/info/");
}
- foreach $file (@info) {
+ my @files;
+ push @files, split(/\n/,
+ `find $tmp/usr/info $tmp/usr/share/info -type f 2>/dev/null ||
true;`);
+
+ foreach $file (@files) {
# Only register with install-info if this is a head file in
# a tree of info files.
if ($file !~ /-\d+$/ && ! $dh{NOSCRIPTS}) {
--
Kind regards,
+--------------------------------------------------------------------+
| Bas Zoetekouw | GPG key: 0644fab7 |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] | a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]