* Use dpkg --print-architecture, not --print-installation-architecture,
in the openafs-fileserver config script. The latter is deprecated.
Thanks, Peter Palfrader. (Closes: #594488)
+openafs (1.4.12.1+dfsg-4) UNRELEASED; urgency=low
+
+ * Use dpkg --print-architecture, not --print-installation-architecture,
+ in the openafs-fileserver config script. The latter is deprecated.
+ Thanks, Peter Palfrader. (Closes: #594488)
+
+ -- Russ Allbery <rra@debian.org> Fri, 27 Aug 2010 17:52:19 -0700
+
openafs (1.4.12.1+dfsg-3) unstable; urgency=low
* Apply upstream deltas:
db_version 2.0
# Warn anyone who's trying to run the file server on alpha.
-arch=`dpkg --print-installation-architecture`
+arch=`dpkg --print-architecture`
if [ "$arch" = "alpha" ] ; then
db_input high openafs-fileserver/alpha-broken || true
fi