tags 443022 + patch
thanks

Hi,

Attached is the diff for my ttf-staypuft 0.04-2.1 NMU.

Ana
diff -u ttf-staypuft-0.04/debian/rules ttf-staypuft-0.04/debian/rules
--- ttf-staypuft-0.04/debian/rules
+++ ttf-staypuft-0.04/debian/rules
@@ -5,8 +5,8 @@
 build-stamp:
 	dh_testdir
 
-	chmod 755 $(CURDIR)/debian/ConvertFont
-	$(CURDIR)/debian/ConvertFont StayPuft.sfd
+	chmod 755 $(CURDIR)/debian/ConvertFont.ff
+	$(CURDIR)/debian/ConvertFont.ff StayPuft.sfd
 
 	touch build-stamp
 
diff -u ttf-staypuft-0.04/debian/changelog ttf-staypuft-0.04/debian/changelog
--- ttf-staypuft-0.04/debian/changelog
+++ ttf-staypuft-0.04/debian/changelog
@@ -1,3 +1,11 @@
+ttf-staypuft (0.04-2.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Add extension .ff to the script ConvertFont name, adapting it to the new
+    fontforge version. (Closes: #443022)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 29 Sep 2007 18:02:33 +0200
+
 ttf-staypuft (0.04-2) unstable; urgency=low
 
   * Added execution permissions to ConvertFont so it works with pbuilder.
reverted:
--- ttf-staypuft-0.04/debian/ConvertFont
+++ ttf-staypuft-0.04.orig/debian/ConvertFont
@@ -1,18 +0,0 @@
-#!/usr/bin/fontforge
-# $Id: ConvertFont,v 1.1 2002/12/18 17:36:36 peterlin Exp $
-#
-# Convert fonts from PfaEdit's native format to TrueType format
-
-if ($argc > 1)
-    i = 1;
-    while ( i < $argc )
-	Open($argv[i])
-	ttfile = $fontname + ".ttf"
-	Print("Converting ",ttfile)
-	Generate(ttfile)
-	Close()
-	i++
-    endloop
-else
-    Print("Usage: $0 font.sfd [font.sfd ...]")
-endif
only in patch2:
unchanged:
--- ttf-staypuft-0.04.orig/debian/ConvertFont.ff
+++ ttf-staypuft-0.04/debian/ConvertFont.ff
@@ -0,0 +1,18 @@
+#!/usr/bin/fontforge
+# $Id: ConvertFont,v 1.1 2002/12/18 17:36:36 peterlin Exp $
+#
+# Convert fonts from PfaEdit's native format to TrueType format
+
+if ($argc > 1)
+    i = 1;
+    while ( i < $argc )
+	Open($argv[i])
+	ttfile = $fontname + ".ttf"
+	Print("Converting ",ttfile)
+	Generate(ttfile)
+	Close()
+	i++
+    endloop
+else
+    Print("Usage: $0 font.sfd [font.sfd ...]")
+endif

Reply via email to