From 32c7138d86f1c4823ff193e4e4fdc0abe435fd32 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Sat, 14 Oct 2006 15:42:59 +0000 Subject: Move the debian/debian-dri configurations to debian-default/debian-dri-default respectively, and use debian/debian-dri to choose an architecture specific configuration. --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/rules') 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 -- cgit v1.2.3