File: changelog

package info (click to toggle)
ncl 6.6.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 226,180 kB
  • sloc: ansic: 636,885; fortran: 443,915; csh: 19,651; sed: 11,224; yacc: 4,248; f90: 4,079; sh: 3,284; xml: 1,928; python: 1,841; lex: 1,298; perl: 995; java: 447; makefile: 389; objc: 291
file content (377 lines) | stat: -rw-r--r-- 12,834 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
ncl (6.6.2-7) unstable; urgency=medium

  * Fix broken symlinks. Closes: #986460

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 07 Apr 2021 14:56:37 +0100

ncl (6.6.2-6) unstable; urgency=medium

  * Typo in d/rules breaks mipsel build
  * Point Vcs-Git in d/control to debian/latest

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 17 Oct 2020 09:31:42 +0100

ncl (6.6.2-5) unstable; urgency=medium

  * Fix regression: *.a included in both -dev pkgs. Closes: #970654

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 24 Sep 2020 14:59:55 +0100

ncl (6.6.2-4) unstable; urgency=medium

  * Don't call dwz on mipsel: causes FTBFS

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 20 Sep 2020 10:10:49 +0100

ncl (6.6.2-3) unstable; urgency=medium

  * Use external spherepack lib now it has double-precision support
  * Set d/gbp.conf to point to the new DEP-14 branch names
  * Ensure fortran/$(FC) page is in libdir path in d/rules
  * Fix bug in gfortran-10 conditional that FTBFS. Closes: #966872
  * patch gcc10.patch for invalid BOZ constants. 
  * Move to debhelper level 13
  * Add -Wl,-z,muldefs , needed for stricter ld linking
  * Add d/not-installed; install extra manpages due to dh_missing audit

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 17 Sep 2020 21:38:22 +0100

ncl (6.6.2-2) unstable; urgency=medium

  * Standards-Version: 4.5.0
  * Use debhelper-compat (=12)
  * Use external spherepack lib
  * Drop flang dependency for now 
  * Enable -fallow-invalid-boz,  -fallow-argument-mismatch 
    with gfortran-10. Closes: #957583
  * Drop obsolete libxgks-dev in d/control 

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 04 May 2020 14:49:03 +0100

ncl (6.6.2-1) unstable; urgency=medium

  * New upstream release
  * drop-mod-file.patch to compile
  * format-security.patch to fix format-security errors
  * Build-Depend on gfortran | fortran-compiler
  * Change fortran compiler refs in d/rules to f95
  * Set fortran flags (no-range-check, etc.) for gfortran only in d/rules
  * Remove hard-coded 'xz'compression
  * Set ACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 in CFLAGS for proj 6.0.0
    transition.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 23 Jun 2019 11:07:04 +0100

ncl (6.5.0-2) unstable; urgency=medium

  * Standards-Version: 4.3.0
  * Ship *.names files in libncarg-data. LP: #1808217
  * Sanitise build paths in scripts for bit-reprodubcibility

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 20 Jan 2019 09:46:03 +0000

ncl (6.5.0-1) unstable; urgency=medium

  * New upstream release
  * Add watch file.
  * Standards-Version: 4.2.1
  * Add ksh dependenccy to libncarg-data
  * Remove obsolete Pre-Depends on lib package

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 25 Nov 2018 13:58:35 +0000

ncl (6.4.0-10) unstable; urgency=medium

  * Standards-Version: 4.1.4
  * Build against libgctp-2.0.0

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 02 Jun 2018 10:42:20 +0100

ncl (6.4.0-9) unstable; urgency=medium

  * Fix FTBFBS ;  condition giving error exit. Closes: #892311

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 09 Mar 2018 08:22:47 +0000

ncl (6.4.0-8) unstable; urgency=medium

  * Temporarily conditionally install some optional files that may not be
    built on mips64el. Closes: #892154

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 07 Mar 2018 06:50:07 +0000

ncl (6.4.0-7) unstable; urgency=medium

  * Fix regression on supported-archs.patch for mips, s390

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 04 Mar 2018 18:09:17 +0000

ncl (6.4.0-6) unstable; urgency=medium

  * Default to libblas-dev, not libopenblas-dev, as it makes many archs
    unnstallable.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 04 Mar 2018 09:02:58 +0000

ncl (6.4.0-5) unstable; urgency=medium

  * Use libhdf5-dev instead of transitional libhdf5-serial-dev
  * Standards-Version: 4.1.3; no changes required
  * Use libopenblas on more archs as available
  * Fix needed for hppa, kfreebsd (+hppa?) support. Closes: #850104
  * Move VCS to salsa.debian.org
  * Remove obsolete compiler-fix.patch

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 02 Mar 2018 17:09:59 +0000

ncl (6.4.0-4) unstable; urgency=medium

  * Drop libatlas-dev build-depend. Closes: #871715
  * Standards-Version: 4.0.1

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 11 Aug 2017 11:44:18 +0100

ncl (6.4.0-3) unstable; urgency=medium

  * Set ncl-ncarg as Multi-Arch: foreign
  * Fix manpage errors (thanks Lint.)  
  * Set ksh paths to /bin/ksh in scripts. (ksh.patch)
  * Ensure all ksh scripts are executable
  * Move all ksh scripts to libncarg-dev examples (not -data package)

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 31 Jul 2017 16:26:39 +0100

ncl (6.4.0-2) experimental; urgency=medium

  * Fix version number in pc file
  * Standards-Version: 4.0.0; no changes required
  * Add gbp.conf file
  * Debhelper compat=10
  * Patch: ensure triple2grid.f compiled -fPIC

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 31 Jul 2017 12:22:31 +0100

ncl (6.4.0-1) experimental; urgency=medium

  * New upstream release
     - Patch needed to not link explicitly to libiconv
  * Add libgdl-dev build-dependency

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 18 Apr 2017 16:11:56 +0100

ncl (6.3.0-13) unstable; urgency=medium

  * Add ncl Desktop, icon files

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 23 Dec 2016 15:09:13 +0000

ncl (6.3.0-12) unstable; urgency=medium

  * Add libfl-dev as B-D as flex no longer depends on it. Closes: #846444

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 02 Dec 2016 09:22:12 +0000

ncl (6.3.0-11) unstable; urgency=medium

  * Conditionally depend on openblas. Closes: #86191

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 31 Aug 2016 12:03:52 +0100

ncl (6.3.0-10) unstable; urgency=medium

  * Preferentially use openblas not blas
  * Allow -fdebug-prefix-map in CFLAGS (change sed in rules). Closes: #832011

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 14 Aug 2016 10:33:28 +0100

ncl (6.3.0-9) unstable; urgency=medium

  * Fix udunits path. Closes: #829702
  * Standards-Version: 3.9.8. No changes required.
  * Ack. previously fixed bug. Closes: #809716.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 18 Jul 2016 14:33:25 +0100

ncl (6.3.0-8) unstable; urgency=medium

  * Rebuild against libgdal-dev for gdal2.0 transition

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 02 Mar 2016 07:50:52 +0000

ncl (6.3.0-7) unstable; urgency=medium

  * Add -lsz to the static libraries needed in ncarg.pc
  * Move libncl.a to $LIBDIR/ncarg/libncl.a. Closes: #813972.
  * Change ncargpath lib to $LIBDIR/ncarg and add .so
  * Change $lib to /usr/lib/$arch/ncarg in config/Project
  * Add B-D on libmotif-dev for Motif support.
  * Standards-Version: 3.9.7. No changes required
  * Drop linking against jasper as it is being removed from Debian.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 29 Feb 2016 21:01:26 +0000

ncl (6.3.0-6) unstable; urgency=medium

  * Typo in depends: ncl-narg -> ncl-ncarg. Closes: #810682.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 10 Jan 2016 15:40:31 +0000

ncl (6.3.0-5) unstable; urgency=medium

  * Build with libpng-dev. Closes: #810193.
  * B-D on libaec-dev, link against libsz for szip compression
  * libncarg-dev should depend on ncl-ncarg for ncargpath.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 07 Jan 2016 06:53:52 +0000

ncl (6.3.0-4) unstable; urgency=medium

  * reproducible.patch: remove timestamps to make build reproducible

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 21 Nov 2015 11:57:25 +0000

ncl (6.3.0-4~exp2) experimental; urgency=medium

  * Move /etc/bash_completions.d/* to new /usr/share/bash_completions 
  * Install DEBIAN link earlier before configuration.
  * Remove '-ansi' to fix FTBFS on mips*.
 
 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 24 Aug 2015 16:25:19 +0100

ncl (6.3.0-4~exp1) experimental; urgency=medium

   * Install DEBIAN config file correctly for building on non-Linux systems.
   * Build against hdf-eos4 what uses libhdf4-alt-dev

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 17 Aug 2015 04:18:15 +0100

ncl (6.3.0-3) experimental; urgency=medium

  * Enable libnetcdff-dev for transition

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 28 Jul 2015 17:22:17 +0100

ncl (6.3.0-3~exp1) unstable; urgency=medium

  * Use canonical anonscm.debian.org URL scheme. 
  * Update VERSION to 6.3.0 in debian/rules

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 15 Jul 2015 10:05:22 +0100

ncl (6.3.0-2) unstable; urgency=medium

  * Build-Depend on libgdal-dev not libgdal1-dev, for gdal-2.0.0 transition.
    Closes: #789489
  * Add Vcs-Git: to debian/control; debian-science repo. 

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 21 Jun 2015 15:33:45 +0100

ncl (6.3.0-1) unstable; urgency=medium

  * New upstream release
  * security.patch: removed, changes now upstream
  * deblibs patch from  Tyson Whitehead for Missing text on plots.
    Closes: #787652
  * Include PlotcharData in libncarg-data package. Closes: #785547

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 20 Jun 2015 20:50:24 +0100

ncl (6.2.0-3) unstable; urgency=medium

  * Change libjpeg8 -> libjpeg in debian/control. Closes: #763485.
  * Now at Standards-Version: 3.9.6

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 10 Oct 2014 07:46:56 +0100

ncl (6.2.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Support hdf5 1.8.13 new packaging layout (closes: #756686).

 -- Gilles Filippini <pini@debian.org>  Tue, 05 Aug 2014 19:56:38 +0200

ncl (6.2.0-2) unstable; urgency=medium

  * libproj-dev now needed explicitly. 

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 28 Jul 2014 21:07:13 +0100

ncl (6.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Build sphere3.1_dp first to ensure its always present when needed.
    Closes: #753231.
  * Build with atlas rather than base lapack, blas.
  * Use xz compression.
  * Add symlink $NCARG_ROOT/lib/ncarg -> /usr/share/ncarg fix references
    in scripts to non-FHS directory locations.  LP: #1329691.
  * Patch needed for compiler issue under examination in _NGResolvePath()
    compiler_fix.patch.

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 27 Jul 2014 13:05:44 +0100

ncl (6.1.2-7) unstable; urgency=medium

  * Add support for kFreeBSD, Hurd to support-archs.patch 
  * Add support for aarch64 to support-archs.patch. Closes: #742467.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 03 Mar 2014 11:02:41 +0000

ncl (6.1.2-6) unstable; urgency=medium

  * proj library not needed. Drop references in config/Project.
  * Fix library references and refactor patches to fix FTBFS.
    Closes: #733003.
  * Fix bash_completion.d ; wrong file installed. 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 28 Feb 2014 15:56:27 +0000

ncl (6.1.2-5) unstable; urgency=medium

  * Don't redirect output to tty in ymake; breaks on FreeBSD, not 
    guaranteed anywhere.
  * Build executables with shared libraries, fPIC as otherwise fPIE doesn't
    work on amd64.
  * Add flex, bison build-dependencies to generate wrapit.  
  * Build by setting RootPath rather than $(DESTDIR)

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 12 Jan 2014 10:22:17 +0000

ncl (6.1.2-4) unstable; urgency=medium

   * Enforce building libraries first, as build-order via makefile
     not reliable.
  * Add -I/usr/include/mpi when building when libhdf-mpi-dev rather than
    serial. 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 03 Jan 2014 11:40:02 +0000

ncl (6.1.2-3) unstable; urgency=medium

  * Depend on gfortran, libxt-dev
  * Add dependency on fonts-lyx for cms*ttf fonts, rather than shipping them. 
  * tty_patch: don't use /dev/tty directly in ymake as it breaks on kFreeBSD.
  * manpages_patch: Fix (some) lintian warnings on whatis entries, hyphens
    More to do next year.
  * link_pie_prog.patch: Link Programs with -fPIE, immediate binding, 
    for hardening.
  * Add sonames, hardening to shared libraries.
  * Now needs security.patch to fix false alarms after hardening enabled.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 30 Dec 2013 19:41:22 +0000

ncl (6.1.2-2) unstable; urgency=medium

  * Add tcsh | csh | c-shell as Build-Dependency. Closes: #733033.
    Also as dep for binary packages.
  * Label libncarg-data as Multi-Arch: foreign. 
  * Move to Standards-Version: 3.9.5. No changes required. 
  * libncarg-bin is now Multi-Arch: foreign

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 30 Dec 2013 16:29:09 +0000

ncl (6.1.2-1) unstable; urgency=low

  * Initial release. (Closes: #531982)

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 02 Oct 2013 01:31:40 +0000