1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
python-pybedtools (0.8.0-5) unstable; urgency=medium
* Fix binary-all build
Closes: #960746
-- Andreas Tille <tille@debian.org> Sun, 17 May 2020 07:51:43 +0200
python-pybedtools (0.8.0-4) unstable; urgency=medium
* Team upload.
* Rebuild against available architectures
Closes: #960411
* Standards-Version: 4.5.0 (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Add missing shebang lines in scripts
* Move example script to examples
* Fix permission of script
-- Andreas Tille <tille@debian.org> Wed, 13 May 2020 09:14:53 +0200
python-pybedtools (0.8.0-3) unstable; urgency=medium
* Mark the -doc package Multi-Arch: foreign
* debhelper-compat 12
* Testsuite: autopkgtest-pkg-python
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/control
* Set upstream metadata fields: Repository.
* Remove obsolete fields Name from debian/upstream/metadata.
* -doc: add ${sphinxdoc:Built-Using}
-- Michael R. Crusoe <michael.crusoe@gmail.com> Thu, 14 Nov 2019 13:16:33 +0100
python-pybedtools (0.8.0-2) unstable; urgency=medium
* Improved parsing of version of bedtool binary
* Standards-Version: 4.3.0
-- Steffen Moeller <moeller@debian.org> Fri, 02 Aug 2019 16:15:52 +0200
python-pybedtools (0.8.0-1) unstable; urgency=medium
* New upstream version.
* d/control:
- Standards-Version: 4.3.0
- No Python2 packages
- Vcs links adapted for new home on salsa.d.o
* d/copyright
- adjusted paths for LGPL 2.1 files
- added notion of GPL-2 (not later) files, credits for spotting
those go to Thorsten Alteholz
Created issue https://github.com/daler/pybedtools/issues/271
proposing to homogenize that licensing.
-- Steffen Moeller <moeller@debian.org> Sat, 19 Jan 2019 15:41:02 +0100
python-pybedtools (0.7.10-2.1) REMOVED; urgency=medium
* Removed from unstable and testing, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894299
-- Steffen Moeller <moeller@debian.org> Wed, 13 Jun 2018 22:40:23 +0200
python-pybedtools (0.7.10-2) unstable; urgency=medium
* Team upload
* Add back test_issue_178 after upstream provided a patch
-- Andreas Tille <tille@debian.org> Thu, 09 Nov 2017 12:01:51 +0100
python-pybedtools (0.7.10-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Build-Depends: python3-all-dev (Thanks for the hint to Adrian Bunk
<bunk@debian.org>)
Closes: #868927
* Standards-Version: 4.1.1 (no changes needed)
* do not uselessly parse d/changelog
* hardening
* Exclude test test_issue_178 since it fails for strange reasons (to be
clarified with upstream)
-- Andreas Tille <tille@debian.org> Wed, 08 Nov 2017 09:00:50 +0100
python-pybedtools (0.7.8-1) unstable; urgency=medium
* Initial release. (Closes: #851358)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 14 Jan 2017 01:51:01 -0800
|