Loading debian/changelog +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading debian/rules +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
debian/changelog +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
debian/rules +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading