]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1911: * dh_installxfonts: Patch from Theppitak Karoonboonyanan to fix
authorjoeyh <joeyh>
Mon, 24 Apr 2006 02:37:37 +0000 (02:37 +0000)
committerjoeyh <joeyh>
Mon, 24 Apr 2006 02:37:37 +0000 (02:37 +0000)
  an instance of /etc/X11/fonts/ that was missed before. Closes: #364530

debian/changelog
dh_installxfonts

index b49bb8f5a48f358f595a36e585487b1ec0d30608..7820b90f135b29077885e15c23189d1a7a059af4 100644 (file)
@@ -3,8 +3,11 @@ debhelper (5.0.33) UNRELEASED; urgency=low
   [ Valery Perrin ]
   * Update french translation with recent change in dh_installxfonts
 
- -- Valery Perrin <valery.perrin.debian@free.fr>  fri, 21 Apr 2006 16:04:00 +0200
+  [ Joey Hess ]
+  * dh_installxfonts: Patch from Theppitak Karoonboonyanan to fix
+    an instance of /etc/X11/fonts/ that was missed before. Closes: #364530
 
+ -- Joey Hess <joeyh@debian.org>  Sun, 23 Apr 2006 22:37:25 -0400
 
 debhelper (5.0.32) unstable; urgency=low
 
index 92379885a03bc53d4be57d22ab241aafcfff26eb..655a5f352b6c9a0b3d89f813dd240c25a5101c58 100755 (executable)
@@ -66,7 +66,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                                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",