From: Markus Lehtonen Date: Mon, 10 Sep 2012 10:05:07 +0000 (+0300) Subject: debian packaging: HACK: disable test in Debian builds X-Git-Tag: tizen/0.6.22-20150206~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2665cb135a61c857e95c958353c3d6025a71f1c;p=tools%2Fgit-buildpackage.git debian packaging: HACK: disable test in Debian builds Signed-off-by: Markus Lehtonen --- diff --git a/debian/control b/debian/control index 7da1aabc..2c81dc9d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: perl, pychecker, python (>> 2.6.6-3~), - python-coverage, python-epydoc, python-mock, python-nose, @@ -21,12 +20,6 @@ Build-Depends: python-setuptools, rpm, sgml2x, -# For the testsuite - bzip2, - devscripts (>= 2.13.8~), - git (>= 1:1.7.9.1-1~), - pristine-tar, - unzip, Standards-Version: 3.9.4 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git Vcs-Browser: https://honk.sigxcpu.org/gitweb/?p=git-buildpackage.git diff --git a/debian/rules b/debian/rules index 3584c7a4..a81edb1f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f - + +# HACK: disable checks, i.e. unit tests +DEB_BUILD_OPTIONS += nocheck +export WITHOUT_NOSETESTS := 1 + EXAMPLE_SCRIPTS=\ gbp-add-patch \ gbp-cowbuilder-sid \