Hi, The attached file is the diff for my foo2zjs 20070718dfsg-7.1 NMU. The associated changelog entry is:
foo2zjs (20070718dfsg-7.1) unstable; urgency=medium * Non-maintainer upload. * Add '80-getweb.in.dpatch' to fix bashism in /bin/sh script (Closes: #472895) * Bump Standards-Version to 3.8.0. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
diff -Nru foo2zjs-20070718dfsg/debian/changelog foo2zjs-20070718dfsg/debian/changelog --- foo2zjs-20070718dfsg/debian/changelog 2008-06-07 20:19:42.000000000 +0100 +++ foo2zjs-20070718dfsg/debian/changelog 2008-06-07 20:19:42.000000000 +0100 @@ -1,3 +1,12 @@ +foo2zjs (20070718dfsg-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add '80-getweb.in.dpatch' to fix bashism in /bin/sh script + (Closes: #472895) + * Bump Standards-Version to 3.8.0. + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 07 Jun 2008 20:17:48 +0100 + foo2zjs (20070718dfsg-7) unstable; urgency=medium * Added menu file for hannah-foo2zjs package (Closes: #444850). diff -Nru foo2zjs-20070718dfsg/debian/control foo2zjs-20070718dfsg/debian/control --- foo2zjs-20070718dfsg/debian/control 2008-06-07 20:19:42.000000000 +0100 +++ foo2zjs-20070718dfsg/debian/control 2008-06-07 20:19:42.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Debian Foo2zjs Maintainers <[EMAIL PROTECTED]> Uploaders: Luca Bedogni <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Steffen Joeris <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), gs-gpl, dpatch, foomatic-filters, libcupsys2-dev, libqt4-dev -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 Homepage: http://foo2zjs.rkkda.com/ Vcs-Svn: svn://svn.debian.org/foo2zjs diff -Nru foo2zjs-20070718dfsg/debian/patches/00list foo2zjs-20070718dfsg/debian/patches/00list --- foo2zjs-20070718dfsg/debian/patches/00list 2008-06-07 20:19:42.000000000 +0100 +++ foo2zjs-20070718dfsg/debian/patches/00list 2008-06-07 20:19:42.000000000 +0100 @@ -5,3 +5,4 @@ 50-fix-grotty-warnings 60-getweb.in.dpatch 70-getweb.in.dpatch +80-getweb.in.dpatch diff -Nru foo2zjs-20070718dfsg/debian/patches/80-getweb.in.dpatch foo2zjs-20070718dfsg/debian/patches/80-getweb.in.dpatch --- foo2zjs-20070718dfsg/debian/patches/80-getweb.in.dpatch 1970-01-01 01:00:00.000000000 +0100 +++ foo2zjs-20070718dfsg/debian/patches/80-getweb.in.dpatch 2008-06-07 20:19:42.000000000 +0100 @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 80-getweb.in.dpatch by Chris Lamb <[EMAIL PROTECTED]> + +## DP: Fix bashism + [EMAIL PROTECTED]@ +diff -urNad foo2zjs-20070718dfsg.orig/getweb.in foo2zjs-20070718dfsg/getweb.in +--- foo2zjs-20070718dfsg.orig/getweb.in 2008-05-04 00:13:37.000000000 +0100 ++++ foo2zjs-20070718dfsg/getweb.in 2008-05-04 00:14:25.000000000 +0100 +@@ -236,7 +236,7 @@ + tar zxf $HERE/$file + cd $HERE + echo "The tarball is extracted and the current directory is up to date." +- echo -e "Remove the tarball (y/n)? \c" ++ printf "Remove the tarball (y/n)? " + read ans + if [ "$ans" = y ]; then + rm -f $file
signature.asc
Description: PGP signature