+Sat Dec 23 16:24:31 CST 2000 Adam Heath <doogie@debian.org>
+
+ * debian/dpkg.postinst: Remove bashism.
+
Sat Dec 23 03:06:19 CST 2000 Adam Heath <doogie@debian.org>
* scripts/cl-debian.pl: Make '#' optional in Closes: tags.
dpkg (1.8.0) unstable; urgency=low
+ * Removed bashing from dpkg.postinst.
* Make '#' optional in Closes: tags. Closes: Bug#63137.
* Add -t to -h output in dpkg-buildpackage: Closes: Bug#49598.
* Fix typo in --compare-versions error message. Closes: Bug#66474.
sed -ne '/^[^\/]/ s:^:/:; s/^/ /; / ./p' >&4 deb/$package.hash
fi
echo >&4
- for s in {pre,post}{rm,inst} list
+ for s in prerm postrm preinst postinst list
do
if test -f deb/$package.$s
then