[Pkg-ceph-commits] [ceph] 02/06: Disable post build test execution

James Downing Page jamespage at moszumanska.debian.org
Mon Mar 16 09:29:03 UTC 2015


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

jamespage pushed a commit to branch ubuntu-vivid
in repository ceph.

commit 62027e1fceebe1a56d2f940e97fa80fc799a3e81
Author: James Page <james.page at ubuntu.com>
Date:   Fri Dec 5 11:42:55 2014 +0000

    Disable post build test execution
---
 debian/control | 3 ---
 debian/rules   | 3 ++-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 4b1bb37..31c42fe 100644
--- a/debian/control
+++ b/debian/control
@@ -46,12 +46,9 @@ Build-Depends: debhelper (>= 9~), dh-systemd (>= 1.5),
                python-nose,
                uuid-dev,
                uuid-runtime,
-               virtualenv,
                xfslibs-dev,
                yasm [amd64],
                zlib1g-dev
-# valgrind is only used in post-build tests, enable on available architectures
- ,valgrind [amd64 armhf i386 powerpc]
 Build-Conflicts: libcrypto++-dev
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
diff --git a/debian/rules b/debian/rules
index 4000b97..b732740 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,6 +121,7 @@ override_dh_makeshlibs:
 	dh_makeshlibs -V -X/usr/lib/jni -X/usr/lib/$(DEB_HOST_MULTIARCH)/ceph/erasure-code
 
 override_dh_auto_test:
-	-dh_auto_test -v
+	# Skip tests as they depend on virtualenv
+	:
 
 .PHONY: override_dh_auto_configure override_dh_installinit override_dh_strip override_dh_makeshlibs override_dh_auto_test

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



More information about the Pkg-ceph-commits mailing list