[Pkg-shadow-commits] r955 - trunk/debian

Christian Perrier bubulle at costa.debian.org
Sat Apr 15 08:02:59 UTC 2006


Author: bubulle
Date: 2006-04-15 08:02:57 +0000 (Sat, 15 Apr 2006)
New Revision: 955

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Explicitely set DEB_HOST_ARCH_OS to prevent FTBFS on autobuilders now that
sudo doesn't pass env vars anymore


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-11 05:26:49 UTC (rev 954)
+++ trunk/debian/changelog	2006-04-15 08:02:57 UTC (rev 955)
@@ -1,8 +1,10 @@
-shadow (1:4.0.15-5) UNRELESAED; urgency=low
+shadow (1:4.0.15-5) UNRELEASED; urgency=high
 
   * The "Ossau-Iraty" release
   * Debian packaging fixes:
     - Add a NEWS entry for the new su behavior introduced in 1:4.0.15-2
+    - explicitely set DEB_HOST_ARCH_OS to avoid FTBFS on autobuilder now
+      that sudo doesn't pass environment variables explicitely
 
  -- Christian Perrier <bubulle at debian.org>  Sat,  8 Apr 2006 20:11:38 +0200
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-04-11 05:26:49 UTC (rev 954)
+++ trunk/debian/rules	2006-04-15 08:02:57 UTC (rev 955)
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
 ifeq ($(DEB_HOST_ARCH_OS),hurd)
 # Do not build login on The Hurd
 override DEB_ARCH_PACKAGES=passwd




More information about the Pkg-shadow-commits mailing list