[Pkg-ocaml-maint-commits] r2295 - trunk/packages/ocaml/trunk/debian
Julien Cristau
jcristau-guest at costa.debian.org
Mon Dec 19 12:28:52 UTC 2005
Author: jcristau-guest
Date: 2005-12-19 12:28:52 +0000 (Mon, 19 Dec 2005)
New Revision: 2295
Modified:
trunk/packages/ocaml/trunk/debian/rules
Log:
Define DEB_BUILD_ARCH in debian/rules
Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules 2005-12-19 12:15:06 UTC (rev 2294)
+++ trunk/packages/ocaml/trunk/debian/rules 2005-12-19 12:28:52 UTC (rev 2295)
@@ -24,8 +24,8 @@
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
More information about the Pkg-ocaml-maint-commits
mailing list