chiark / gitweb /
mkrules keys the rules key off `bad' rather than `good' (since some fonts have differ...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 Apr 2016 21:08:02 +0000 (22:08 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 Apr 2016 21:08:02 +0000 (22:08 +0100)
debian/changelog
mkrules

index 7b982bc54dbd2c77646e8a19ed352f8c5258274d..c8364b27d0cec8076bffeb05702491fdd12c0fe5 100644 (file)
@@ -1,3 +1,10 @@
+xfonts-traditional (1.7.2~~iwj) UNRELEASED; urgency=medium
+
+  * mkrules keys the rules key off `bad' rather than `good' (since
+    some fonts have different metrics before and after!)
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Apr 2016 22:07:21 +0100
+
 xfonts-traditional (1.7.1) unstable; urgency=low
 
   [ Camaleón <noelamac@gmail.com> ]
diff --git a/mkrules b/mkrules
index a0d08def625542ade32a5ebeb08c816ef4522316..5baa1d6dd97f27c32e959e02b4ef8ab463c32a9d 100755 (executable)
--- a/mkrules
+++ b/mkrules
@@ -48,7 +48,7 @@ while read keyword rest; do
                        m/^\d+\,(\d+)\b/ or die;
                        print "key=$_; height=$1\n" or die $!;
                        exit;
-               ' <$good`
+               ' <$bad`
                oldfoundry=`perl -ne '
                        next unless s/^FOUNDRY\s+\"?//;
                        s/\"?\s+$//;