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 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
|
pbseqlib (5.3.5+dfsg-4) unstable; urgency=medium
* Switch watch file to tags
* d/rules: drop DEB_CXXFLAGS_MAINT_APPEND=-O3 -std=c++14
Closes: #1006777
-- Andreas Tille <tille@debian.org> Tue, 08 Mar 2022 11:42:12 +0100
pbseqlib (5.3.5+dfsg-3) unstable; urgency=medium
* Rebuild against updated libs
Closes: #1005428
* Apply multi-arch hints.
+ libpbdata-dev: Add Multi-Arch: same.
-- Andreas Tille <tille@debian.org> Sun, 13 Feb 2022 14:14:47 +0100
pbseqlib (5.3.5+dfsg-2) unstable; urgency=medium
* Source-only upload
-- Andreas Tille <tille@debian.org> Fri, 08 Oct 2021 13:50:37 +0200
pbseqlib (5.3.5+dfsg-1) unstable; urgency=medium
[ Michael R. Crusoe ]
* debian/control: mark 4 binary packages Multi-Arch: same
[ Andreas Tille ]
* Fix watchfile to detect new versions on github
* New upstream version
* Standards-Version: 4.6.0 (routine-update)
* Bump soversion
-- Andreas Tille <tille@debian.org> Thu, 30 Sep 2021 15:08:25 +0200
pbseqlib (5.3.4+dfsg-3) unstable; urgency=medium
* Install LibBlasrConfig.h at correct location
-- Andreas Tille <tille@debian.org> Mon, 16 Nov 2020 13:47:40 +0100
pbseqlib (5.3.4+dfsg-2) unstable; urgency=medium
* Source-only upload
-- Andreas Tille <tille@debian.org> Sun, 15 Nov 2020 06:30:43 +0100
pbseqlib (5.3.4+dfsg-1) unstable; urgency=medium
[ Andreas Tille ]
* New upstream version
* debhelper-compat 13 (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* No tab in license text (routine-update)
* More friendly dh_missing installation
* Use d-shlibs
* Soname in library package
[ Helmut Grohne ]
* Switch all packages to Architecture: any.
Closes: #972822
-- Andreas Tille <tille@debian.org> Fri, 13 Nov 2020 21:16:35 +0100
pbseqlib (5.3.3+dfsg-4) unstable; urgency=medium
* Breaks+Replaces: libblasr (<< 5.3.3)
Closes: #950093
-- Andreas Tille <tille@debian.org> Wed, 29 Jan 2020 15:28:50 +0100
pbseqlib (5.3.3+dfsg-3) unstable; urgency=medium
* libpbdata-dev: Depends: libpbcopper-dev
Closes: #949869
-- Andreas Tille <tille@debian.org> Sun, 26 Jan 2020 16:50:34 +0100
pbseqlib (5.3.3+dfsg-2) unstable; urgency=medium
* Standards-Version: 4.5.0
* Install LibBlasrConfig.h into libblasr-dev package
-- Andreas Tille <tille@debian.org> Wed, 22 Jan 2020 17:28:48 +0100
pbseqlib (5.3.3+dfsg-1) unstable; urgency=medium
[ Helmut Grohne ]
* Convert libpbseq-dev to Architecture: any. (Closes: #940327)
[ Andreas Tille ]
* Add myself to Uploaders to have at least one human uploader after
Afif removed himself.
* New upstream version
Closes: #937257
* debhelper-compat 12
* Add new Build-Depends needed for testing
* Standards-Version: 4.4.1
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Build-Depends: libpbcopper-dev
* C++14
* Detect hdf5 lib with meson
* Fix installation
Closes: #948925
* Remove unneeded triggers
* Remove binary packages libpbdata and libpbihdf since these are
header only libraries now
-- Andreas Tille <tille@debian.org> Thu, 16 Jan 2020 21:12:41 +0100
pbseqlib (5.3.1+dfsg-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove manual dependencies on libpbbam, version build
dependency on libpbbam-dev to ensure a proper dependency
is generated.
-- Adrian Bunk <bunk@debian.org> Wed, 06 Feb 2019 09:02:44 +0200
pbseqlib (5.3.1+dfsg-2) unstable; urgency=medium
* Team upload.
* Install pkg-config file for libblasr
* debhelper 12
* Standards-Version: 4.3.0
* Secure URI in copyright format
-- Andreas Tille <tille@debian.org> Mon, 28 Jan 2019 11:27:41 +0100
pbseqlib (5.3.1+dfsg-1) unstable; urgency=medium
[ Andreas Tille ]
* Team upload.
* d/watch: Upstream has tagged a release so use proper watch file
* Exclude binary tools from upstream tarball
* Set PREFIX_INC=.. to make sure header files will be found
* cme fix dpkg-control
- Point Vcs-fields to Salsa
- Standards-Version: 4.1.4
- Sequence of fields
- Formatting
* check DEB_BUILD_OPTIONS in auto_test override
* Remove unused lintian override
* hardening=+all
[ Gilles Filippini ]
* Fix build against recent Hdf5 lib
-- Andreas Tille <tille@debian.org> Mon, 02 Jul 2018 14:42:21 +0200
pbseqlib (0~20161219-2) unstable; urgency=medium
* Add support for HDF5 1.10.1
Thanks to Gilles Filippini for the patches (Closes: #880805)
* Bump Standards-Version to 4.1.1
* Update copyright year
* Handle nocheck build profile
-- Afif Elghraoui <afif@debian.org> Thu, 09 Nov 2017 22:48:55 -0500
pbseqlib (0~20161219-1) unstable; urgency=medium
* Imported Upstream version 0~20161219
(upstream git 61c6ab0)
* Update to debhelper compat 10
-- Afif Elghraoui <afif@debian.org> Tue, 20 Dec 2016 00:55:41 -0800
pbseqlib (0~20160705-2) unstable; urgency=medium
* Build with pbbam
-- Afif Elghraoui <afif@debian.org> Sat, 17 Dec 2016 23:08:34 -0800
pbseqlib (0~20160705-1) unstable; urgency=medium
* Imported Upstream version 0~20160705
(upstream git 0ae1691)
- Drop patches
- Fix "clean" target
* Move header files to avoid breaking relative paths
* Bump Standards-Version to 3.9.8
* Don't put libpbseq in Metapackages section
* Use encrypted protocols for VCS
* Update email address and copyright years
* Use O3 optimization
* Use dh-exec to handle library installation
* Install libraries to main ldpath and add ld triggers
* Remove unnecessary definition in d/rules
* Remove obsolete lintian overrides
* Add README.source to explain relationship with reverse-dependencies
-- Afif Elghraoui <afif@debian.org> Sun, 23 Oct 2016 18:17:42 -0700
pbseqlib (0~20151014+gitbe5d1bf-2) unstable; urgency=medium
* Add package interdependencies.
* Correct the dependencies of libpbseq-dev
* Set up some build-time tests
* Fix build on 32-bit architectures (Closes: #807583)
* Drop symlinks from -dev packages
-- Afif Elghraoui <afif@ghraoui.name> Sun, 13 Dec 2015 19:37:03 -0800
pbseqlib (0~20151014+gitbe5d1bf-1) unstable; urgency=medium
* Initial release (Closes: #798218)
-- Afif Elghraoui <afif@ghraoui.name> Mon, 16 Nov 2015 21:51:07 -0800
|