+util-linux (2.12r-19) unstable; urgency=low
+
+ * mips/mipsel buildds use sudo. Fix install target so that mount.deb
+ builds. Closes: #411893
+
+ -- LaMont Jones <lamont@debian.org> Wed, 21 Feb 2007 10:39:26 -0700
+
util-linux (2.12r-18) unstable; urgency=low
* Stop printing erroneous "rpc.idmapd appears to not be running" message.
DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
endif
+ifndef DEB_HOST_ARCH_OS
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+endif
+
+
ifeq ($(DEB_HOST_GNU_SYSTEM),linux)
# Take account of old dpkg-architecture output.
DEB_HOST_GNU_SYSTEM := linux-gnu