File: changelog

package info (click to toggle)
gyoto 2.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,420 kB
  • sloc: cpp: 42,317; sh: 4,512; python: 3,436; xml: 2,865; makefile: 685; ansic: 346
file content (486 lines) | stat: -rw-r--r-- 16,128 bytes parent folder | download
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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
gyoto (2.0.2-6) unstable; urgency=medium

  * Bug fix: "FTBFS: core_wrap.cxx:31768:41: error: too few arguments to
    function ‘PyObject* SWIG_Python_AppendOutput(PyObject*,
    PyObject*, int)’", thanks to Santiago Vila (Closes: #1091938).
    Introduce patch update-numpy.i, backport from upstream's git
    repository.

 -- Thibaut Paumard <thibaut@debian.org>  Mon, 03 Feb 2025 16:18:37 +0100

gyoto (2.0.2-5) unstable; urgency=medium

  * Work around MPI_Init raising SIGFPE in OpenMPI 5. New patch openmpi5.
  * Add --oversubscribe to mpirun.openmpi call in autopkg tests.

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 07 Dec 2024 12:23:22 +0100

gyoto (2.0.2-4) unstable; urgency=medium

  * Bug fix: "/usr/include/boost/mpi/config.hpp:22:10: fatal error: mpi.h:
    No such file or directory", thanks to Stefano Rivera (Closes:
    #1080222). New patch python-cxx.
  * Call unittest explicitly. New patch unittest.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 13 Sep 2024 17:31:05 +0200

gyoto (2.0.2-3) unstable; urgency=medium

  * Bug fix: "gyoto FTBFS when MPICH is the default implementation because
    it lacks mpic++.mpich" (Closes: #1077267).
  * Fix autopkgtest MPI tests to work with MPICH.

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 27 Jul 2024 19:55:09 +0200

gyoto (2.0.2-2) unstable; urgency=medium

  [ Colin Watson ]
  * Remove undefined operator<< declaration for PolishDoughnut (closes:
    #1066788).

  [ Thibaut Paumard ]
  * Acknowledge NMU.
  * Change dependencies from pkg-config to pkgconf.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 26 Jul 2024 08:05:37 +0200

gyoto (2.0.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1064093

 -- Lukas Märdian <slyon@debian.org>  Wed, 28 Feb 2024 09:34:26 +0000

gyoto (2.0.2-1) unstable; urgency=medium

  * New upstream release
    - remove patch python-tests
  * Try mk-video for each available Python

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 19 Jan 2024 21:57:12 +0100

gyoto (2.0.1-1) unstable; urgency=medium

  * Acknowledge NMU (thanks Doug)
  * New upstream release introducing new ABI
    - Remove configure flags for flint3, now autodetected upstream
    - Remove patches gcc1, python_tests, autoreconf2.70, startrace,
      Unit__str__, numpy_array, getargspec and flint3, applied (or better
      fixed) upstream
    - Add patch python-tests
  * Add libeigen3-dev to Build-Depends
  * Check against policy 4.6.2
  * Bug fix: "SyntaxWarning during package installation", thanks to
    Andreas Beckmann (Closes: #1040285).

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 17 Jan 2024 23:35:33 +0100

gyoto (1.4.4-8.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/control
    - Drop libflint-arb-dev from Build-Depends.
  * debian/patches/flint3
    - New patch; add support for building against FLINT 3
      (Closes: #1059137).
  * debian/rules
    - Add configure options for building against FLINT 3

 -- Doug Torrance <dtorrance@debian.org>  Mon, 08 Jan 2024 20:23:31 -0500

gyoto (1.4.4-8) unstable; urgency=low

  * Bug fix: "FTBFS in unstable on arm64, mipsel and s390x", thanks to
    Graham Inggs (Closes: #1017050).
  * Bug fix: replace "_fromnumpy" by ".fromnumpy" in several places.
    The fact that "_fromnumpy" used to work was probably a Swig bug.
  * In Python plug-in, use getfullargspec instead of deprecated getargspec
    when it exists.

 -- Thibaut Paumard <thibaut@debian.org>  Sun, 27 Nov 2022 18:08:48 +0100

gyoto (1.4.4-7) unstable; urgency=low

  * Bug fix: "StarTrace::tmin_ is not initialised", thanks to Paul Gevers
    (Closes: #994784). Reverted affected test gyoto-mpi to let gyoto spawn
    the additional processes again.

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 16 Oct 2021 13:19:43 +0200

gyoto (1.4.4-6) unstable; urgency=low

  * Bug fix: "ftbfs with GCC-11", thanks to Matthias Klose (Closes:
    #984164).

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 15 Oct 2021 17:59:27 +0200

gyoto (1.4.4-5) unstable; urgency=high

  * Change gyoto-mpi test to let openmpi launch the process instead of
    having gyoto spawn them. This should work around #994784.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 24 Sep 2021 10:49:39 +0200

gyoto (1.4.4-4) unstable; urgency=medium

  * Bug fix: "ftbfs with autoconf 2.70", thanks to Matthias Klose and
    Étienne Mollier (Closes: #978831).
  * Bump standards version
  * Update watch file
  * Replace ADTTMP by AUTOPKGTEST_TMP in Debian tests
  * Remove '--dbgsym-migration' from rules file (migration is complete)
  * Install ygyoto_idx.h

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 22 Sep 2021 16:24:19 +0200

gyoto (1.4.4-3) unstable; urgency=high

  * Avoid FTBFS on mips64el due to bug in libflint-arb2

 -- Thibaut Paumard <thibaut@debian.org>  Mon, 09 Mar 2020 17:03:13 +0100

gyoto (1.4.4-2) unstable; urgency=high

  * Bug fix: "gyoto FTBFS on armel, armhf, mipsel and mips64el", thanks to
    peter green (Closes: #953151). Skip FlaredDiskSynchrotron in Python
    test suite to avoid triggering a minor bug that is not fixable without
    breaking the ABI.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 06 Mar 2020 10:02:20 +0100

gyoto (1.4.4-1) unstable; urgency=low

  * New upstream release
  * Rename variable ADTTMP to AUTOPKGTEST_TMP in test suite.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 28 Feb 2020 20:38:23 +0100

gyoto (1.4.3-2) unstable; urgency=low

  * Bug fix: "gyoto build depends on the removed swig3.0", thanks to
    Adrian Bunk (Closes: #952598).

 -- Thibaut Paumard <thibaut@debian.org>  Thu, 27 Feb 2020 17:25:52 +0100

gyoto (1.4.3-1) unstable; urgency=low

  * New upstream release

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 29 Oct 2019 13:29:50 +0100

gyoto (1.4.1-1) unstable; urgency=low

  * New upstream release
  * Bump standards version to 4.4.1, no changes needed
  * Recommend packages needed to write videos. Add corresponding test
    case.

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 23 Oct 2019 16:52:58 +0200

gyoto (1.3.6-1) unstable; urgency=medium

  * New upstream release
  * Bug fix: "Python2 removal in sid/bullseye", thanks to Matthias Klose
    (Closes: #936682).

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 27 Sep 2019 16:56:16 +0200

gyoto (1.3.5-1) unstable; urgency=low

  * New upstream release
  * Bump standards version to 4.4.0, no changes needed

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 03 Aug 2019 10:37:24 +0200

gyoto (1.3.1-1) unstable; urgency=medium

  * Bug fix: "both packages ship /usr/share/doc/gyoto/README.md", thanks
    to Andreas Beckmann (Closes: #919792).
  * Bug fix: "autopkgtest failure on i386", thanks to Graham Inggs
    (Closes: #919983).

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 22 Jan 2019 14:19:22 +0100

gyoto (1.3.0-1) unstable; urgency=low

  * New upstream release
  * Update debhleper compatibility to level 12
  * Move most documentation in the gyoto-doc package to
    /usr/share/doc/gyoto/
  * Build-depend on libflint-arb-dev and libflint-dev
  * Migrate to automatic dbgsym debug packages
  * Comply with policy 4.3.0

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 16 Jan 2019 13:24:57 +0100

gyoto (1.2.0-4) unstable; urgency=low

  * Prepare for Boost >= 1.64. New patch boost1.64.

 -- Thibaut Paumard <thibaut@debian.org>  Mon, 20 Nov 2017 15:05:17 +0100

gyoto (1.2.0-3) unstable; urgency=low

  * Bug fix: "requires rebuild against GCC 7 and symbols/shlibs bump",
    thanks to jcowgill@debian.org; (Closes: #871283).

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 05 Sep 2017 14:57:29 +0200

gyoto (1.2.0-2) unstable; urgency=low

  * Fix autopkgtest suite.

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 31 Dec 2016 15:59:13 +0100

gyoto (1.2.0-1) unstable; urgency=low

  * Reupload to unstable

 -- Thibaut Paumard <thibaut@debian.org>  Thu, 15 Dec 2016 18:39:38 +0100

gyoto (1.2.0-1~exp1) experimental; urgency=medium

  * New upstream release.

 -- Thibaut Paumard <thibaut@debian.org>  Mon, 12 Dec 2016 14:42:12 +0100

gyoto (1.1.2-1) unstable; urgency=low

  * New upstream release
  * Fix autopkgtest suite

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 10 Dec 2016 18:16:50 +0100

gyoto (1.1.1-4) unstable; urgency=high

  * Merge changes from experimental:
    + build the lorene plug-in;
    + instead of patching Gyoto to wprk around #844495, patch
      Boost.multiprecision at build time wxhen we recognize the buggy
      implementation;
    + look harder for this bug in the test suite.

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 30 Nov 2016 10:05:49 +0100

gyoto (1.1.1-3+lorene4) experimental; urgency=medium

  * Instead of patching Gyoto, patch the buggy Boost.multiprecision at
    build time.

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 29 Nov 2016 11:22:58 +0100

gyoto (1.1.1-3+lorene3) experimental; urgency=high

  * Rebuild with new lorene.
  * Activate #844495 workaround on all architectures.
  * Look even harder for #844495.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 25 Nov 2016 12:53:13 +0100

gyoto (1.1.1-3+lorene2) experimental; urgency=medium

  * Tweak test suite to look harder for Boost.multiprecision locking bug
    (#844495).

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 18 Nov 2016 13:53:03 +0100

gyoto (1.1.1-3+lorene1) experimental; urgency=low

  * Compile the LORENE plug-in.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 18 Nov 2016 09:28:15 +0100

gyoto (1.1.1-3) unstable; urgency=medium

  * Bug fix: "FTBFS with boost1.62" (Closes: #844490).

 -- Thibaut Paumard <thibaut@debian.org>  Thu, 17 Nov 2016 22:29:08 +0100

gyoto (1.1.1-2) unstable; urgency=low

  * The gyoto meta-package depends on the corresponding version of
    each actual gyoto package.
  * The libgyoto5 package depends on the same version of gyoto-bin and on
    mpi-default-bin.
  * Fix the python auopkgtests by unsetting GYOTO_PLUGINS.
  * Fix dependencies of gyoto-dbg.

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 01 Nov 2016 17:37:22 +0100

gyoto (1.1.1-1) unstable; urgency=low

  * New upstream release.
  * Add Dependencies and Recommends as appropriate for libgyoto5-dev.
  * Ship plug-ins/null as example for libgyoto5-dev.
  * Make sure the right MPI implementation is used and patch gyoto.pc to
    actually give useful information about MPICXX and CXX.

 -- Thibaut Paumard <thibaut@debian.org>  Mon, 31 Oct 2016 13:06:39 +0100

gyoto (1.1.0-3) unstable; urgency=low

  * Bug fix: "arch-dependent file in &quot;Multi-Arch: same&quot;
    package", thanks to Jakub Wilk (Closes: #839810).

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 05 Oct 2016 20:12:30 +0200

gyoto (1.1.0-2) unstable; urgency=low

  * Add Multi-Arch field for each binary package
  * Reactivate test suite on kfreebsd

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 04 Oct 2016 10:32:18 +0200

gyoto (1.1.0-1) experimental; urgency=low

  * New upstream release
  * Rename the gyoto package to gyoto-bin and add a new gyoto meta-package
    package that intalls everything a Gyoto user would expect.
  * Move examples from gyoto-bin to libgyoto5 package.
  * Include the Python plug-ins for Gyoto in the respective python*-gyoto
    packages.

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 14 Sep 2016 11:40:40 +0200

gyoto (1.0.2-3) unstable; urgency=low

  * Bug fix: "building on kfreebsd", thanks to Jon Boden (Closes:
    #829029).
  * Checked against Policy 3.9.8.

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 09 Aug 2016 09:51:01 +0200

gyoto (1.0.2-2) unstable; urgency=low

  * Bug fix: "FTBFS: gyoto.C: Error initializing libgyoto", thanks to
    Mattia Rizzolo (Closes: #813725).
  * Bug fix: "please make the build reproducible", thanks to Chris Lamb
    (Closes: #797518).
  * Bump Standards-Version to 3.9.7. No change required.

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 10 Feb 2016 11:25:37 +0100

gyoto (1.0.2-1) unstable; urgency=low

  * New upstream release
  * Bug fix: "ftbfs with GCC-5", thanks to Matthias Klose (Closes:
    #777893).

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 26 Jun 2015 09:57:46 +0200

gyoto (1.0.1-3) unstable; urgency=low

  * Bug fix: "FTBFS on 32-bit systems (assumes size_t is unsigned long)",
    thanks to Aaron M. Ucko (Closes: #787725).
  * Switch to dh-autoreconf since we patch configure.ac.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 05 Jun 2015 17:14:23 +0200

gyoto (1.0.1-2) unstable; urgency=low

  * Fix debian/copyright to reflect the doxy2swig.py author to use license
    BSD-3-clause instead of BSD-2-clause.

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 03 Jun 2015 12:52:28 +0200

gyoto (1.0.1-1) unstable; urgency=low

  * New upstream release, soname bumped
  * Build the (new) Python extensions
  * Build the (new) MPI machinery
  * Implement as-installed tests using autopkgtest

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 27 May 2015 11:41:09 +0200

gyoto (0.2.3-1) unstable; urgency=medium

  * New upstream release
  * Move to debian-astro team

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 21 Oct 2014 14:21:10 +0200

gyoto (0.2.2-1) unstable; urgency=medium

  * Bug fix: "Please build-depends on libcfitsio-dev instead of
    libcfitsio3-dev", thanks to Aurelien Jarno (Closes: #761709).
  * Check against Policy 3.9.6

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 19 Sep 2014 14:58:00 +0200

gyoto (0.2.1-2) unstable; urgency=medium

  * Remove obsolete lintian overrides
  * Bug fix: "libgyoto2 and libgyoto1: error when trying to install
    together", thanks to Ralf Treinen (Closes: #760444).

 -- Thibaut Paumard <thibaut@debian.org>  Thu, 04 Sep 2014 10:18:16 +0200

gyoto (0.2.1-1) unstable; urgency=low

  * New upstream release
  * Bump SONAME
  * Add manual to gyoto-doc
  * Check against standards version 3.9.5
  * Bug fix: "use autotools-dev to update config.{sub, guess} and manually
    patch libtool for ppc64el", thanks to Logan Rosen (Closes: #748518).

 -- Thibaut Paumard <thibaut@debian.org>  Mon, 01 Sep 2014 15:45:17 +0200

gyoto (0.1.0-2) unstable; urgency=low

  * Bug fix: "fails to upgrade from &#39;testing&#39; - trying to
    overwrite /usr/include/Gyoto/Gyoto.h", thanks to Andreas Beckmann
    (Closes: #718629).

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 03 Aug 2013 22:59:39 +0200

gyoto (0.1.0-1) unstable; urgency=low

  * New upstream release

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 27 Jul 2013 11:35:04 +0200

gyoto (0.0.3-5) unstable; urgency=low

  * skip test suite on mips as lucatelli fails on it (but it runs fine on
    other boxes). (Closes: 681452)

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Fri, 13 Jul 2012 11:36:16 +0200

gyoto (0.0.3-4) unstable; urgency=low

  * gyoto-dbg must not depend on gyoto on kfreebsd-*, else it is
    uninstallable on these archs.

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Wed, 11 Jul 2012 14:30:02 +0200

gyoto (0.0.3-3) unstable; urgency=low

  * debian/control Architectures fields should not be folded: previous
    upload led to missing binary packages for some archs.

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Wed, 11 Jul 2012 13:02:34 +0200

gyoto (0.0.3-2) unstable; urgency=low

  * Bug fix: "FTBFS on kfreebsd-i386 and kfreebsd-amd64 (test suite)",
    (Closes: #679923). The previous "fix" did not work at all. The library
    and the Yorick interface work fine, but not the stand-alone application.
    Disable the "gyoto" binary package and the test suite on kfreebsd-*.

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Wed, 11 Jul 2012 11:20:09 +0200

gyoto (0.0.3-1+exp1) experimental; urgency=low

  * Bug fix: "FTBFS on kfreebsd-i386 and kfreebsd-amd64 (test suite)"
    (Closes: #679923).
  * Tentative bug fix: "don't rely on yorick to pass the fortified build
    flags" using patch fix_679923_kfreebsd_FTBFS (Closes: #680242).

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Tue, 10 Jul 2012 10:50:50 +0200

gyoto (0.0.3-1) unstable; urgency=low

  * Initial release (Closes: #640809)

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Fri, 22 Jun 2012 14:22:40 +0200