Hi, The attached file is the diff for my mknfonts.tool 0.5-9 QA upload. The associated changelog entry is:
mknfonts.tool (0.5-9) unstable; urgency=medium * QA upload. * Fix bashism in /bin/sh script (Closes: #480608) * Migrate to Debhelper 5. * Tidy debian/rules. * debian/control: - Bump Standards-Version to 3.8.0 - Add ${misc:Depends} on binary package - Tidy long description Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
diff -Nru mknfonts.tool-0.5/debian/changelog mknfonts.tool-0.5/debian/changelog --- mknfonts.tool-0.5/debian/changelog 2008-06-07 22:54:05.000000000 +0100 +++ mknfonts.tool-0.5/debian/changelog 2008-06-07 22:54:05.000000000 +0100 @@ -1,3 +1,16 @@ +mknfonts.tool (0.5-9) unstable; urgency=medium + + * QA upload. + * Fix bashism in /bin/sh script (Closes: #480608) + * Migrate to Debhelper 5. + * Tidy debian/rules. + * debian/control: + - Bump Standards-Version to 3.8.0 + - Add ${misc:Depends} on binary package + - Tidy long description + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 07 Jun 2008 22:51:10 +0100 + mknfonts.tool (0.5-8) unstable; urgency=low * Orphaning package, setting maintainer to the Debian QA Group. diff -Nru mknfonts.tool-0.5/debian/compat mknfonts.tool-0.5/debian/compat --- mknfonts.tool-0.5/debian/compat 2008-06-07 22:54:05.000000000 +0100 +++ mknfonts.tool-0.5/debian/compat 2008-06-07 22:54:05.000000000 +0100 @@ -1 +1 @@ -4 +5 diff -Nru mknfonts.tool-0.5/debian/control mknfonts.tool-0.5/debian/control --- mknfonts.tool-0.5/debian/control 2008-06-07 22:54:05.000000000 +0100 +++ mknfonts.tool-0.5/debian/control 2008-06-07 22:54:05.000000000 +0100 @@ -2,17 +2,18 @@ Section: text Priority: optional Maintainer: Debian QA Group <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), gnustep-make, libgnustep-base-dev (>= 1.14.0), libfreetype6-dev -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0), gnustep-make, libgnustep-base-dev (>= 1.14.0), libfreetype6-dev +Standards-Version: 3.8.0 Package: mknfonts.tool Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Provides: mknfonts Replaces: mknfonts Conflicts: mknfonts Description: Create nfont packages for GNUstep This doesn't completely automate the process of creating nfont-packages, but it can do most of the bulk work for you. + . This works with .ttf, .pfa, .pfb, .afm, most formats that freetype can handle and provide postscript names for. diff -Nru mknfonts.tool-0.5/debian/rules mknfonts.tool-0.5/debian/rules --- mknfonts.tool-0.5/debian/rules 2008-06-07 22:54:05.000000000 +0100 +++ mknfonts.tool-0.5/debian/rules 2008-06-07 22:54:05.000000000 +0100 @@ -3,14 +3,14 @@ #export DH_VERBOSE=1 include /usr/share/GNUstep/debian/config.mk + GNUSTEP_MAKEFILES=$(GS_MAKE_DIR) build: build-stamp - build-stamp: dh_testdir gs_make - touch build-stamp + touch $@ clean: dh_testdir @@ -27,11 +27,8 @@ gs_make install DESTDIR=$(CURDIR)/debian/mknfonts.tool GNUSTEP_INSTALLATION_DOMAIN=SYSTEM cp update-nfonts $(CURDIR)/debian/mknfonts.tool/usr/bin -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. +binary-indep: -# Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot diff -Nru mknfonts.tool-0.5/update-nfonts mknfonts.tool-0.5/update-nfonts --- mknfonts.tool-0.5/update-nfonts 2008-06-07 22:54:05.000000000 +0100 +++ mknfonts.tool-0.5/update-nfonts 2008-06-07 22:54:05.000000000 +0100 @@ -21,14 +21,14 @@ #symlinks -dv $output c=0 b="" -echo -ne "Creating nfonts" +printf "Creating nfonts" for z in ttf pfa pfb otf; do for a in $z; do b="$b *.${a}" c=$((c+1)) if test $c -eq 15; then mknfonts $b 2>/dev/null - echo -ne "." + printf "." b="" c=0 fi
signature.asc
Description: PGP signature