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 213 214 215 216 217
|
libbpp-core (2.4.1-5) unstable; urgency=medium
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 13 (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.
* Refer to specific version of license GPL-2+.
* Remove obsolete fields Contact, Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* Update symbols for gcc-10
Closes: #957423
-- Andreas Tille <tille@debian.org> Thu, 23 Jul 2020 11:10:34 +0200
libbpp-core (2.4.1-4) unstable; urgency=medium
* Rebuild for new version of gcc to fix symbols
Closes: #925731
* debhelper-compat 12
* Standards-Version: 4.4.0
* Trim trailing whitespace.
* Set upstream metadata fields: Contact, Name.
-- Andreas Tille <tille@debian.org> Tue, 20 Aug 2019 15:52:50 +0200
libbpp-core (2.4.1-3) unstable; urgency=medium
* More sensible way to provide symbols amd64 only
* Rebuild for new version of gcc to fix symbols
Closes: #923474
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Fri, 01 Mar 2019 14:16:27 +0100
libbpp-core (2.4.1-2) unstable; urgency=medium
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
* Trim trailing whitespace.
[ Andreas Tille ]
* Fix symbols file
Closes: #915343
* Standards-Version: 4.2.1
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Mon, 03 Dec 2018 07:39:32 +0100
libbpp-core (2.4.1-1) unstable; urgency=medium
[ Julien Dutheil ]
* Compatibility with gcc 8.0
Closes: #897780
[ Andreas Tille ]
* Standards-Version: 4.2.0
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Sat, 18 Aug 2018 13:32:11 +0200
libbpp-core (2.4.0-3) unstable; urgency=medium
* Provide symbols file only for amd64
-- Andreas Tille <tille@debian.org> Sat, 07 Apr 2018 11:50:58 +0200
libbpp-core (2.4.0-2) unstable; urgency=medium
* Provide full license text of CeCILL license
Closes: #894751
-- Andreas Tille <tille@debian.org> Wed, 04 Apr 2018 08:50:41 +0200
libbpp-core (2.4.0-1) unstable; urgency=medium
[ Julien Dutheil ]
* Version 2.4.0.
[ Andreas Tille ]
* Bump soversion due to ABI change
Closes: #890400
* Add symbols file
-- Andreas Tille <tille@debian.org> Thu, 22 Mar 2018 10:02:38 +0100
libbpp-core (2.3.2-1) unstable; urgency=medium
[ Julien Dutheil ]
* Version 2.3.2.
[ Andreas Tille ]
* cme fix dpkg-control
* debhelper 11
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Mon, 05 Feb 2018 13:23:32 +0200
libbpp-core (2.3.1-5) unstable; urgency=medium
* Rebuild with gcc-7
* Standards-Version: 4.0.1
-- Andreas Tille <tille@debian.org> Wed, 23 Aug 2017 19:30:10 +0200
libbpp-core (2.3.1-4) unstable; urgency=medium
[ Julien Dutheil ]
* Removed deprecated postint scripts.
[ Andreas Tille ]
* hardening=+all
* Standards-Version: 4.0.0 (no changes needed)
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Tue, 18 Jul 2017 08:55:54 +0200
libbpp-core (2.3.1-3) unstable; urgency=medium
* cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH)
-- Andreas Tille <tille@debian.org> Thu, 22 Jun 2017 20:50:40 +0200
libbpp-core (2.3.1-2) unstable; urgency=medium
* debhelper 10
* Make sure cmake files will be found by d-shlibs
Closes: #865466
-- Andreas Tille <tille@debian.org> Wed, 21 Jun 2017 21:09:41 +0200
libbpp-core (2.3.1-1) unstable; urgency=medium
* New upstream version
Closes: #864188
* Install cmake files into development package
-- Andreas Tille <tille@debian.org> Tue, 13 Jun 2017 11:41:39 +0200
libbpp-core (2.3.0-1~exp1) unstable; urgency=medium
* New upstream version
* d/watch: point to github
-- Andreas Tille <tille@debian.org> Fri, 02 Jun 2017 23:10:15 +0200
libbpp-core (2.2.0-3) unstable; urgency=medium
* Team upload
[ Andreas Tille ]
* d/postrm: remove useless ldconfig call
* hardening=+bindnow
[ Gert Wollny ]
* d/p/gcc-6.patch: fix compilation with g++-6, Closes: #811657
* cme fix dpkg-control
* d/p/unforce..: Do not force CXX flags from CMake file
-- Gert Wollny <gw.fossdev@gmail.com> Thu, 09 Jun 2016 15:50:20 +0200
libbpp-core (2.2.0-2) unstable; urgency=medium
* Fix installation via d-shlibmove
* d/compat: 9
-- Andreas Tille <tille@debian.org> Thu, 21 Apr 2016 17:01:36 +0200
libbpp-core (2.2.0-1) unstable; urgency=medium
* New upstream version
* Moved to Debian Med Git
* Better description
Closes: #641931
* Team maintenance in Debian Med team
* wrote watch file
* DEP5 copyright
* Short dh rules file
* Use d-shlibs
* Library transition
Closes: #791093
-- Andreas Tille <tille@debian.org> Fri, 08 Apr 2016 23:52:21 +0200
libbpp-core (2.1.0-1) unstable; urgency=low
* Extended range classes
* Improved initialization of static members
* Extended support for BppO.
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Mon, 04 Mar 2013 10:15:00 +0100
libbpp-core (2.0.3-1) unstable; urgency=low
* New range classes
* Linear assigment method
* Improved string tokenizer and text tools.
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Thu, 09 Feb 2012 13:00:00 +0100
libbpp-core (2.0.2-1) unstable; urgency=low
* RFP: Bio++ -- The Bio++ bioinformatics libraries. (Closes: #616373).
* Packages are now non-native.
* More MatrixTools, multivariate analysis classes and several bugs fixed.
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Thu, 09 Jun 2011 11:00:00 +0100
libbpp-core (2.0.1) unstable; urgency=low
* Fixed missing RColorSet.cpp source file.
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Mon, 28 Feb 2011 09:00:00 +0100
libbpp-core (2.0.0) unstable; urgency=low
* New package merging old bpp-utils and bpp-numcalc.
* New source tree.
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Mon, 07 Feb 2011 09:00:00 +0100
|