Your message dated Mon, 24 Apr 2006 12:04:41 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#364627: dh_installxfonts: missing X11R7 for fonts.alias
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: debhelper
Version: 5.0.32
Severity: important

dh_installxfonts checks /etc/X11/fonts/$f/$package.alias, but it
should be /etc/X11/fonts/X11R7/$f/$package.alias.

--- /usr/bin/dh_installxfonts   2006-04-18 04:55:50.000000000 +0900
+++ /tmp/dh_installxfonts       2006-04-24 23:52:25.000000000 +0900
@@ -66,7 +66,7 @@
                                if -f 
"$tmp/etc/X11/fonts/X11R7/$f/$package.scale";
                        push @cmds, "update-fonts-dir --x11r7-layout $f";
                        push @cmds, "update-fonts-alias --x11r7-layout $f"
-                               if -f "$tmp/etc/X11/fonts/$f/$package.alias";
+                               if -f 
"$tmp/etc/X11/fonts/X11R7/$f/$package.alias";
                }
 
                autoscript($package, "postinst", "postinst-xfonts",


Regards,
Fumitoshi UKAI


--- End Message ---
--- Begin Message ---
Fumitoshi UKAI wrote:
> Package: debhelper
> Version: 5.0.32
> Severity: important
> 
> dh_installxfonts checks /etc/X11/fonts/$f/$package.alias, but it
> should be /etc/X11/fonts/X11R7/$f/$package.alias.

This is already fixed in 5.0.33.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to