Restore changes of latest upload
authorAndreas Tille <tille@debian.org>
Fri, 14 Sep 2018 12:20:52 +0000 (14:20 +0200)
committerAndreas Tille <tille@debian.org>
Fri, 14 Sep 2018 12:20:52 +0000 (14:20 +0200)
debian/changelog
debian/rules

index 066c041194fa5cafa9c6a0f76dae54066b554c1e..f75e17b1794c9543bf12c5248535310617d8b7be 100644 (file)
@@ -8,13 +8,13 @@ python-pysam (0.15.1+ds-1) UNRELEASED; urgency=medium
 
  -- Steffen Moeller <moeller@debian.org>  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 <tille@debian.org>  Wed, 12 Sep 2018 14:37:26 +0200
+ -- Andreas Tille <tille@debian.org>  Wed, 12 Sep 2018 18:37:42 +0200
 
 python-pysam (0.15.0.1+ds-1) experimental; urgency=medium
 
index e03ce13d181d810ce98d5a516d7d83d41085ae78..173161fe1c6c86ce0e09f9733e58533b3e1caccb 100755 (executable)
@@ -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