]> git.donarmstrong.com Git - debhelper.git/commitdiff
r365: * dh_installxfonts: corrected a problem during package removal that was
authorjoey <joey>
Thu, 17 Aug 2000 07:45:49 +0000 (07:45 +0000)
committerjoey <joey>
Thu, 17 Aug 2000 07:45:49 +0000 (07:45 +0000)
     silently neglecting to remove the fonts.dir/alias files.

autoscripts/postrm-xfonts
debian/changelog
debian/control

index ce3b7c66f220b722be910c6d10d720354f906b7c..016a63925b1d05afc2ac3909cbdd39b3f9ba13e4 100644 (file)
@@ -5,7 +5,7 @@ for currentdir in $fontdirs; do
        longdir=/usr/lib/X11/fonts/$currentdir
        if [ -d $longdir ]; then
                for file in fonts.dir fonts.alias; do
-                       rm -f $file
+                       rm -f $longdir/$file
                done
                if [ $(find $longdir| wc -l) -eq 1 ]; then
                        rmdir -p $longdir
index 799110d0730e7daa53490263d5d3de8b65b86ee8..05c64c44da7ed28a97546775bf9ef195e2d7e4ab 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (2.1.5) unstable; urgency=low
+
+  * dh_installxfonts: corrected a problem during package removal that was
+    silently neglecting to remove the fonts.dir/alias files.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 17 Aug 2000 00:44:25 -0700
+
 debhelper (2.1.4) unstable; urgency=low
 
   * Whoops, I forgot to add v3 to cvs, so it was missing from a few
index 3d25d433138fee351f468b8cc066dfb017c412bb..1d0b0ad628ef38198f8b659b75b5a1767941aed8 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Joey Hess <joeyh@debian.org>
 Build-Depends-Indep: perl-5.005, fileutils (>= 4.0-2.1), file (>= 3.23-1)
-Standards-Version: 3.1.1.1
+Standards-Version: 3.2.0.0
 
 Package: debhelper
 Architecture: all