Your message dated Sun, 23 Apr 2006 20:02:14 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#364530: fixed in debhelper 5.0.33 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: 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
--- End Message ---
--- Begin Message ---Source: debhelper Source-Version: 5.0.33 We believe that the bug you reported is fixed in the latest version of debhelper, which is due to be installed in the Debian FTP archive: debhelper_5.0.33.dsc to pool/main/d/debhelper/debhelper_5.0.33.dsc debhelper_5.0.33.tar.gz to pool/main/d/debhelper/debhelper_5.0.33.tar.gz debhelper_5.0.33_all.deb to pool/main/d/debhelper/debhelper_5.0.33_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joey Hess <[EMAIL PROTECTED]> (supplier of updated debhelper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 23 Apr 2006 22:37:54 -0400 Source: debhelper Binary: debhelper Architecture: source all Version: 5.0.33 Distribution: unstable Urgency: low Maintainer: Joey Hess <[EMAIL PROTECTED]> Changed-By: Joey Hess <[EMAIL PROTECTED]> Description: debhelper - helper programs for debian/rules Closes: 364530 Changes: debhelper (5.0.33) unstable; urgency=low . [ Valery Perrin ] * Update french translation with recent change in dh_installxfonts . [ Joey Hess ] * dh_installxfonts: Patch from Theppitak Karoonboonyanan to fix an instance of /etc/X11/fonts/ that was missed before. Closes: #364530 Files: 06b04f7b19dadee8c02b81f91313f8dd 494 devel optional debhelper_5.0.33.dsc edb0ad8ee66cb18cecb49fc0dbfb6719 264900 devel optional debhelper_5.0.33.tar.gz 467c77ac57c65fd4b0e9fa6796feb2b0 508634 devel optional debhelper_5.0.33_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFETDtr2tp5zXiKP0wRAoGuAJ98Wf+4A6avotww1QsZ0zz8OIY8DACgq+xg t3cLusQweNaDp6hl6nIthrE= =2udw -----END PGP SIGNATURE-----
--- End Message ---

