From: LaMont Jones Date: Sun, 8 Jul 2007 23:09:23 +0000 (-0600) Subject: v2.12r-19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350c817c7ee726cb3205adfa212628451aef2520;p=util-linux v2.12r-19 --- diff --git a/debian/changelog b/debian/changelog index 1919530f..0f2d75a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 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. diff --git a/debian/rules b/debian/rules index b67d70b9..d213be6c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,11 @@ ifndef DEB_HOST_GNU_SYSTEM 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