debian/rules |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1d1c03faf542bfb05c9d5b0c079e5e28f3d5200d
Author: Raphael Geissert <[EMAIL PROTECTED]>
Date:   Sat Apr 19 20:17:50 2008 -0500

    Get DEB_BUILD_GNU_TYPE from dpkg-architecture when not defined

diff --git a/debian/rules b/debian/rules
index 05332c3..9f29493 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 PACKAGE = xserver-xorg-video-openchrome
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
 
 include debian/xsfbs/xsfbs.mk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to