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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
kaptive (2.0.8-1) unstable; urgency=medium
* New upstream version
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Set upstream metadata fields.
* d/control: add myself to uploaders.
* d/clean: new: cleanup egg-info directory.
* d/rules: remove now unnecessary dh_auto_clean override.
* d/not-installed: make the declaration independent of egg-info version.
* d/rules: remove now unnecessary dh_missing override.
-- Étienne Mollier <emollier@debian.org> Wed, 27 Dec 2023 18:01:52 +0100
kaptive (2.0.4-1) unstable; urgency=medium
* Fix watch file
* New upstream version
* Build-Depends: s/python3-all/python3/ since kaptive.py is just a
user application
* Add usr/lib to kaptive.install
* Fix lintian-overrides
-- Andreas Tille <tille@debian.org> Sun, 27 Nov 2022 21:22:44 +0100
kaptive (2.0.3-2) unstable; urgency=medium
* Team Upload.
* Set packages field explicitly (Closes: #1020110)
-- Nilesh Patra <nilesh@debian.org> Sat, 24 Sep 2022 11:19:10 +0000
kaptive (2.0.3-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.6.1 (routine-update)
* Refresh patch blastdb_4.
* Delete patch extend_bad_versions: applied upstream.
* Delete fix-which-error-output.patch: applied upstream.
Thanks to Andreas Tille for the mass patch forwarding.
* d/rules: dynamically adjust version number of directory in cleanup command.
-- Étienne Mollier <emollier@debian.org> Thu, 02 Jun 2022 22:31:31 +0200
kaptive (2.0.0-1) unstable; urgency=medium
* New upstream version
* Add missing build dependency on dh addon.
* DEP3
* Mark egg-info as not-installed
-- Andreas Tille <tille@debian.org> Fri, 21 Jan 2022 08:03:24 +0100
kaptive (0.7.3-4) unstable; urgency=medium
* Team upload.
* Add fix-which-error-output.patch to fix the way kaptive.py parses `which`
output; this is necessary since `which` in Debian issues a deprecation
warning.
* Fix watchfile to detect new versions on github (routine-update)
* Standards-Version: 4.6.0 (routine-update)
* Apply multi-arch hints.
+ kaptive-data, kaptive-example: Add Multi-Arch: foreign.
* d/t/run-unit-test: run kaptive.py in multiple threads again, since the bug
#970344, affecting tblastn, is now solved.
-- Étienne Mollier <emollier@debian.org> Wed, 22 Sep 2021 17:38:14 +0200
kaptive (0.7.3-3) unstable; urgency=high
* Team upload.
* d/p/extend_bad_versions: Account for crashes with error output too.
If a relevant tblastn version failed with error text starting with
"terminate called ", prepend the usual "tblastn crashed!" message.
(Closes: #986592.)
-- Aaron M. Ucko <ucko@debian.org> Fri, 16 Apr 2021 17:33:52 -0400
kaptive (0.7.3-2) unstable; urgency=high
* Team upload.
* debian/patches/extend_bad_versions: Extend the range of tblastn
versions that might not be entirely stable with multiple threads
through 2.11.x, switching to a regular expression along the way.
(Closes: #986592.)
-- Aaron M. Ucko <ucko@debian.org> Fri, 09 Apr 2021 18:08:16 -0400
kaptive (0.7.3-1) unstable; urgency=medium
[ Iain Lane ]
* debian/patches/blastdb_4: Pass "-blastdb_version 4" to makeblastdb to work
properly on 32 bit systems
[ Andreas Tille ]
* New upstream version
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Install wrapper script created by debhelper
* Override dh_missing to ignore egg-info
* Use single threaded mode in autopkgtest to work around bug #970344
-- Andreas Tille <tille@debian.org> Tue, 15 Sep 2020 07:31:47 +0200
kaptive (0.7.0-2) unstable; urgency=medium
* More verbose test
* Set upstream metadata fields: Bug-Submit.
-- Andreas Tille <tille@debian.org> Sun, 12 Jan 2020 19:32:57 +0100
kaptive (0.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.4.1
* Set upstream metadata fields: Bug-Database, Repository, Repository-
Browse.
* Also clean up auto-generated egg-info files
-- Steffen Moeller <moeller@debian.org> Mon, 06 Jan 2020 17:19:03 +0100
kaptive (0.6.0-1) unstable; urgency=medium
* Initial release (Closes: #941102)
-- Andreas Tille <tille@debian.org> Tue, 24 Sep 2019 21:53:52 +0200
|