+Thu Mar 11 11:18:29 GMT 2004 Scott James Remnant <scott@netsplit.com>
+
+ * scripts/dpkg-buildpackage.sh: Revert change suggested by Javier
+ Fernandez-Sanguino Pena, and don't echo a blank line when dealing
+ with PGP. PGP itself will fail if we do this, it's needed to
+ satisfy pgpgp, which quite frankly is a bug in pgpgp's emulation
+ of pgp.
+
Thu Mar 8 01:10:00 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
* po/pt_BR.po: Fix typo.
Ian Murdock <imurdock@debian.org>
Ivo Timmermans <itimmermans@bigfoot.com>
J.H.M. Dassen <jdassen@cistron.nl>
-Javier Fernandez-Sanguino Pena <jfs@computer.org>
Jim Pick <jim@jimpick.com>
Jim Van Zandt <jrv@vanzandt.mv.com>
Joel Klecker <jk@espy.org>
* Update French translation. Closes: #218713
* Fix spelling error in German md5sum man page. Closes: #230750
* Fix typo in pt_BR po file. Closes: #192102
+ * Revert fix for #232916, this turns out to be a bug in the pgpgp
+ wrapper, dpkg worked fine with pgp itself.
-- Scott James Remnant <scott@netsplit.com> UNRELEASED
$signcommand --local-user "${signkey:-$maintainer}" --clearsign --armor \
--textmode > "../$1.asc"
else
- (cat "../$1" ; echo "") | \
- $signcommand -u "${signkey:-$maintainer}" +clearsig=on -fast \
+ $signcommand -u "${signkey:-$maintainer}" +clearsig=on -fast <"../$1" \
>"../$1.asc"
fi
echo