Hi, The attached file is the diff for my tiger 1:3.2.2-3.1 NMU. The associated changelog entry is:
tiger (1:3.2.2-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in 'tigercron' script (Closes: #468700)
* Bump Standards-Version to 3.7.3.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru tiger-3.2.2/debian/changelog tiger-3.2.2/debian/changelog
--- tiger-3.2.2/debian/changelog 2008-04-12 04:37:18.000000000 +0100
+++ tiger-3.2.2/debian/changelog 2008-04-12 04:37:18.000000000 +0100
@@ -1,3 +1,11 @@
+tiger (1:3.2.2-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix bashism in 'tigercron' script (Closes: #468700)
+ * Bump Standards-Version to 3.7.3.
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Sat, 12 Apr 2008 04:35:43 +0100
+
tiger (1:3.2.2-3) unstable; urgency=low
* Fix encoding of changelog and copyright files (Closes: #454024)
diff -Nru /tmp/JgnPXDwi8P/tiger-3.2.2/debian/control
/tmp/PeIetegXoP/tiger-3.2.2/debian/control
--- tiger-3.2.2/debian/control 2008-04-12 04:37:18.000000000 +0100
+++ tiger-3.2.2/debian/control 2008-04-12 04:37:18.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.13), autoconf, po-debconf (>= 0.5.0)
-Standards-Version: 3.6.0.1
+Standards-Version: 3.7.3
Package: tiger
Architecture: any
diff -Nru /tmp/JgnPXDwi8P/tiger-3.2.2/tigercron
/tmp/PeIetegXoP/tiger-3.2.2/tigercron
--- tiger-3.2.2/tigercron 2005-03-21 21:40:46.000000000 +0000
+++ tiger-3.2.2/tigercron 2008-04-12 04:37:18.000000000 +0100
@@ -256,7 +256,7 @@
done >> $WORKDIR/tigcron.diff.$$
[ ! -n "$Tiger_Mail_RCPT" ] && Tiger_Mail_RCPT="root"
-[ ! -n "$Tiger_Mail_FROM" ] && Tiger_Mail_FROM="[EMAIL PROTECTED]"
+[ ! -n "$Tiger_Mail_FROM" ] && Tiger_Mail_FROM="[EMAIL PROTECTED](hostname)"
length=1
if [ ! -n "$EGREP" ] ; then
@@ -272,9 +272,9 @@
}
haveallcmds MAILER && [ "$send" = "Y" ] && {
# Mail header (so it does not just say it's root
- echo "From: \"Tiger automatic auditor at $HOSTNAME\" <$Tiger_Mail_FROM>"
+ echo "From: \"Tiger automatic auditor at $(hostname)\"
<$Tiger_Mail_FROM>"
echo "To: $Tiger_Mail_RCPT"
- echo "Subject: Tiger Auditing Report for $HOSTNAME"
+ echo "Subject: Tiger Auditing Report for $(hostname)"
echo
cat $WORKDIR/tigcron.diff.$$
} | $MAILER $Tiger_Mail_RCPT
signature.asc
Description: PGP signature

