--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: debhelper: dh_installxfonts incorrectly checks for $package.alias for X11R7
- From: Theppitak Karoonboonyanan <thep@linux.thai.net>
- Date: Mon, 24 Apr 2006 09:06:43 +0700
- Message-id: <20060424020643.5270.821.reportbug@localhost.localdomain>
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 364530@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (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 ftpmaster@debian.org)
-----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 <joeyh@debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
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 ---