From: Andreas Tille Date: Fri, 14 Sep 2018 12:20:52 +0000 (+0200) Subject: Restore changes of latest upload X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~104^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=07dd508c5a5c866fbe438fe546c2178ae7762abe;p=python-pysam.git Restore changes of latest upload --- diff --git a/debian/changelog b/debian/changelog index 066c041..f75e17b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,13 +8,13 @@ python-pysam (0.15.1+ds-1) UNRELEASED; urgency=medium -- Steffen Moeller Fri, 14 Sep 2018 10:44:51 +0200 -python-pysam (0.15.0.1+ds-2) UNRELEASED; urgency=medium +python-pysam (0.15.0.1+ds-2) unstable; urgency=medium * Remove ancient fields X-Python*-Version * Adjust patches for build time test suite * Standards-Version: 4.2.1 - -- Andreas Tille Wed, 12 Sep 2018 14:37:26 +0200 + -- Andreas Tille Wed, 12 Sep 2018 18:37:42 +0200 python-pysam (0.15.0.1+ds-1) experimental; urgency=medium diff --git a/debian/rules b/debian/rules index e03ce13..173161f 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,10 @@ HTSLIBDIR := /usr/lib/$(DEB_HOST_MULTIARCH) export HTSLIB_LIBRARY_DIR=$(HTSLIBDIR) export HTSLIB_INCLUDE_DIR=/usr/include +# unfortunately this does not work - any hint to fix this would be really welcome +#export PYBUILD_TEST_ARGS_python2=-k-XTestRemoteFileHTTP -k-XTestRemoteFileHTTPWithHeader +#export PYBUILD_TEST_ARGS_python3=-k-XTestRemoteFileHTTP -k-XTestRemoteFileHTTPWithHeader + clean: clean-tests %: dh $@ --with python2,python3 --buildsystem=pybuild