Merge version 0.15.1+ds-1+rpi1 and 0.15.2+ds-2 to produce 0.15.2+ds-2+rpi1 buster-staging archive/raspbian/0.15.2+ds-2+rpi1 raspbian/0.15.2+ds-2+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Tue, 5 Mar 2019 17:51:14 +0000 (17:51 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Tue, 5 Mar 2019 17:51:14 +0000 (17:51 +0000)
1  2 
debian/changelog
debian/rules

index 1b22e55c36abb63cca277e2f2ff97317551476c6,b9b55347ebe3741a3641af05f9f892e8fe37381f..7921e9692fbfcd4847107a3059b8b3691c2894e5
@@@ -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 <plugwash@raspbian.org> at Thu, 09 Nov 2017 01:20:03 +0000]
 +  * Disable testsuite.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Sun, 06 Jan 2019 13:33:14 +0000
++ -- Raspbian forward porter <root@raspbian.org>  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 <michael.crusoe@gmail.com>  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 <michael.crusoe@gmail.com>  Thu, 17 Jan 2019 01:25:11 -0800
  
  python-pysam (0.15.1+ds-1) unstable; urgency=medium
  
diff --cc debian/rules
index 8c86dad86bc6049580ac82a742575ff38023e37f,091888ff37edee089a51638b4283ee7cd5801cc4..52e4d393e33a474b2d3374631925c5c5a065d9a0
@@@ -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