]> err.no Git - util-linux/commitdiff
v2.12r-19
authorLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:09:23 +0000 (17:09 -0600)
committerLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:09:23 +0000 (17:09 -0600)
debian/changelog
debian/rules

index 1919530f331fc6fb4c87cd86a4aaf8390e631bca..0f2d75a63b51eaab7d5c5c996534066203be96e5 100644 (file)
@@ -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 <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.
index b67d70b9f3db796896c66e0c9cf7aa55a6424481..d213be6c4f8882c05dbdd21e75897f1568dd5f5c 100755 (executable)
@@ -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