From: Raspbian automatic forward porter Date: Tue, 5 Mar 2019 17:51:14 +0000 (+0000) Subject: Merge version 0.15.1+ds-1+rpi1 and 0.15.2+ds-2 to produce 0.15.2+ds-2+rpi1 X-Git-Tag: archive/raspbian/0.15.2+ds-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3ad1b9b2648132c84b5778ddc0a656cba867a562;p=python-pysam.git Merge version 0.15.1+ds-1+rpi1 and 0.15.2+ds-2 to produce 0.15.2+ds-2+rpi1 --- 3ad1b9b2648132c84b5778ddc0a656cba867a562 diff --cc debian/changelog index 1b22e55,b9b5534..7921e96 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,22 +1,29 @@@ - python-pysam (0.15.1+ds-1+rpi1) buster-staging; urgency=medium ++python-pysam (0.15.2+ds-2+rpi1) buster-staging; urgency=medium + + [changes brought forward from 0.12.0.1+ds-3+rpi1 by Peter Michael Green at Thu, 09 Nov 2017 01:20:03 +0000] + * Disable testsuite. + - -- Raspbian forward porter Sun, 06 Jan 2019 13:33:14 +0000 ++ -- Raspbian forward porter Tue, 05 Mar 2019 17:51:13 +0000 ++ + python-pysam (0.15.2+ds-2) unstable; urgency=medium + + * Team upload. + * For the Tabix tests: test the index contents, not the compression scheme. + Closes: #919928, #920250 + + -- Michael R. Crusoe Wed, 20 Feb 2019 02:45:47 -0800 + + python-pysam (0.15.2+ds-1) unstable; urgency=medium + + * Team upload. + * New upstream version + * Standards-Version: 4.3.0, no changes needed + * added Py2 and Py3 versions of ${python:Provides} + * Fix lintian found spelling typos. + * debian/tests/control.autodep8 → debian/tests/control. + * remove errant log.txt from the packages. + + -- Michael R. Crusoe Thu, 17 Jan 2019 01:25:11 -0800 python-pysam (0.15.1+ds-1) unstable; urgency=medium diff --cc debian/rules index 8c86dad,091888f..52e4d39 --- a/debian/rules +++ b/debian/rules @@@ -25,13 -25,14 +25,14 @@@ clean: clean-test override_dh_install: clean-tests dh_install -Xtest.gtf.gz + find debian -name log.txt -delete -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) -override_dh_auto_test: pysam_data.all cbcf_data.all - dh_auto_test -else +#ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +#override_dh_auto_test: pysam_data.all cbcf_data.all +# dh_auto_test +#else override_dh_auto_test: -endif +#endif override_dh_auto_clean: dh_auto_clean