[Pkg-ceph-commits] [ceph] 06/10: Drop virtualenv BD, disable unit tests.

James Downing Page jamespage at moszumanska.debian.org
Tue Jun 16 10:32:10 UTC 2015


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

jamespage pushed a commit to branch experimental
in repository ceph.

commit 616b6dab02ec257e659650826385eed1a5c43ee5
Author: James Page <james.page at ubuntu.com>
Date:   Tue Jun 16 09:13:19 2015 +0100

    Drop virtualenv BD, disable unit tests.
---
 debian/control | 1 -
 debian/rules   | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 06330f6..d8c23a4 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,6 @@ Build-Depends: debhelper (>= 9~),
                uuid-dev,
                uuid-runtime,
                valgrind [amd64 armhf i386 powerpc],
-               virtualenv,
                xfslibs-dev,
                yasm [amd64],
                zlib1g-dev
diff --git a/debian/rules b/debian/rules
index f655fba..2db0821 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,6 +118,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 rely 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