From 07dd508c5a5c866fbe438fe546c2178ae7762abe Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Fri, 14 Sep 2018 14:20:52 +0200 Subject: [PATCH] Restore changes of latest upload --- debian/changelog | 4 ++-- debian/rules | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.30.2