summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorThierry Reding <thierry@gilfi.de>2006-10-14 15:42:59 +0000
committerThierry Reding <thierry@gilfi.de>2006-10-14 15:42:59 +0000
commit32c7138d86f1c4823ff193e4e4fdc0abe435fd32 (patch)
treef980ff2d43b2546a63048e5ab8792f170c490483 /debian/rules
parentd29244d8720c95f9e9869a51360902132b4b9c7e (diff)
Move the debian/debian-dri configurations to debian-default/debian-dri-default
respectively, and use debian/debian-dri to choose an architecture specific configuration.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 093efc14a90..aa5299b36ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,12 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_BUILD_DIR ?= $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)
+export DEB_BUILD_ARCH
+
STAMPDIR = debian/stamp
# build the following configurations