tags 600306 + patch tags 600306 + pending thanks Dear maintainer,
I've prepared an NMU for ttf-oldstandard (versioned as 2.2-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru ttf-oldstandard-2.2/debian/build.py ttf-oldstandard-2.2/debian/build.py --- ttf-oldstandard-2.2/debian/build.py 2009-11-14 17:27:09.000000000 +0100 +++ ttf-oldstandard-2.2/debian/build.py 2010-10-25 20:11:42.000000000 +0200 @@ -15,7 +15,8 @@ print (" "); print ("Building ") + font.fullname + (" from font source: ") + font.fontname + (".sfd..."); print ("Done."); - font.generate(fontname,""); + # layer="TTF" from ost-generate.py + font.generate(fontname,"",layer="TTF"); font.close(); i += 1; diff -Nru ttf-oldstandard-2.2/debian/changelog ttf-oldstandard-2.2/debian/changelog --- ttf-oldstandard-2.2/debian/changelog 2010-02-07 12:46:41.000000000 +0100 +++ ttf-oldstandard-2.2/debian/changelog 2010-10-25 20:16:48.000000000 +0200 @@ -1,3 +1,10 @@ +ttf-oldstandard (2.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Use TTF layer to fix rendering problems. Closes: #600306 + + -- Jan Lübbe <jlue...@debian.org> Mon, 25 Oct 2010 20:16:45 +0200 + ttf-oldstandard (2.2-2) unstable; urgency=low * Drop fontforge from Recommends. Closes: #568662 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org