Hi, The attached file is the diff for my ttf2pt1 3.4.4-1.4 NMU. The associated changelog entry is:
ttf2pt1 (3.4.4-1.4) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in 'ttf2pt1_convert' /bin/sh script (Closes: #480617)
* debian/control:
- Move upstream URL to Homepage field
- Bump Standards-Version to 3.8.0
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru ttf2pt1-3.4.4/debian/changelog ttf2pt1-3.4.4/debian/changelog --- ttf2pt1-3.4.4/debian/changelog 2008-06-07 23:29:58.000000000 +0100 +++ ttf2pt1-3.4.4/debian/changelog 2008-06-07 23:29:59.000000000 +0100 @@ -1,3 +1,13 @@ +ttf2pt1 (3.4.4-1.4) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashism in 'ttf2pt1_convert' /bin/sh script (Closes: #480617) + * debian/control: + - Move upstream URL to Homepage field + - Bump Standards-Version to 3.8.0 + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 07 Jun 2008 23:28:17 +0100 + ttf2pt1 (3.4.4-1.3) unstable; urgency=medium * Non-maintainer upload diff -Nru ttf2pt1-3.4.4/debian/control ttf2pt1-3.4.4/debian/control --- ttf2pt1-3.4.4/debian/control 2008-06-07 23:29:58.000000000 +0100 +++ ttf2pt1-3.4.4/debian/control 2008-06-07 23:29:59.000000000 +0100 @@ -3,7 +3,8 @@ Priority: optional Maintainer: Anthony Fok <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 3.0.0), libfreetype6-dev (>> 2.0.2), libt1-dev -Standards-Version: 3.6.1 +Standards-Version: 3.8.0 +Homepage: http://ttf2pt1.sourceforge.net/ Package: ttf2pt1 Architecture: any @@ -15,5 +16,3 @@ format. Although XFree86 now includes direct support for TrueType, this program still has other uses, such as making TrueType fonts available to TeX. - . - Home Page: http://ttf2pt1.sourceforge.net/ diff -Nru ttf2pt1-3.4.4/scripts/convert ttf2pt1-3.4.4/scripts/convert --- ttf2pt1-3.4.4/scripts/convert 2002-08-09 01:32:28.000000000 +0100 +++ ttf2pt1-3.4.4/scripts/convert 2008-06-07 23:29:59.000000000 +0100 @@ -352,16 +352,16 @@ } [ -n "$GSDIR" ] || { - echo "$MYSELF: The Ghostscript base directory is not specified.\n" >&2 - echo "$MYSELF: Installation of the Ghostscript fonts is deferred.\n" >&2 - echo "$MYSELF: You can do it later by running x2gs\n" >&2 + echo "$MYSELF: The Ghostscript base directory is not specified." >&2 + echo "$MYSELF: Installation of the Ghostscript fonts is deferred." >&2 + echo "$MYSELF: You can do it later by running x2gs" >&2 exit 0 } echo "Installing the Ghostscript fonts" cd $RUNDIR $X2GS $CFGFILE || { - echo "$MYSELF: Installation of the Ghostscript fonts has failed.\n" >&2 - echo "$MYSELF: You can correct the problem and run x2gs to repeat\n" >&2 + echo "$MYSELF: Installation of the Ghostscript fonts has failed." >&2 + echo "$MYSELF: You can correct the problem and run x2gs to repeat" >&2 exit 0 }
signature.asc
Description: PGP signature

