debian packaging: HACK: disable test in Debian builds
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 10 Sep 2012 10:05:07 +0000 (13:05 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:46:21 +0000 (14:46 +0200)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/control
debian/rules

index 7da1aabc10aca68e3d2ef1a1312966a36cbf9bdb..2c81dc9d5621aaf20f2144eea92992cdf9787dbe 100644 (file)
@@ -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
index 3584c7a43bd502bc2ca039de60b769f4f887e932..a81edb1f60213f7a05aa8c93e452c7763f192c1f 100755 (executable)
@@ -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     \