summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2004-06-01 19:46:12 +0000
committerMartin Quinson <mquinson@debian.org>2004-06-01 19:46:12 +0000
commit574366f158c83b1dc606c093e721b0891b2aed0e (patch)
tree9e653fd957c2fc92fdea4700aac5d4acb39e55ef
parent915276ad42ef5d3d9d5166f5cdc8ceb1e89d740e (diff)
downloadquilt-574366f158c83b1dc606c093e721b0891b2aed0e.tar.gz
cosmetics
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0e853a4..2ccc2f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
-# $Id: rules,v 1.12 2004/06/01 16:52:36 mquinson Exp $
+# $Id: rules,v 1.13 2004/06/01 19:46:12 mquinson Exp $
# Import Common Debian Build System (CDBS).
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -17,4 +17,5 @@ DEB_MAKE_ENVVARS := BUILD_ROOT=$(CURDIR)/debian/tmp LC_ALL=C
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
# force the shell to be bash, since quilt is full of bashism
+# force awk to be gawk, since mawk causes trouble
DEB_CONFIGURE_EXTRA_FLAGS := --with-bash=/bin/bash --with-awk=/usr/bin/gawk