]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Use dpkg --print-architecture in openafs-fileserver.config
authorRuss Allbery <rra@debian.org>
Sat, 28 Aug 2010 00:52:36 +0000 (17:52 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 28 Aug 2010 00:52:36 +0000 (17:52 -0700)
* Use dpkg --print-architecture, not --print-installation-architecture,
  in the openafs-fileserver config script.  The latter is deprecated.
  Thanks, Peter Palfrader.  (Closes: #594488)

debian/changelog
debian/openafs-fileserver.config

index 7be4140d6dcc4c2e2e0aa53387b86fe5709a3017..00e9e5ac2302494d4fb6eb46131721cffa43ff91 100644 (file)
@@ -1,3 +1,11 @@
+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:
index c333f478457c79b6f8c314618fb755435dcab208..9e221e616eaf2ee2f7f6ff9456fe325c834daee1 100644 (file)
@@ -6,7 +6,7 @@ set -e
 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