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
|
c-blosc (1.11.1+ds2-1) unstable; urgency=medium
* remove vendored libzstd (Closes: #836573):
+ drop paragraph for zstd-1.0.0 in deb/copyright.
+ strip full internal-complibs folder by Files-Excluded.
+ add libzstd-dev to build-deps in deb/control.
+ toggle PREFER_EXTERNAL_ZSTD in deb/rules.
* add DEP-3 header to bigendian.patch, cosmetics.
-- Daniel Stender <stender@debian.org> Sun, 25 Dec 2016 12:38:39 +0100
c-blosc (1.11.1+ds1-3) unstable; urgency=medium
* Add fix-nonlinux-ftbfs.patch (Closes: #844047) [thanks to Samuel
Thibault].
-- Daniel Stender <stender@debian.org> Sun, 13 Nov 2016 21:02:02 +0100
c-blosc (1.11.1+ds1-2.2) unstable; urgency=medium
* Non-maintainer upload
* Fix typo in bigendian.patch
-- Gilles Filippini <pini@debian.org> Tue, 08 Nov 2016 19:00:48 +0100
c-blosc (1.11.1+ds1-2.1) unstable; urgency=medium
* New patch bigendian.patch: fix endianness issue in the bitshuffle
filter (closes: #8430040)
-- Gilles Filippini <pini@debian.org> Fri, 04 Nov 2016 11:19:43 +0100
c-blosc (1.11.1+ds1-2) unstable; urgency=medium
* add preserve-cflags-from-environment.patch.
* deb/rules: restore fPIE for hardening flags.
-- Daniel Stender <stender@debian.org> Sun, 04 Sep 2016 13:08:55 +0200
c-blosc (1.11.1+ds1-1) unstable; urgency=medium
* new upstream release (Closes: #834318).
* deb/control:
+ put myself into Maintainer field.
+ add docutils and links to build-deps (needed for READMEs).
+ drop version for cmake build-dep (not needed).
+ cosmetics, start short description with minuscules, removed trailing
whitespace.
+ activate Vcs fields, use HTTPS for both.
* deb/copyright:
+ add Files-Excluded for appyevor, internal-complibs and blosc/win32.
+ put * and debian/* under the BSD-3-clause (changed upstream).
+ add myself to copyright holders of debian/*, updated.
+ drop file and license paragraphs of things now removed from the upstream
tarball.
+ add paragraph for internal-complibs/zstd-1.0.0 (temporarily shipped until
it gets updated in Debian).
+ rearranged license paragraphs, removed some unnecessary blank lines.
* deb/rules:
+ temporarily build with hardening flags without pie because of problems
with cmake (internal -pthread test build fails with pie and std=gnu99).
+ drop inclusion of buildflags.mk (not needed).
+ add override for dh_installdocs to convert READMEs.
+ remove debmake comment lines.
* deb/watch:
+ add dversionmangle and repacksuffix for +ds1 tarball.
* drop deb/.git-dpm.
* add deb/libblosc-dev.examples, deb/libblosc-dev.docs.
-- Daniel Stender <stender@debian.org> Sun, 04 Sep 2016 01:54:49 +0200
c-blosc (1.9.1-1) unstable; urgency=medium
* New upstream version (fixes test failures on multiple archs)
-- Jean-Christophe Jaskula <jean.christophe.jaskula@gmail.com> Fri, 20 May 2016 16:19:53 -0400
c-blosc (1.9.0-1) unstable; urgency=medium
* New upstream version
* Bump Standards-Version (no changes needed)
* Enable hardening options
-- Jean-Christophe Jaskula <jean.christophe.jaskula@gmail.com> Thu, 19 May 2016 11:20:31 -0500
c-blosc (1.7.0-1) unstable; urgency=medium
* Initial release (Closes: #786523)
-- Jean-Christophe Jaskula <jean.christophe.jaskula@gmail.com> Tue, 11 Aug 2015 19:40:49 -0400
|