From: Ian Jackson Date: Sun, 24 Apr 2016 21:08:02 +0000 (+0100) Subject: mkrules keys the rules key off `bad' rather than `good' (since some fonts have differ... X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=72d604693d37945971ea221c84524a2750f9467b;p=xfonts-traditional.git mkrules keys the rules key off `bad' rather than `good' (since some fonts have different metrics before and after!) --- diff --git a/debian/changelog b/debian/changelog index 7b982bc..c8364b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 24 Apr 2016 22:07:21 +0100 + xfonts-traditional (1.7.1) unstable; urgency=low [ Camaleón ] diff --git a/mkrules b/mkrules index a0d08de..5baa1d6 100755 --- 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+$//;