Package: debhelper
Version: 5.0.32
Severity: normal

While update-fonts-alias --x11r7-layout requires the $package.alias
for X font packages to be in /etc/X11/fonts/X11R7/$dir, dh_installxfonts
check for it at /etc/X11/fonts/$dir, the old location. See patch below.

As a result, X font packages that provide fonts.alias in the new
X11R7 location do not get update-fonts-alias called in their postrm's
unless they do it their own.

--- dh_installxfonts.orig       2006-04-24 08:52:12.000000000 +0700
+++ dh_installxfonts    2006-04-24 08:53:24.000000000 +0700
@@ -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",

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=th_TH, LC_CTYPE=th_TH (charmap=TIS-620)

Versions of packages debhelper depends on:
ii  binutils             2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  coreutils [fileutils 5.94-1              The GNU core utilities
ii  dpkg-dev             1.13.18             package building tools for Debian
ii  file                 4.17-1              Determines file type using "magic"
ii  html2text            1.3.2a-3            An advanced HTML to text converter
ii  perl                 5.8.8-4             Larry Wall's Practical Extraction 
ii  po-debconf           1.0                 manage translated Debconf template

debhelper recommends no packages.

-- no debconf information


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

Reply via email to