From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:41:08 +0000 (+0000) Subject: Woops. typo. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=218d16ec68120c6e7fc38dce9171433980d476b6;p=debian%2Fdebian-policy.git Woops. typo. Author: srivasta Date: 2003/06/07 18:31:22 Woops. typo. git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-236 --- diff --git a/debian/rules b/debian/rules index 9a9650f..b60838c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ ## Created On : Thu Oct 29 15:35:55 1998 ## Created On Node : tiamat.datasync.com ## Last Modified By : Manoj Srivastava -## Last Modified On : Sat Jun 7 12:35:31 2003 +## Last Modified On : Sat Jun 7 13:31:08 2003 ## Last Machine Used: glaurung.green-gryphon.com -## Update Count : 59 +## Update Count : 60 ## Status : Unknown, Use with caution! ## HISTORY : ## Description : @@ -18,7 +18,7 @@ ifdef ARCH ha:=-a$(ARCH) endif -set the dpkg-architecture vars; but we don't use them, so we'll comment out +# set the dpkg-architecture vars; but we don't use them, so we'll comment out export DEB_BUILD_ARCH ?= $(shell dpkg-architecture $(ha) -qDEB_BUILD_ARCH) export DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture $(ha) -qDEB_BUILD_GNU_CPU) export DEB_BUILD_GNU_SYSTEM?= $(shell dpkg-architecture $(ha) -qDEB_BUILD_GNU_SYSTEM)