[Pkg-ganeti-devel] [ganeti] 10/15: Disable the test suite during build

Apollon Oikonomopoulos apoikos-guest at alioth.debian.org
Tue Oct 1 14:09:59 UTC 2013


This is an automated email from the git hooks/post-receive script.

apoikos-guest pushed a commit to branch master
in repository ganeti.

commit d069f572c5611cc9de380d83aedbf858b34537b6
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date:   Tue Sep 17 16:49:19 2013 +0300

    Disable the test suite during build
    
    The test suite requires the daemon users to be present at build time, which is
    not going to happen in a real build environment.
---
 debian/control |    4 ++--
 debian/rules   |    7 ++++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index ebf72b2..58a0dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 9),
  libghc-crypto-dev, libghc-text-dev, libghc-hinotify-dev,
  libghc-regex-pcre-dev, libghc-attoparsec-dev, libghc-vector-dev, libpcre3-dev,
  python-simplejson, python-pyparsing, python-openssl, python-bitarray,
- python-support (>= 0.6), python-pyinotify, python-pycurl, python-yaml,
+ python-support (>= 0.6), python-pyinotify, python-pycurl,
  python-paramiko, python-ipaddr, python-sphinx (>= 1.0.7+dfsg), graphviz,
- qemu-utils, socat, iproute2, procps, shelltestrunner, bash-completion
+ qemu-utils, socat, iproute2, bash-completion
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 Homepage: http://code.google.com/p/ganeti/
diff --git a/debian/rules b/debian/rules
index 5d1a450..aae77eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,11 @@ override_dh_installinit:
 # Disable dh_sphinxdoc for binary-arch, as it will raise an error
 override_dh_sphinxdoc-arch:
 
+# Disable the test suite, as it requires the daemon users to be present
+# at build time.
+override_dh_auto_test:
+
 
 .PHONY: override_dh_auto_configure override_dh_auto_clean override_dh_auto_build \
-	override_dh_installinit override_dh_install-indep override_dh_sphinxdoc-arch
+	override_dh_installinit override_dh_install-indep override_dh_sphinxdoc-arch \
+	override_dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git



More information about the Pkg-ganeti-devel mailing list