File: changelog

package info (click to toggle)
nco 4.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,864 kB
  • sloc: ansic: 77,893; cpp: 28,636; sh: 19,184; perl: 5,966; makefile: 1,995; lex: 1,009; python: 127; csh: 40
file content (895 lines) | stat: -rw-r--r-- 26,689 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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
nco (4.9.7-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 28 Dec 2020 05:43:43 +0100

nco (4.9.6-1) unstable; urgency=medium

  * New upstream release.
  * Bump watch file version to 4.
  * Bump Standards-Version to 4.5.1, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 01 Dec 2020 05:56:38 +0100

nco (4.9.5-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright years for Charlie Zender.
  * Update lintian overrides.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 24 Sep 2020 06:13:33 +0200

nco (4.9.4-1) unstable; urgency=medium

  * New upstream release.
  * Drop UNRELEASED changelog entries.
  * Update lintian overrides for renamed tags.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 05 Sep 2020 07:04:06 +0200

nco (4.9.3-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.5.0, no changes.
  * Update copyright file, changes:
    - NCO license changes to BSD-3-Clause.
    - nco_gsl.* is no longer dual licensed
  * Bump debhelper compat to 10, changes:
    - Drop --parallel option, enabled by default
    - Don't explicitly enable autoreconf, enabled by default
    - Drop dh-autoreconf build dependency

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 01 Jun 2020 05:47:32 +0200

nco (4.9.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop Name field from upstream metadata.
  * Add lintian override for manpage-without-executable.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 20 Dec 2019 07:04:03 +0100

nco (4.9.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.4.1, no changes.
  * Drop spelling-errors.patch, applied upstream.
  * Drop unused override for spelling-error-in-binary.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 05 Dec 2019 05:32:58 +0100

nco (4.8.1-1) unstable; urgency=medium

  * Update gbp.conf to use --source-only-changes by default.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 07 Jul 2019 08:47:09 +0200

nco (4.8.1-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Remove package name from lintian overrides.
  * Add license & copyright for sources by Joseph O'Rourke.
  * Update copyright file, changes:
    - Update copyright years for Charlie Zender
    - Add license & copyright for nco_crt.h
  * Add patch to fix spelling errors.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 02 Jul 2019 06:17:16 +0200

nco (4.7.9-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.3.0, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 21 Feb 2019 06:59:59 +0100

nco (4.7.8-1) unstable; urgency=medium

  * New upstream release.
  * Drop patches, included upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 17 Nov 2018 07:48:48 +0100

nco (4.7.7-2) unstable; urgency=medium

  * Add upstream patch to fix FTBFS with NetCDF 4.6.2-RC1.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 28 Sep 2018 16:21:57 +0200

nco (4.7.7-1) unstable; urgency=medium

  * New upstream release.
  * Update watch file to limit matches to archive path.
  * Bump Standards-Version to 4.2.1, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 22 Sep 2018 08:45:41 +0200

nco (4.7.6-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.2.0, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 12 Aug 2018 08:42:22 +0200

nco (4.7.5-2) unstable; urgency=medium

  * Bump Standards-Version to 4.1.5, no changes.
  * Drop autopkgtest to test installability.
  * Add lintian override for testsuite-autopkgtest-missing.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 01 Aug 2018 07:20:48 +0200

nco (4.7.5-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.1.4, no changes.
  * Strip trailing whitespace from control & rules files.
  * Drop spelling-errors.patch, applied upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 11 Jun 2018 07:38:34 +0200

nco (4.7.4-1) unstable; urgency=medium

  * New upstream release.
  * Update Vcs-* URLs for Salsa.
  * Add patch to fix spelling errors.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 07 Apr 2018 16:02:48 +0200

nco (4.7.3-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 03 Mar 2018 09:37:54 +0100

nco (4.7.2-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright-format URL to use HTTPS.
  * Bump Standards-Version to 4.1.3, no changes.
  * Update copyright years for Charlie Zender.
  * Add lintian overrides for binary-without-manpage.
  * Strip trailing whitespace from changelog file.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 25 Jan 2018 20:04:04 +0100

nco (4.7.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.1.2, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 21 Dec 2017 18:29:08 +0100

nco (4.7.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.1.1, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 09 Nov 2017 19:07:59 +0100

nco (4.6.9-1) unstable; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 19 Sep 2017 07:54:09 +0200

nco (4.6.8-1) unstable; urgency=medium

  * New upstream release.
  * Update gbp.conf to use --no-rollback for gbp import-orig.
  * Don't explicitly build with GCC 6, FTBFS with GCC 7 fixed upstream.
    (closes: #853569)

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 16 Aug 2017 21:18:01 +0200

nco (4.6.7-2) unstable; urgency=medium

  * Explicitly build with GCC 6 (FTBFS with GCC 7 not fixed yet).
  * Bump Standards-Version to 4.0.0, no changes.
  * Add autopkgtest to test installability.
  * Drop unused lintian override.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 05 Aug 2017 13:33:04 +0200

nco (4.6.7-1) unstable; urgency=medium

  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 18 Jun 2017 13:43:13 +0200

nco (4.6.7-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Enable PIE hardening buildflags.
  * Update lintian overrides for spelling-error-in-binary false positive.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 26 May 2017 22:42:15 +0200

nco (4.6.6-1~exp1) experimental; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 22 Apr 2017 11:37:21 +0200

nco (4.6.5-1~exp1) experimental; urgency=medium

  * New upstream release.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 16 Mar 2017 07:31:36 +0100

nco (4.6.4-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Update copyright years for Charlie Zender.
  * Add lintian override for spelling-error-in-binary false positive.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 08 Feb 2017 07:29:49 +0100

nco (4.6.3-1) unstable; urgency=medium

  * New upstream release.
  * Drop patches, applied upstream.
  * Don't limit parallel build, FTBFS fixed with BUILT_SOURCES patch.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 23 Dec 2016 23:34:40 +0100

nco (4.6.2-2) unstable; urgency=medium

  * Limit parallel build (max-parallel=32).
    (closes: #844865)

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 19 Nov 2016 11:33:54 +0100

nco (4.6.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop libgsl0-dev alternative dependency.
  * Drop spelling-errors.patch, applied upstream.
  * Add patch to fix spelling errors.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 16 Nov 2016 19:09:35 +0100

nco (4.6.1-1) unstable; urgency=medium

  * New upstream release.
  * Add patch to fix spelling errors.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 07 Aug 2016 12:41:46 +0200

nco (4.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Drop typos.patch, applied upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 13 May 2016 10:15:06 +0200

nco (4.5.5-2) unstable; urgency=medium

  * Bump Standards-Version to 3.9.8, no changes.
  * Enable all buildflags, except PIE (causes build failure).

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 05 May 2016 22:22:13 +0200

nco (4.5.5-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.7, no changes.
  * Update Vcs-Git URL to use HTTPS.
  * Use GitHub for upstream sources.
  * Drop typos.patch, applied upstream.
  * Add patch for various new typos.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 27 Feb 2016 18:19:59 +0100

nco (4.5.4-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright years in copyright file.
  * Drop gsl-2.0.patch, upstream includes GSL 2 support now.
  * Add patch for a couple of typos.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 08 Jan 2016 01:35:56 +0100

nco (4.5.3-1) unstable; urgency=medium

  * New upstream release.
  * Drop obsolete convert script.
  * Update libgsl-dev build dependendency for gsl 2.0.
  * Add patch for GSL 2.0 support.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 06 Nov 2015 11:02:23 +0100

nco (4.5.2-1) unstable; urgency=medium

  * New upstream release.
  * Update upstream metadata for GitHub repo move.
  * Drop typo patch, applied upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 11 Sep 2015 12:27:29 +0200

nco (4.5.1-2) unstable; urgency=medium

  * Handle common dversion mangling in watch file.
  * Add patch for 'unofficial' typo.
  * Rebuild for netcdf transition.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 24 Aug 2015 14:44:04 +0200

nco (4.5.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop hyphen-used-as-minus-sign.patch, applied upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 14 Jul 2015 09:03:34 +0200

nco (4.5.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 13 Jun 2015 14:20:46 +0200

nco (4.4.9-1) unstable; urgency=medium

  * New upstream release.
  * Update upstream metadata for move to GitHub.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 25 May 2015 16:10:35 +0200

nco (4.4.8-1) unstable; urgency=medium

  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 26 Apr 2015 22:23:51 +0200

nco (4.4.8-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Update copyright years in copyright file.
  * Refresh patches.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 21 Feb 2015 12:53:33 +0100

nco (4.4.7-1~exp1) experimental; urgency=medium

  [ Francesco Paolo Lovergine ]
  * Now moving to modern dh support.

  [ Bas Couwenberg ]
  * New upstream release.
  * Add myself to Uploaders.
  * Update watch files with sepwatch changes, further improved to only match
    upstream source tarballs.
  * Add gbp.conf to use pristine-tar by default.
  * Restructure control file with cme.
  * Update Vcs-Browser URL to use cgit instead of gitweb.
  * Update copyright file using copyright-format 1.0.
  * Ignore test failures instead of disabling them.
  * Override dh_install to use --list-missing.
  * Don't install libnco.la.
  * Enable parallel builds.
  * Install xmp images alongside documentation.
  * Update doc-base HTML paths.
    (closes: #757323)
  * Add patch to fix hyphen-used-as-minus-sign issues in man pages.
  * Bump Standards-Version to 3.9.6, changes: copyright-format 1.0.
  * Use dh-autoreconf for retooling.
    (closes: #744476)
  * Add upstream metadata.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 20 Feb 2015 21:34:10 +0100

nco (4.4.2-1) unstable; urgency=medium

  * New upstream release.
    (closes: #611673)
  * Added missing watch flle.
  * Policy bumped to 3.9.5.
  * Added build-dep on autotools-dev and update/clean step in debian/rules.
    (closes: #727470)
  * Changed Vcs-* url to canonicali ones.
  * Debhelper level set to 9.
  * Now nco.html is a single file.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 26 Mar 2014 16:54:51 +0100

nco (4.0.9-1) unstable; urgency=low

  * New upstream release.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Sun, 19 Feb 2012 18:27:10 +0100

nco (4.0.8-1) unstable; urgency=low

  * New upstream release.
  * Moved to DebianGis maintainership, as asked by Charlie Zender.
  * Repository set onto alioth git, with Vcs-* usual settings.
  * Added makeinfo as build-dep for generating html docs.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 29 Nov 2011 12:49:29 +0100

nco (4.0.7-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Don't ship .la files (Closes: #622527).

 -- Luk Claes <luk@debian.org>  Sun, 26 Jun 2011 09:34:27 +0200

nco (4.0.7-1) unstable; urgency=low

  * new upstream version (fix bug_hyp_dgn, srd w/dap)

 -- Charlie Zender <zender@uci.edu>  Fri, 21 Jan 2011 11:30:56 -0700

nco (4.0.6-1) unstable; urgency=low

  * new upstream version (clang, YYYYMMDD-averaging, xtr ass crd)
  * debian/rules
    - build with dap-netcdf netcdf4 udunits2 by default

 -- Charlie Zender <zender@uci.edu>  Fri, 14 Jan 2011 11:30:56 -0700

nco (4.0.5-1) unstable; urgency=low

  * new upstream version (fix ncks hyp NC4 bug, ncra CF crd bug)
  * debian/control
    - require libudunits2-0, libudunits2-dev
  * debian/rules
    - build with DEB_BUILD_OPTIONS='dap-netcdf netcdf4 udunits2'

 -- Charlie Zender <zender@uci.edu>  Thu, 13 Oct 2010 11:30:56 -0700

nco (4.0.4-1) unstable; urgency=low

  * new upstream version (chunking everywhere, ncrename bugfix, ncks -m)

 -- Charlie Zender <zender@uci.edu>  Thu, 02 Sep 2010 20:34:38 -0700

nco (4.0.3-1) unstable; urgency=low

  * new upstream version (cf_date() bug, ncbo bug, configure tweaks)
  * Switch to dpkg-source 3.0 (quilt) format

 -- Charlie Zender <zender@uci.edu>  Thu, 02 Sep 2010 18:05:48 -0700

nco (4.0.2-1) unstable; urgency=low

  * new upstream version (namespace, ncatted NUL, ncap2 1-d arrays)

 -- Charlie Zender <zender@uci.edu>  Sun, 27 Jun 2010 11:04:41 -0700

nco (4.0.1-1) unstable; urgency=low

  [ Charlie Zender ]
  * new upstream version (fix_rec_dmn, mk_rec_dmn, .ncrename)
  * debian/copyright
    - remove John Burkhardt
  * debian/control
    - add ${misc:Depends}

  [ Francesco Paolo Lovergine ]
  * Policy bumped to 3.8.4.
  * Debhelper level set to 7.
  * Added me as uploaders.
  * Removing top dir info file.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 26 Apr 2010 22:51:21 +0200

nco (4.0.0-1) unstable; urgency=low

  * new upstream version (fitting, calendar, bilinear interp)

 -- Charlie Zender <zender@uci.edu>  Tue, 05 Jan 2010 12:06:24 -0800

nco (3.9.9-1) unstable; urgency=low

  * new upstream version (chunking, NC_STRING, GSL stats/interp, rebasing)
  * debian/control
    - Standards-Version: 3.8.2
  * debian/copyright
    - includes everyone now
  * debian/compat
    - change from 4 to 5

 -- Charlie Zender <zender@uci.edu>  Tue, 14 Jul 2009 18:31:07 -0700

nco (3.9.8-1) unstable; urgency=low

  * new upstream version (DAP-netCDF, sort(), array(), GSL RNG)
  * debian/control
    - BR libnetcdf-dev
    - debhelper > 5
  * debian/rules
    - remove --disable-rpath

 -- Charlie Zender <zender@uci.edu>  Wed, 29 Apr 2009 13:28:07 -0700

nco (3.9.7-1) unstable; urgency=low

  * new upstream version (improves GSL builds, ncap2 threading)

 -- Charlie Zender <zender@uci.edu>  Wed, 18 Mar 2009 16:43:24 -0700

nco (3.9.0-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules
    - fixed FTBFS if build twice in a row (Closes: #442685)
  * debian/doc-base
    - changed section
  * debian/watch
    - added
  * debian/control
    - added Homepage field

 -- Sandro Tosi <matrixhasu@gmail.com>  Sat, 19 Apr 2008 16:28:04 +0200

nco (3.9.0-1) unstable; urgency=low

  * new upstream version (includes netCDF4 atomic types)

 -- Charlie Zender <zender@uci.edu>  Tue, 22 May 2007 19:04:54 -0700

nco (3.2.0-1) unstable; urgency=low

  * new upstream version (includes rmssdn arithmetic bugfix)

 -- Charlie Zender <zender@uci.edu>  Thu, 19 Apr 2007 22:19:00 -0700

nco (3.1.9-1) unstable; urgency=low

  * new upstream version

 -- Charlie Zender <zender@uci.edu>  Sat, 10 Mar 2007 18:47:03 -0800

nco (3.1.8-1) experimental; urgency=low

  * ncap2 methods work, nascent _FillValue support
  * Add psd.nco example for ncap2
  * Fix in.nc and tst path issues in make check
  * Change long description
  * Remove unused make command in control
  * Change section from "math" to "science" in control and doc-base
  * Remove ncap_lex.c, ncap_yacc.[ch] from tarball
  * Remove pgiCC OpenMP threading on ncap2
  * Exclude all .cvsignore's
  * Replace 'unstable' with 'UNRELEASED' from 3.0.0-3.1.7
  * Change debian/nco.doc-base to debian/doc-base
  * Create non-native debian packages
  * Add @dircategory netCDF to nco.texi
  * Removed debian/docs, alphabetize control, less precise debhelper
    version, refine copyright history, remove debian/doc, de-comment
    debian/rules,
  * Remove debian/[postinst,prerm, postrm]. These only contained
    instructions for handling *.info files. Rely on dh_installinit to
    automagically create these instructions.
  * Include ncap2 executable and man page
  * Add package dependencies on antlr, libantlr-dev
  * Kludge HTML documentation location in nco.doc-base
  * Compile-time determination of _Fillvalue vs. missing_value

 -- Charlie Zender <zender@uci.edu>  Wed, 6 Dec 2006 08:22:22 -0800

nco (2.9.9-3) unstable; urgency=low

  * QA upload.
  * Add missing build dependencies on flex and bison.
  * debian/rules: Add (empty) binary-indep target.  Closes: #395719.
  * Conforms to Standards version 3.7.2.

 -- Matej Vela <vela@debian.org>  Sat, 28 Oct 2006 16:22:58 +0200

nco (2.9.9-2) unstable; urgency=medium

  * QA upload.
  * Remove unnecessary build dependency on netcdfg3; let netcdfg-dev pull
    in the appropriate library package.  Closes: #352026.
  * Move libnco from /usr/lib to /usr/lib/nco.  Providing a public library
    would require a separate libnco-2.9.9 package, which is overkill ATM.
  * data/udunits.dat: Used only with UDUnits, which is not packaged for
    Debian; remove.
  * debian/copyright:
    - Update FSF address.
    - Remove outdated (and no longer required) list of changes.
  * debian/nco.doc-base:
    - Word-wrap description.
    - Change section to Apps/Math.
    - Add a stanza for info files.
  * debian/postinst, debian/prerm, debian/info: Invoke install-info
    manually with a section argument as nco.info doesn't specify one.
  * debian/postrm: Remove cruft.
  * debian/rules:
    - Pass CFLAGS to configure.
    - When DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE are the same, pass
      only --build to configure (otherwise it enters cross-compile mode).
    - Let dh_strip handle DEB_BUILD_OPTIONS=nostrip.
  * Conforms to Standards version 3.6.2.

 -- Matej Vela <vela@debian.org>  Sun, 12 Feb 2006 10:21:06 +0100

nco (2.9.9-1) unstable; urgency=medium

  * QA upload integrating long due changes due to Charlie Zender and Rorik Peterson.
    (closes: #254627,#254625,#265106)
  * Maintainer set to QA team.

  [ Rorik Peterson ]

  * 1. ncbo threading 2. ncpdq -P packing

 -- Francesco Paolo Lovergine <frankie@debian.org>  Sat, 25 Sep 2004 12:14:26 +0200

nco (2.9.8-1) unstable; urgency=low

  * 1. ncpdq, 2. ncwa --msk_sng consolidated mask switch, and 3. C99

 -- Charlie Zender <zender@uci.edu>  Sat,  7 Aug 2004 14:12:51 -0700

nco (2.9.7-1) unstable; urgency=low

  * MFO input files from stdin, OpenMP threading in ncra

 -- Charlie Zender <zender@uci.edu>  Tue,  6 Jul 2004 13:49:28 -0700

nco (2.9.6-1) unstable; urgency=low

  *  Add -o fl_out option, change ncwa -o meaning, AMD64 build tweaks

 -- Charlie Zender <zender@uci.edu>  Tue, 15 Jun 2004 09:44:15 -0700

nco (2.9.5-1) unstable; urgency=low

  * ncflint interpolation is commutative, libnco_c++ *.hh headers installed

 -- Charlie Zender <zender@uci.edu>  Wed,  2 Jun 2004 22:15:49 -0700

nco (2.9.4-1) unstable; urgency=low

  * ncecat works on scalar files, AIX GCC, improved nco_tst.pl

 -- Charlie Zender <zender@uci.edu>  Fri, 21 May 2004 10:52:29 -0700

nco (2.9.3-1) unstable; urgency=low

  * ncra/ncea arithmetic works when missing_value equals zero or any intermediate sum

 -- Charlie Zender <zender@ashes.ess.uci.edu>  Tue, 13 Apr 2004 17:18:37 -0700

nco (2.9.2-1) unstable; urgency=medium

  * Fix S/V, S%V, S^V, workaround broken UDUnits installations

 -- Charlie Zender <zender@uci.edu>  Tue, 23 Mar 2004 07:16:59 -0800

nco (2.9.1-1) unstable; urgency=low

  * prp_sei, fix ncwa unpacking bug

 -- Charlie Zender <zender@ashes.ess.uci.edu>  Thu,  4 Mar 2004 17:03:18 -0800

nco (2.9.0-1) unstable; urgency=low

  * CF convention behaves like CSM, ncap corner cases, workaround GCC stack limitation

 -- Charlie Zender <zender@uci.edu>  Wed, 25 Feb 2004 15:51:29 -0800

nco (2.8.8-1) unstable; urgency=low

  * --enable-[optimize/debug]-custom works again on GCC

 -- Charlie Zender <zender@ashes.ess.uci.edu>  Fri, 30 Jan 2004 15:31:09 -0800

nco (2.8.7-1) unstable; urgency=low

  * Default GCC builds work again, ncap packing works again

 -- Charlie Zender <zender@uci.edu>  Tue, 13 Jan 2004 11:43:47 -0800

nco (2.8.6-1) unstable; urgency=low

  * Add -Werror to GCC compiles, fix AIX and SGI builds

 -- Charlie Zender <zender@uci.edu>  Mon, 12 Jan 2004 12:12:48 -0800

nco (2.8.5-1) unstable; urgency=low

  * DODS support, configure.in rewrite,	ncap attribute assignment fix

 -- Charlie Zender <zender@uci.edu>  Wed,  7 Jan 2004 14:27:38 -0800

nco (2.8.4-1) unstable; urgency=high

  * Fix bug with index-based hyperslabs introduced near 2.7.4

 -- Charlie Zender <zender@ashes.ess.uci.edu>  Tue, 25 Nov 2003 11:53:04 -0800

nco (2.8.3.5-1) unstable; urgency=low

  * Special version halfway to 2.8.4 for ncap bugtesting

 -- Charlie Zender <zender@ashes.ess.uci.edu>  Fri, 21 Nov 2003 14:47:14 -0800

nco (2.8.3-1) unstable; urgency=low

  * Fix ncap memory leak, nco_tst.sh regressions

 -- Charlie Zender <zender@ashes.ess.uci.edu>  Fri, 14 Nov 2003 17:17:23 -0800

nco (2.8.2-1) unstable; urgency=medium

  * missing_value fix for ncbo

 -- Charlie Zender <zender@uci.edu>  Sun,  9 Nov 2003 23:28:25 -0800

nco (2.8.1-1) unstable; urgency=low

  * Variable wildcarding

 -- Charlie Zender <zender@ashes.ess.uci.edu>  Wed, 27 Aug 2003 11:51:16 -0700

nco (2.8.0-1) unstable; urgency=low

  * update sources, new operator 'ncbo' replaces 'ncdiff'

 -- Rorik Peterson <rorik@chabuku.iarc.uaf.edu>  Mon,  4 Aug 2003 10:38:58 -0800

nco (2.7.2-1) unstable; urgency=low

  * updated sources, changed control to build using 'configure', made nco-doc
    package for documentation

 -- Rorik Peterson <rorik@chabuku.iarc.uaf.edu>  Sat, 29 Mar 2003 21:09:48 -0900

nco (2.2.0-3) unstable; urgency=low

  * Eliminated building of dvi, postscript, and pdf documentation due to
    bugs in texinfo.  (Closes: Bug#164977)

 -- Brian Mays <brian@debian.org>  Wed, 16 Oct 2002 09:30:31 -0400

nco (2.2.0-2) unstable; urgency=medium

  * Modified postinst to ignore an existing /usr/doc/$package directory.

 -- Brian Mays <brian@debian.org>  Wed, 20 Mar 2002 11:18:29 -0500

nco (2.2.0-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Thu,  7 Feb 2002 05:42:36 -0500

nco (2.0.0-4) unstable; urgency=low

  * Fixed symlink /usr/doc -> ../share/doc.
  * Fixed reference to GPL.
  * Improved stripping of binaries.

 -- Brian Mays <brian@debian.org>  Fri,  1 Feb 2002 15:58:40 -0500

nco (2.0.0-3) unstable; urgency=low

  * Enabled building on all architectures.  (Closes: Bug#121461,
    Bug#124105)
  * Fixed symlink /usr/doc -> ../share/doc.

 -- Brian Mays <brian@debian.org>  Sun, 27 Jan 2002 15:08:56 -0500

nco (2.0.0-2) unstable; urgency=low

  * Added build dependency on tetex-extra.  (Closes: Bug#106770)

 -- Brian Mays <brian@debian.org>  Fri, 27 Jul 2001 09:09:49 -0400

nco (2.0.0-1) unstable; urgency=low

  * New upstream version.
  * Removed "-g" gcc option as per policy.

 -- Brian Mays <brian@debian.org>  Mon,  9 Jul 2001 11:26:24 -0400

nco (1.2.2-2) unstable; urgency=low

  * Added nettcdf-bin to Build-Depends.  (Closes: Bug#87094)

 -- Brian Mays <brian@debian.org>  Thu, 22 Feb 2001 15:58:00 -0500

nco (1.2.2-1) unstable; urgency=low

  * New upstream version.
  * Updated man pages.

 -- Brian Mays <brian@debian.org>  Fri, 16 Feb 2001 16:21:26 -0500

nco (1.2.1-3) unstable; urgency=low

  * Fixed "Build-Depends".  (Closes: Bug#85668)

 -- Brian Mays <brian@debian.org>  Mon, 12 Feb 2001 09:45:12 -0500

nco (1.2.1-2) unstable; urgency=low

  * Added patch from Christopher C. Chimelis <chris@debian.org> to
    allow NCO to build on the alpha architecture.  (Closes: Bug#71225)

 -- Brian Mays <brian@debian.org>  Sun, 10 Sep 2000 21:24:58 -0400

nco (1.2.1-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri,  1 Sep 2000 10:46:01 -0400

nco (1.2-1) unstable; urgency=low

  * New upstream version.
  * Added more source dependencies.

 -- Brian Mays <brian@debian.org>  Fri,  4 Aug 2000 17:13:16 -0400

nco (1.1.48-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 19 May 2000 10:23:19 -0400

nco (1.1.47-1) unstable; urgency=low

  * New upstream version.
  * Changed the control file to accurately reflect the supported
    architectures for this package (alpha, arm, i386, and sparc).
    (Closes: Bug#63943)

 -- Brian Mays <brian@debian.org>  Mon, 15 May 2000 12:42:19 -0400

nco (1.1.46-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Sun, 12 Mar 2000 11:37:11 -0500

nco (1.1.45-2) unstable; urgency=low

  * Added patch from Jim Studt <jim@federated.com> to port nco to ARM.
    (Closes: Bug#59095)

 -- Brian Mays <brian@debian.org>  Thu,  2 Mar 2000 14:55:03 -0500

nco (1.1.45-1) unstable; urgency=low

  * New upstream version.
  * New license.  (It is now GPL!!)

 -- Brian Mays <brian@debian.org>  Fri, 28 Jan 2000 11:32:14 -0500

nco (1.1.43-2) non-free; urgency=low

  * Added build-time dependencies.  (Closes: Bug#55158)

 -- Brian Mays <brian@debian.org>  Mon, 17 Jan 2000 14:14:47 -0500

nco (1.1.43-1) non-free; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 31 Dec 1999 10:49:09 -0500

nco (1.1.42-1) non-free; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Sun, 12 Dec 1999 16:15:13 -0500

nco (1.1.41-1) non-free; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Tue,  2 Nov 1999 10:43:35 -0500

nco (1.1.39-1) non-free; urgency=low

  * Initial release.

 -- Brian Mays <brian@debian.org>  Fri,  8 Oct 1999 13:25:40 -0400