[med-svn] [python-pysam] 01/04: Revert "Skip tests on ppc64el to avoid build-dep on bcftools currently uninstallable"

Mattia Rizzolo mattia at debian.org
Fri Nov 10 12:00:51 UTC 2017


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

mattia pushed a commit to branch master
in repository python-pysam.

commit 8035c1154316c2746bb23dd984e8ced11e882439
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Nov 10 12:53:31 2017 +0100

    Revert "Skip tests on ppc64el to avoid build-dep on bcftools currently uninstallable"
    
    This reverts commit 6720bc51c0e9711a141b54ef785b5da52c27f0f5.
---
 debian/control | 2 +-
 debian/rules   | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 02e0a58..7818024 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends:
 	cython3 (>= 0.23),
 	tabix <!nocheck>,
 	samtools (>= 1.5) <!nocheck>,
-	bcftools (>= 1.5) [!ppc64el] <!nocheck>,
+	bcftools (>= 1.5) <!nocheck>,
 	python-pytest <!nocheck>,
 	python3-pytest <!nocheck>,
 Standards-Version: 4.1.0
diff --git a/debian/rules b/debian/rules
index 4e6bfd7..cb44816 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,15 +23,11 @@ override_dh_install: clean-tests
 	dh_install -Xtest.gtf.gz
 
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-ifneq ($(DEB_HOST_ARCH),ppc64el)
 override_dh_auto_test: pysam_data.all cbcf_data.all
 	dh_auto_test
 else
 override_dh_auto_test:
 endif
-else
-override_dh_auto_test:
-endif
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list