[Pkg-ceph-commits] [ceph] 05/09: d/control, rules: Disable unit testing

James Downing Page jamespage at moszumanska.debian.org
Fri Nov 22 14:01:40 UTC 2013


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

jamespage pushed a commit to branch master
in repository ceph.

commit f27cc0402246557d0fa0f22ea335e87b59e19f49
Author: James Page <james.page at ubuntu.com>
Date:   Fri Nov 22 10:19:00 2013 +0000

    d/control,rules: Disable unit testing
    
    It requires a forked version from cram and is still trying to download dependencies using virtualenv.
---
 debian/changelog |    2 ++
 debian/control   |    1 -
 debian/rules     |    6 +++++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 66abdf0..08f2dec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ ceph (0.72.1-1) UNRELEASED; urgency=low
     - d/copyright: Add updates inline with upstream packaging.
     - d/ceph.install,rules: Install rbdmap init file using dh_installinit.
     - Refresh patches.
+  * d/control,rules: Disable unit testing; it requires a forked version of cram
+    and is still trying to download dependencies using virtualenv.
 
  -- James Page <james.page at ubuntu.com>  Fri, 22 Nov 2013 09:19:58 +0000
 
diff --git a/debian/control b/debian/control
index 21ef163..4544ab2 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,6 @@ Build-Depends: debhelper (>= 9~),
                libxml2-dev,
                pkg-config,
                python-all (>= 2.6.6-3~),
-               python-virtualenv,
                python-nose,
                uuid-dev,
                yasm
diff --git a/debian/rules b/debian/rules
index 5931fd0..81d9371 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,4 +96,8 @@ override_dh_makeshlibs:
 	# calls in maintainer scripts
 	dh_makeshlibs -X/usr/lib/jni
 
-.PHONY: override_dh_auto_configure override_dh_installinit override_dh_strip override_dh_makeshlibs
+override_dh_auto_test:
+	# 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 hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list