File: changelog

package info (click to toggle)
odb-api 0.18.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 26,452 kB
  • sloc: cpp: 115,083; ansic: 86,859; f90: 30,318; sql: 12,508; sh: 9,939; yacc: 3,680; python: 2,432; lex: 1,593; perl: 1,116; fortran: 341; csh: 214; makefile: 111; lisp: 17
file content (186 lines) | stat: -rw-r--r-- 6,380 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
odb-api (0.18.1-5) unstable; urgency=medium

  * Fix broken symlinks. Closes: #924162

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 10 Mar 2019 09:18:57 +0000

odb-api (0.18.1-4) unstable; urgency=medium

  * Typo in d/control depencencies. Closes: #918738

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 09 Jan 2019 21:35:34 +0000

odb-api (0.18.1-3) unstable; urgency=medium

  * More sanitization of cmake scripts for reproducibility.
  * Don't ship odb_api-targets.cmake or  odb-targets.cmake in -dev package
    as the targets are mixed in -dev and -bin; magics++/metview build ok
    without them. Closes: #918554
  * Build with dh-fortran-mod >= 0.11 

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 08 Jan 2019 06:27:57 +0000

odb-api (0.18.1-2) unstable; urgency=medium

  * Add Conflicts: to libodb-api-dev on libodb-dev. (Unrelated, but both ship
    libodb.so). Closes: #917988.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 03 Jan 2019 12:12:28 +0000

odb-api (0.18.1-1) unstable; urgency=medium

  * New upstream release
  * Build-Depend on fcm
  * Use dh-fortran-mod > 0.7, with ${Fortran-Mod}
  * Sanitize cmake scripts for reproducible builds (remove build paths)
  * No longer ship syslog-* binaries
  * More shared libs; add debian 0d versioning
  * Drop M-A: same for python3 package
  * Move all .so packages to -dev pkg; make -bin pkg depend on -dev
  * Standards-Version: 4.3.0

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 01 Jan 2019 12:25:12 +0000

odb-api (0.18.0-7) unstable; urgency=medium

  * Drop hard-coded xz compression
  * Rebuild against libeccodes without memfs
  * Add BLAS to Build-Depends 
  * Change gfortran-8 -> gfortran
  * Delete accidental python2.7* stuff in py3 package

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 22 Nov 2018 08:53:10 +0000

odb-api (0.18.0-6) unstable; urgency=medium

  * Standards-Version: 4.2.1
  * Undo hard-coded gfortran-8 now transition complete
  * Delete obsolete symlinks. Closes: #909616

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 27 Sep 2018 12:25:08 +0100

odb-api (0.18.0-5) unstable; urgency=medium

  * Fix broken symlinks in /usr/bin. Closes: #904511
  * Update URLs in d/watch

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 26 Jul 2018 12:14:04 +0100

odb-api (0.18.0-4) unstable; urgency=medium

  * Add libc6-dev-mips32 build-dep for mips64el to fix FTBFS

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 13 Jul 2018 21:09:27 +0100

odb-api (0.18.0-3) unstable; urgency=medium

  * qtar conflicts with hxtools. Rename to ecmwf_qtar. Closes: #903445
  * rename qtar -> ecmwf_qtar in cmake files
  * Fix paths in odb-targets-release.cmake
  * Standards-Version: 4.1.5
  * Include statically linked libs
  * Add Depends: ${misc:Depends} to -data pkg

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 13 Jul 2018 06:43:17 +0100

odb-api (0.18.0-2) unstable; urgency=medium

  * Enable ODB, ODB_MPI (for metview)
  * Disable AIO on Hurd - can't find aio_suspend, etc.
  * Enable tests (ignore test failures for now)
  * Set OpenMPI oversuscribe on in d/rules for tests
  * Add libodb-api-data for shared ODB data

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 04 Jul 2018 01:16:39 +0100

odb-api (0.18.0-1) unstable; urgency=medium

  * New upstream release
    - Update py3-port.patch for python3.7
    - Build against python3.6, python3.7
    - refresh unique_ptr.patch
  * Remove obsolete patches:
    - swap_decl.patch
    - unsigned_long_on_32bit.patch
  * Add -DENABLE_ODB_API_SERVER_SIDE=ON
  * Enable OpenMP threading
  * Disable VIENNACL (Experimental)

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 02 Jul 2018 17:26:55 +0100

odb-api (0.17.6-4) unstable; urgency=medium

  * Build against gfortran-8.
  * Use dh-fortran-mod to capture fortran mod file version`

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 08 May 2018 10:08:24 +0100

odb-api (0.17.6-3) unstable; urgency=medium

  * Standards-Version: 4.1.4; no changes required

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 15 Apr 2018 07:37:14 +0100

odb-api (0.17.6-2) unstable; urgency=medium

  * Standards-Version: 4.1.3
  * Update VCS field to salsa.debian.org
  * Update watch file
  * Fix install paths: pkgconfig in /usr/lib/@TRIPLET/pkgconfig
     include files to /usr/include/@TRIPLET
  * Set libodb-api-bin as M-A: foreign
  * Add apache NOTICE to libodb-api-dev.docs

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 31 Jan 2018 07:15:15 +0000

odb-api (0.17.6-1) unstable; urgency=medium

  * New upstream release

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 31 Dec 2017 10:56:23 +0000

odb-api (0.17.4-4) unstable; urgency=medium

  * B-D on mpi-default-dev, not libopenmpi-dev.
  * Standards-Version now 4.1.2; no changes required

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 19 Dec 2017 12:00:07 +0000

odb-api (0.17.4-3) unstable; urgency=medium

  * Change odb_api-targets-release.cmake refernces from odb -> ecmwf_odb
  * Make libodb-api-dev depend on libodb-api-bin, as the cmake scripts
    depend on the binaries bein present

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 09 Nov 2017 18:22:05 +0000

odb-api (0.17.4-2) unstable; urgency=medium

  * Delete ecbuild configuartion info from include files that break
    multi-arch usability and reproducibility
  * Rename odb -> ecmwf_odb to avoid conflict. Closes: #880890
  * Disable duplicate method in DenseMap that breaks build on 32-bit systems
    Closes:  #880966
  * Add namespace to swap call on big-endian systems. Closes: #880968

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 06 Nov 2017 17:40:48 +0000

odb-api (0.17.4-1) unstable; urgency=medium

  * New upstream release
  * Close correct bug for ITP. Closes: #873607
  * Standards-Version: 4.1.1
  * Now require libeccodes-dev >= 2.5.0
  * Add ksh depenendency for libodb-api-bin
  * Set DISABLE_OS_CHECK=On. Closes: #880681
  * Sanitise build path in cmake files for reproducibility.
  * Fix for unsigned long convert to size_t on 32-bit systems. Closes: #880680
  * Patch to find libOdb.so.0d in python module via multiarch path

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 05 Nov 2017 10:52:13 +0000

odb-api (0.17.1-1) unstable; urgency=medium

  * Initial release. (Closes: #873067)

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 01 Sep 2017 11:44:23 +0100