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
|
htscodecs (1.3.0-4) unstable; urgency=medium
* d/rules: disable simd support only on build breakages.
* d/libhtscodecs2.symbols: restore simd specific symbols as optional.
-- Étienne Mollier <emollier@debian.org> Sat, 08 Oct 2022 09:46:35 +0200
htscodecs (1.3.0-3) unstable; urgency=medium
* Team Upload.
* Avoid installing entropy for reproducible build
* Do not build on higher baseline so as to not violate arch baseline
* Remove avx or sse specific symbols
* undef neon to build on arm properly as well
-- Nilesh Patra <nilesh@debian.org> Sat, 01 Oct 2022 04:46:57 +0000
htscodecs (1.3.0-2) unstable; urgency=medium
* Team upload.
* Fix watch file
-- Andreas Tille <tille@debian.org> Thu, 29 Sep 2022 13:36:00 +0200
htscodecs (1.3.0-1) experimental; urgency=medium
* Team upload.
* New upstream version
* Use d-shlibs
* Adjust symbols
-- Andreas Tille <tille@debian.org> Tue, 23 Aug 2022 16:47:09 +0200
htscodecs (1.2.2-1) unstable; urgency=medium
* New upstream version
* Standards-Version: 4.6.1 (routine-update)
* debian/libhtscodecs2.install: bump to soversion 2.0.6.
* Add gcc-12.patch: fix build time test failure with gcc-12.
Thanks to James Bonfield (Closes: #1012946)
-- Étienne Mollier <emollier@debian.org> Sun, 26 Jun 2022 15:36:33 +0200
htscodecs (1.2.1-1) unstable; urgency=medium
* New upstream version 1.2.1
* Apply multi-arch hints.
+ libhtscodecs-dev: Add Multi-Arch: same.
* d/libhtscodecs2.install: bump from version 2.0.3 to 2.0.5;
no breaking changes identified in direct reverse dependencies;
no symbols changed.
* Remove unused patches big-endian and ship_varint_h; applied upstream.
* d/copyright: bump copyrights year
-- Étienne Mollier <emollier@debian.org> Fri, 25 Feb 2022 09:15:36 +0100
htscodecs (1.1.1-3) unstable; urgency=medium
* Team upload.
* Make Build reproducible. Thanks for the patch to Chris Lamb
Closes: #993952
* Apply multi-arch hints.
+ libhtscodecs-dev: Drop Multi-Arch: same.
-- Andreas Tille <tille@debian.org> Thu, 09 Sep 2021 12:11:12 +0200
htscodecs (1.1.1-2) unstable; urgency=medium
* d/rules: use DEB_HOST_MULTIARCH (Closes: #993040)
* d/control: add myself to uploaders.
-- Étienne Mollier <emollier@debian.org> Thu, 26 Aug 2021 21:21:47 +0200
htscodecs (1.1.1-1) unstable; urgency=medium
* Team upload
* d/libhtscodecs2.symbols: update symbols file appropriately this time.
-- Étienne Mollier <emollier@debian.org> Thu, 26 Aug 2021 17:40:41 +0200
htscodecs (1.1.1-1~0exp0) experimental; urgency=medium
[ Steffen Moeller ]
* Team upload.
* New upstream version
* Standards-Version: 4.5.1 (routine-update)
* debhelper-compat 13 (routine-update)
* Add salsa-ci file (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Étienne Mollier ]
* Standards-Version: 4.6.0 (routine-update)
* refresh link_with_libm patch
* d/libhtscodecs2.install: minor SOVERSION bump
* d/libhtscodecs2.symbols: update symbols file
-- Étienne Mollier <emollier@debian.org> Thu, 26 Aug 2021 13:29:39 +0200
htscodecs (0.5-3) unstable; urgency=medium
* The packages are Multi-Arch: same.
* Add a patch from upstream to fix building on big endian systems
* Rules-Requires-Root: no
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 18 Feb 2020 14:11:10 +0100
htscodecs (0.5-2) unstable; urgency=medium
* Add AutoPkgTest
* Add patch to ship varint.h for staden-io-lib
* Link the library against libm
* Add symbols file
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 12 Feb 2020 18:18:01 +0100
htscodecs (0.5-1) unstable; urgency=medium
* Initial release. (Closes: #951072)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Mon, 10 Feb 2020 16:20:08 +0100
|