Hi, The attached file is the diff for my giftrans 1.12.2-13.1 NMU. The associated changelog entry is:
giftrans (1.12.2-13.1) unstable; urgency=medium * Non-maintainer upload. * Fix bashism in debian/rules (Closes: #478385) * Bump Standards-Version to 3.8.0. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
diff -Nru giftrans-1.12.2/debian/changelog giftrans-1.12.2/debian/changelog --- giftrans-1.12.2/debian/changelog 2008-06-07 22:48:47.000000000 +0100 +++ giftrans-1.12.2/debian/changelog 2008-06-07 22:48:48.000000000 +0100 @@ -1,3 +1,11 @@ +giftrans (1.12.2-13.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashism in debian/rules (Closes: #478385) + * Bump Standards-Version to 3.8.0. + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 07 Jun 2008 22:48:09 +0100 + giftrans (1.12.2-13) unstable; urgency=low * Cope with DEB_BUILD_OPTIONS=nostrip. Closes: #436984 diff -Nru giftrans-1.12.2/debian/control giftrans-1.12.2/debian/control --- giftrans-1.12.2/debian/control 2008-06-07 22:48:47.000000000 +0100 +++ giftrans-1.12.2/debian/control 2008-06-07 22:48:48.000000000 +0100 @@ -2,7 +2,7 @@ Section: graphics Priority: optional Maintainer: Steve McIntyre <[EMAIL PROTECTED]> -Standards-Version: 3.7.2.1 +Standards-Version: 3.8.0 Package: giftrans Architecture: any diff -Nru giftrans-1.12.2/debian/rules giftrans-1.12.2/debian/rules --- giftrans-1.12.2/debian/rules 2008-06-07 22:48:47.000000000 +0100 +++ giftrans-1.12.2/debian/rules 2008-06-07 22:48:48.000000000 +0100 @@ -127,7 +127,7 @@ dpkg-gencontrol -isp # Set permissions. [ "`whoami`" != root ] && \ - echo -e "\n ** Enter root password to set file permissions."; \ + printf "\n ** Enter root password to set file permissions.\n"; \ debian/rules setperms # Actually build the .deb file. echo dpkg --build debian/tmp .. @@ -152,7 +152,7 @@ -rm -rf debian/tmp >/dev/null 2>&1 @if [ -d debian/tmp -o -n "$(tmp_dirs)" ]; then \ if [ "`whoami`" != root ]; then \ - echo -e "\n ** Enter root password to remove temporary directories $(tmp_dirs)"; \ + printf "\n ** Enter root password to remove temporary directories $(tmp_dirs)\n"; \ sudo rm -rf debian/tmp $(tmp_dirs); \ else \ rm -rf debian/tmp $(tmp_dirs); \
signature.asc
Description: PGP signature