[Pkg-fonts-devel] Bug#600306: ttf-oldstandard: diff for NMU version 2.2-2.1

Jan Luebbe jluebbe at debian.org
Mon Oct 25 20:05:22 UTC 2010


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 <jluebbe at debian.org>  Mon, 25 Oct 2010 20:16:45 +0200
+
 ttf-oldstandard (2.2-2) unstable; urgency=low
 
   * Drop fontforge from Recommends. Closes: #568662





More information about the Pkg-fonts-devel mailing list