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 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404
|
libgetdata (0.11.0-15) unstable; urgency=medium
* Team upload
* Applying patch to build against Numpy 2.x, thanks to Mateus Rodrigues
de Morais! (Closes: #1094712)
* Raising Standards version to 4.7.1 (no change)
-- Pierre Gruet <pgt@debian.org> Fri, 21 Feb 2025 09:11:57 +0100
libgetdata (0.11.0-14) unstable; urgency=medium
* Standards-Version: 4.7.0; no changes required
* py3.13.patch: Handle call dropped in pythn3.13. Closes: #1087682
-- Alastair McKinstry <mckinstry@debian.org> Mon, 18 Nov 2024 15:23:20 +0000
libgetdata (0.11.0-13) unstable; urgency=medium
* Team upload.
* Add patch to enable armel/armhf building. Closes: #1065735
* d/control: add unique text to each binary package description.
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/control (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Rules-Requires-Root: no (routine-update)
* Update lintian override info format in d/libgetdata-perl.lintian-overrides
on line 1.
* watch file standard 4 (routine-update)
* d/upstream/metadata: link to upstream's GitHub repo
* debian/libgetdata-dev.lintian-overrides: fixed syntax
-- Michael R. Crusoe <crusoe@debian.org> Fri, 05 Apr 2024 13:31:07 +0200
libgetdata (0.11.0-12) unstable; urgency=medium
* Build-dep on dh-fortran-mod (>= 0.31)
* Revert FMODDIR from /usr/include to /usr/lib/ via fortran-mod
* Use fortran-support.mk; add fortran:Depends to d/control
-- Alastair McKinstry <mckinstry@debian.org> Sun, 31 Dec 2023 14:42:26 +0000
libgetdata (0.11.0-11) unstable; urgency=medium
* Drop obsolete breaks/replaces from d/control
* Add binary files to d/not-installed. Closes: #1057802, #1057872
-- Alastair McKinstry <mckinstry@debian.org> Wed, 13 Dec 2023 16:09:22 +0000
libgetdata (0.11.0-10) unstable; urgency=medium
* dh_install -p to ensure correct arch build. Closes: #1055544, #1055688
-- Alastair McKinstry <mckinstry@debian.org> Sun, 10 Dec 2023 13:54:09 +0000
libgetdata (0.11.0-9) unstable; urgency=medium
* Only do install of binary modules on binary-indep. Closes: #1057802
* Standards-Version: 4.6.2
-- Alastair McKinstry <mckinstry@debian.org> Sat, 09 Dec 2023 10:39:07 +0000
libgetdata (0.11.0-8) unstable; urgency=medium
* Fix install rules to iterate over all pythons.Closes: #1055544, #1055688
* No longer need python3-pygetdata.install
* Drop obsolete CVE-2021-20204 patch. Closes: #1035352
-- Alastair McKinstry <mckinstry@debian.org> Fri, 08 Dec 2023 15:37:55 +0000
libgetdata (0.11.0-7) unstable; urgency=medium
* Team upload
* Correct Vcs URLs (remove colon)
* Drop B-D on libpcre3-dev (Closes: #1050184)
-- Bastian Germann <bage@debian.org> Tue, 29 Aug 2023 23:43:27 +0200
libgetdata (0.11.0-6) unstable; urgency=medium
* Add B-D on python3-setuptools to ensure python extensions built.
Closes: #1030175
* Re-enable python-version.patch fix
* Add patch to handle paths with no dot in python abi name
* Drop obsolete python3.patch
* Drop hard-coded python3.10 refs
-- Alastair McKinstry <mckinstry@debian.org> Mon, 06 Feb 2023 14:45:41 +0000
libgetdata (0.11.0-5) unstable; urgency=medium
* Support for python3.11. Closes: #1024026
-- Alastair McKinstry <mckinstry@debian.org> Mon, 14 Nov 2022 15:27:51 +0000
libgetdata (0.11.0-4) unstable; urgency=medium
* Fix python3.10 install following python3 fix. Closes: #1015990
* Standards-Version: 4.6.1; no changes required
-- Alastair McKinstry <mckinstry@debian.org> Mon, 25 Jul 2022 11:21:32 +0100
libgetdata (0.11.0-3) unstable; urgency=medium
* Workaround for python3.10 installing in wrong location.
Closes: #1008449
-- Alastair McKinstry <mckinstry@debian.org> Sun, 27 Mar 2022 16:39:49 +0100
libgetdata (0.11.0-2) unstable; urgency=medium
* Standards-Version 4.6.0; no changes required
* B-D on libpcre3-dev
* Fix for python version handling in build: Closes: #998682
-- Alastair McKinstry <mckinstry@debian.org> Sat, 27 Nov 2021 16:50:38 +0000
libgetdata (0.11.0-1) unstable; urgency=medium
* New upstream release. Closes: #992437
-- Alastair McKinstry <mckinstry@debian.org> Wed, 17 Nov 2021 09:22:48 +0000
libgetdata (0.10.0-9) unstable; urgency=medium
* Fix FTBFFS on binary-all build (missing file). Closes: #966522
-- Alastair McKinstry <mckinstry@debian.org> Thu, 30 Jul 2020 09:27:30 +0100
libgetdata (0.10.0-8) unstable; urgency=medium
* Fix FTBFS with fortran 10. Closes: #957440
* Use debhelper level 13
* Ship files pointed out by dh_missing.
* Add lintian-overrides for false positives on libc linking
* Drop xz hard-coded compression
-- Alastair McKinstry <mckinstry@debian.org> Thu, 23 Jul 2020 18:52:16 +0100
libgetdata (0.10.0-7) unstable; urgency=medium
* Drop flang support until flang uses llvm-9
* Standards-Version: 4.5.0
* Use dh-sequence-* in d/control rather than --with in debhelper
-- Alastair McKinstry <mckinstry@debian.org> Wed, 04 Mar 2020 09:33:38 +0000
libgetdata (0.10.0-6) unstable; urgency=medium
* Standards-Version: 4.4.0
* Drop python2 support
* Use debhelper-compat (=12)
* B-D on gfortran | fortran-compiler
* use f77 and f95 as fortran compiler aliases in d/rules
* Use --as-needed when linking with gfortran but not flang
-- Alastair McKinstry <mckinstry@debian.org> Sat, 20 Jul 2019 14:09:57 +0100
libgetdata (0.10.0-5) unstable; urgency=medium
* Rebuild for python3.7 support
-- Alastair McKinstry <mckinstry@debian.org> Sun, 08 Jul 2018 15:05:59 +0100
libgetdata (0.10.0-4) unstable; urgency=medium
* Standards-Version: 4.1.4
* Use https for homepage
* Use Priority: optional, not extra
* Drop calls, dep on autotools_dev with DH 10
* Mark packages as M-A foreign, same
* Drop ancient x-python-version
* Move VCS to salsa.d.o
* Force use of gfortran-8 for mod format transition
* Add libltdl-dev dependency
-- Alastair McKinstry <mckinstry@debian.org> Mon, 07 May 2018 11:16:32 +0100
libgetdata (0.10.0-3) unstable; urgency=medium
* libltdl-dev now needed to build. Closes: #865312
* Standards-Version: 4.0.0. No changes required
-- Alastair McKinstry <mckinstry@debian.org> Wed, 21 Jun 2017 12:34:46 +0100
libgetdata (0.10.0-2) unstable; urgency=medium
* Update copyright file. Closes: #861767
-- Alastair McKinstry <mckinstry@debian.org> Thu, 18 May 2017 17:24:04 +0100
libgetdata (0.10.0-1) experimental; urgency=medium
* New upstream release
* Soname bump:
libgetdata7 -> libgetdata8
libfgetdata5 -> libfgetdata6
libf95getdata6 -> libf95getdata7
libgetdata++6 -> libgetdata++7
-- Alastair McKinstry <mckinstry@debian.org> Wed, 03 May 2017 11:40:07 +0100
libgetdata (0.9.4-1) unstable; urgency=medium
* New upstream release
* DH_COMPAT=10
* Enable flac. Add dependendencies on libflac-dev, flac
* d/rules: no longer need to rename site-packages -> dist-packages
-- Alastair McKinstry <mckinstry@debian.org> Mon, 19 Sep 2016 09:08:31 +0100
libgetdata (0.9.3-2) unstable; urgency=medium
* Add python3-pygetdata package.
-- Alastair McKinstry <mckinstry@debian.org> Tue, 09 Aug 2016 04:59:21 +0100
libgetdata (0.9.3-1) unstable; urgency=medium
* New upstream version
* Standards-Version: 3.9.8
-- Alastair McKinstry <mckinstry@debian.org> Wed, 03 Aug 2016 12:41:46 +0100
libgetdata (0.9.1-2) unstable; urgency=medium
* Add Breaks/Replaces, as package names in 0.9.0 were not conssitent with
sonames.
-- Alastair McKinstry <mckinstry@debian.org> Sun, 21 Feb 2016 18:09:25 +0000
libgetdata (0.9.1-1) unstable; urgency=medium
* New upstream release.
* Use xz compression.
* Another soname bump:
libfgetdata2 -> libfgetdata5
libgetdata5 -> libgetdata7
libgetdata++3 -> libgetdata++6
libf95getdata2 -> libf96getdata6
-- Alastair McKinstry <mckinstry@debian.org> Sat, 20 Feb 2016 16:10:07 +0000
libgetdata (0.9.0-2.2) unstable; urgency=medium
* Non-maintainer upload.
* libgetdata-doc: Reinstate the Breaks+Replaces against libgetdata-dev.
(Closes: #799340)
-- Andreas Beckmann <anbe@debian.org> Sat, 09 Jan 2016 14:48:03 +0100
libgetdata (0.9.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Correct Breaks/Replaces on libgetdata-doc, remove those added
in previous uploads (Closes: #799340)
-- Jonathan Wiltshire <jmw@debian.org> Sat, 02 Jan 2016 22:23:48 +0000
libgetdata (0.9.0-2) unstable; urgency=medium
* Breaks/Replace fix for libgetdata-tools. Closes: #799340.
-- Alastair McKinstry <mckinstry@debian.org> Sat, 21 Nov 2015 01:46:55 +0000
libgetdata (0.9.0-1) unstable; urgency=medium
* New upstream release
* Breaks/Replace fix. Closes: #799340.
-- Alastair McKinstry <mckinstry@debian.org> Thu, 29 Oct 2015 05:22:16 +0000
libgetdata (0.8.9-3) unstable; urgency=medium
* Add Breaks to -dev, -doc packages to resolve upgrade issue.
Closes: #799340.
-- Alastair McKinstry <mckinstry@debian.org> Tue, 20 Oct 2015 19:29:39 +0100
libgetdata (0.8.9-2) unstable; urgency=medium
[ Alastair McKinstry ]
* Add build-depends on libmodule-build-perl for perl5.22. Closes: #799118.
-- Alastair McKinstry <mckinstry@debian.org> Wed, 16 Sep 2015 08:54:54 +0100
libgetdata (0.8.9-1) unstable; urgency=low
[ Steven Benton ]
* New upstream release.
* Removed patches, both were fixed upstream
* Update Standards-Version to 3.9.6
* change versioning to reflect SONAME change
* add libgetdata-doc package for documentation
* add encoding (compression) libraries to Build-Depends
* add libgetdata-perl package for perl bindings
* enable autotools-dev to update config.{guess,sub} (Closes: #727407)
* enable multi-arch on library packages
-- Alastair McKinstry <mckinstry@debian.org> Mon, 07 Sep 2015 22:37:14 +0100
libgetdata (0.7.3-6.2) unstable; urgency=medium
* Non-maintainer upload.
* Port from python-support to dh_python2 (Closes: #785977)
* Call dh_numpy, to generate dependencies based on the numpy ABI.
-- Stefano Rivera <stefanor@debian.org> Wed, 26 Aug 2015 12:55:40 -0700
libgetdata (0.7.3-6.1) unstable; urgency=medium
* Non-maintainer upload.
* Build against gcc5/gfortran for transition.
-- Alastair McKinstry <mckinstry@debian.org> Fri, 14 Aug 2015 10:40:54 +0100
libgetdata (0.7.3-6) unstable; urgency=low
* Fix lintian warnings about manpage NAME entries
* Update control fields for upload to Debian
-- Michael Milligan <mmilligan@astro.umn.edu> Sun, 18 Sep 2011 11:02:34 -0500
libgetdata (0.7.3-5) lucid; urgency=low
* added proper Breaks/Replaces relationship between -tools and -util
-- Steven Benton <stevebenton@rogers.com> Fri, 22 Jul 2011 12:08:51 -0400
libgetdata (0.7.3-4) lucid; urgency=low
* removed bad patch persisting 0.7.1, for all files (not just Makefile.in)
* patch to configure script, allows C++ not to be built, until fixed upstream
-- Steven Benton <stevebenton@rogers.com> Thu, 21 Jul 2011 13:30:19 -0400
libgetdata (0.7.3-3) lucid; urgency=low
* libgetdata-dev now depends an all C, C++, F77, F95 runtime libraries
* removed erroneous patch that persisted an old version of Makefile.in
* renamed libgetdata-util to libgetdata-tools
-- Steven Benton <stevebenton@rogers.com> Wed, 20 Jul 2011 10:58:08 -0400
libgetdata (0.7.3-2) lucid; urgency=low
* added packaging for the fortran bindings
* added dependencies on libgetdata4 to all other binary packages
* -dev package now recommends c++ and fortran libraries
* do not install libtool .la files
* readded watch file
-- Steven Benton <stevebenton@rogers.com> Mon, 18 Jul 2011 14:58:17 -0400
libgetdata (0.7.3-1) unstable; urgency=low
* renamed and reorganized packages to conform to Debian policy
* libgetdata split to libgetdata4 and libgetdata++2
* libgetdata-python renamed to python-pygetdata
-- Michael Milligan <mmilligan@astro.umn.edu> Thu, 07 Jul 2011 04:08:59 -0500
libgetdata (0.7.3) lucid; urgency=low
* new upstream release
* added debian/source/format file to maybe fix native-package confusion
* remove watch file since package name differs from sf project
-- Steven Benton <stevebenton@rogers.com> Thu, 23 Jun 2011 16:21:58 -0400
libgetdata (0.7.1) lucid; urgency=low
* new upstream release
* repackaged again as not debian-native (I must be doing something wrong)
* packaged python bindings in libgetdata-python
-- Steven Benton <stevebenton@rogers.com> Thu, 23 Jun 2011 16:19:14 -0400
libgetdata (0.7.0) lucid; urgency=low
* new upstream release
* repackaged as not debian-native (it shouldn't be, and wasn't originally)
* removed sonumber from library package, since nobody will run old getdata
* added new dirfile2ascii to -util, along with manpages
-- Steven Benton <stevebenton@rogers.com> Wed, 24 Nov 2010 11:09:59 +1300
libgetdata (0.6.3ppa2) lucid; urgency=low
* added utility programs in new libgetdata-util package
-- Steven Benton <stevebenton@rogers.com> Sat, 20 Nov 2010 10:26:09 +1300
libgetdata (0.6.3ppa1) jaunty; urgency=low
* fix licensing terms: LGPL 2.1 is different from LGPL 2
-- Steven Benton <stevebenton@rogers.com> Fri, 07 May 2010 18:38:57 -0400
libgetdata (0.6.3ppa0-1) jaunty; urgency=low
* Initial release and debianization
-- Steven Benton <stevebenton@rogers.com> Fri, 07 May 2010 18:38:57 -0400
|