Revert "Skip tests on ppc64el to avoid build-dep on bcftools currently uninstallable"
authorMattia Rizzolo <mattia@debian.org>
Fri, 10 Nov 2017 11:53:31 +0000 (12:53 +0100)
committerMattia Rizzolo <mattia@debian.org>
Fri, 10 Nov 2017 11:53:31 +0000 (12:53 +0100)
This reverts commit 6720bc51c0e9711a141b54ef785b5da52c27f0f5.

debian/control
debian/rules

index 02e0a587b999d94457a5c095de08b032e57d5aea..7818024cdf1ff429223aaec20058c0a7d4c7dac0 100644 (file)
@@ -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
index 4e6bfd74de9f42c2591476289c1cfd2bbadc2c52..cb44816f1b1b46ec5d3887b71899cfa68ff38528 100755 (executable)
@@ -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