summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-17 23:03:38 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-17 23:13:19 +0200
commitc5d850d4d8689b9a44ed68582a4b895289f7c1bf (patch)
tree9b3324436fd897f8f3e91a7e8ca0aa716095105d
parentf03e51ce261e4433d1f4dd6432db181857b70a38 (diff)
honor nocheck in DEB_BUILD_OPTIONS
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1737662..8cfce1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_PYTHON_CLEAN_ARGS = --all
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
build/python-vobject::
- python test_vobject.py
+ python test_vobject.py
+endif