Hi, The attached file is the diff for my txt2man 1.5.5-1.1 NMU. The associated changelog entry is:
txt2man (1.5.5-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix bashisms in 'bookman' script (Closes: #473696) Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
diff -Nru txt2man-1.5.5/bookman txt2man-1.5.5/bookman --- txt2man-1.5.5/bookman 2007-03-21 11:07:24.000000000 +0000 +++ txt2man-1.5.5/bookman 2008-04-12 03:29:07.000000000 +0100 @@ -83,16 +83,16 @@ shift $(($OPTIND - 1)) date=${date:-$(date +'%d %B %Y')} -[[ $1 ]] || set -- $(while read; do echo $REPLY; done) +[ $1 ] || set -- $(while read REPLY; do echo $REPLY; done) -[[ $outfile ]] && post="$post >$outfile" +[ $outfile ] && post="$post >$outfile" { # Compute table of content from postscript output. # Generate output in gtroff intermediate format, so # it can be merged with content. { - [[ -f $cover ]] && cat $cover || { + [ -f $cover ] && cat $cover || { printf ".af %% i\n.P1\n" printf ".OH ||%s||\n" "$volume" printf ".EH ||%s||\n" "$volume" diff -Nru /tmp/5ZEzH3o1YN/txt2man-1.5.5/debian/changelog /tmp/Vch2UyrRBl/txt2man-1.5.5/debian/changelog --- txt2man-1.5.5/debian/changelog 2008-04-12 03:29:07.000000000 +0100 +++ txt2man-1.5.5/debian/changelog 2008-04-12 03:29:07.000000000 +0100 @@ -1,3 +1,10 @@ +txt2man (1.5.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashisms in 'bookman' script (Closes: #473696) + + -- Chris Lamb <[EMAIL PROTECTED]> Sat, 12 Apr 2008 03:26:26 +0100 + txt2man (1.5.5-1) unstable; urgency=low * New upstream release. (Closes:#415390)
signature.asc
Description: PGP signature