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
|
netcdf-cxx (4.3.1-5) unstable; urgency=medium
* Bump Standards-Version to 4.7.0, no changes.
* Bump debhelper compat to 13.
* Remove generated files in clean target.
(closes: #1046231)
* Use not-installed file instead of dh_install override.
* Enable Salsa CI.
* Switch to dh-sequence-*.
* Replace pkg-config (build) dependency with pkgconf.
-- Bas Couwenberg <sebastic@debian.org> Thu, 06 Mar 2025 19:31:31 +0100
netcdf-cxx (4.3.1-4) unstable; urgency=medium
* Bump Standards-Version to 4.6.1, no changes.
* Update watch file for GitHub URL changes.
* Bump debhelper compat to 12, changes:
- Drop --list-missing from dh_install
* Drop obsolete dh_strip override, dbgsym migration complete.
* Add Rules-Requires-Root to control file.
-- Bas Couwenberg <sebastic@debian.org> Thu, 01 Dec 2022 13:23:26 +0100
netcdf-cxx (4.3.1-3) unstable; urgency=medium
* 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
* Bump watch file version to 4.
* Update lintian overrides.
-- Bas Couwenberg <sebastic@debian.org> Thu, 12 Nov 2020 04:48:24 +0100
netcdf-cxx (4.3.1-2) unstable; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Add -lnetcdf to CXXFLAGS.
(closes: #949828)
-- Bas Couwenberg <sebastic@debian.org> Sat, 25 Jan 2020 16:42:23 +0100
netcdf-cxx (4.3.1-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.1, no changes.
* Update watch file to limit matches to archive path.
* Add Build-Depends-Package field to symbols file.
* Update gbp.conf to use --source-only-changes by default.
* Require at least libnetcdf-dev 4.6.0.
* Add license & copyright for bzip2 sources.
* Add libhdf5-dev to build dependencies.
* Drop Name field from upstream metadata.
* Append include path for hdf5.h.
* Add lintian override for repackaged-source-not-advertised.
* Update symbols for amd64.
* Disable filter testing to not build plugins.
-- Bas Couwenberg <sebastic@debian.org> Thu, 16 Jan 2020 19:26:06 +0100
netcdf-cxx (4.3.0+ds-7) unstable; urgency=medium
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Wed, 01 Aug 2018 07:49:29 +0200
netcdf-cxx (4.3.0+ds-6) unstable; urgency=medium
* Update copyright-format URL to use HTTPS.
* Don't use libjs-jquery for Doxygen docs.
* Bump Standards-Version to 4.1.5, no changes.
* Update Vcs-* URLs for Salsa.
* Strip trailing whitespace from control & rules files.
* Drop obsolete dbg package.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Thu, 19 Jul 2018 15:27:19 +0200
netcdf-cxx (4.3.0+ds-5) unstable; urgency=medium
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.1, changes: priority.
* Add libnetcdf-dev to dependencies of -dev package.
(closes: #881227)
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Thu, 09 Nov 2017 07:36:42 +0100
netcdf-cxx (4.3.0+ds-4) unstable; urgency=medium
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
* Enable PIE hardening buildflags.
* Use pkg-info.mk variables instead of dpkg-parsechangelog output.
* Update symbols for other architectures.
-- Bas Couwenberg <sebastic@debian.org> Sun, 25 Jun 2017 19:36:55 +0200
netcdf-cxx (4.3.0+ds-3) unstable; urgency=medium
* Update symbols for sh4.
* Don't install examples, part of testsuite not real examples.
-- Bas Couwenberg <sebastic@debian.org> Sun, 15 May 2016 15:22:49 +0200
netcdf-cxx (4.3.0+ds-2) unstable; urgency=medium
* Update symbols for other architectures.
-- Bas Couwenberg <sebastic@debian.org> Sat, 14 May 2016 20:24:20 +0200
netcdf-cxx (4.3.0+ds-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.8, no changes.
* Update symbols for amd64.
* Repack upstream tarball to excluded autom4te.cache directory.
-- Bas Couwenberg <sebastic@debian.org> Sat, 14 May 2016 14:32:29 +0200
netcdf-cxx (4.2.1-4) unstable; urgency=medium
* Update Vcs-Git URL to use HTTPS.
* Bump Standards-Version to 3.9.7, no changes.
* Add build dependency on graphviz for dot.
* Enable all hardening buildflags.
-- Bas Couwenberg <sebastic@debian.org> Tue, 22 Mar 2016 07:18:51 +0100
netcdf-cxx (4.2.1-3) unstable; urgency=medium
* Bump minimum required libnetcdf-dev to 4.4.0.
-- Bas Couwenberg <sebastic@debian.org> Thu, 21 Jan 2016 20:49:50 +0100
netcdf-cxx (4.2.1-2) unstable; urgency=medium
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Sun, 01 Nov 2015 21:03:27 +0100
netcdf-cxx (4.2.1-2~exp1) experimental; urgency=medium
* Update Vcs-Browser URL to use HTTPS.
* Disable parallel test execution.
* Bump minimum required libnetcdf-dev to 4.4.0~rc3.
-- Bas Couwenberg <sebastic@debian.org> Sun, 25 Oct 2015 15:10:35 +0100
netcdf-cxx (4.2.1-1) unstable; urgency=medium
* Bump minimum required libnetcdf-dev to 4.4.0~rc2.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Wed, 19 Aug 2015 19:31:35 +0200
netcdf-cxx (4.2.1-1~exp7) experimental; urgency=medium
* Update symbols for other architectures.
-- Bas Couwenberg <sebastic@debian.org> Sun, 16 Aug 2015 18:25:19 +0200
netcdf-cxx (4.2.1-1~exp6) experimental; urgency=medium
* Update symbols for other architectures.
-- Bas Couwenberg <sebastic@debian.org> Fri, 14 Aug 2015 18:49:50 +0200
netcdf-cxx (4.2.1-1~exp5) experimental; urgency=medium
* Update symbols for amd64 with GCC 5.
-- Bas Couwenberg <sebastic@debian.org> Sat, 01 Aug 2015 02:35:17 +0200
netcdf-cxx (4.2.1-1~exp4) experimental; urgency=medium
* Bump minimum required libnetcdf-dev to 4.4.0~rc2-1~exp4 for serial HDF5.
* Replace uppercase RC with lowercase rc in uversionmangle.
-- Bas Couwenberg <sebastic@debian.org> Fri, 31 Jul 2015 13:37:44 +0200
netcdf-cxx (4.2.1-1~exp3) experimental; urgency=medium
* Require at least libnetcdf-dev 4.3.3.1.
* Update watch file to handle other tar extensions in filenamemangle.
* Move documentation build to build-indep target.
-- Bas Couwenberg <sebastic@debian.org> Mon, 27 Jul 2015 18:40:31 +0200
netcdf-cxx (4.2.1-1~exp2) experimental; urgency=medium
* Update my email to use @debian.org address.
* Enable verbose test output, override dh_auto_test to ignore test failures.
-- Bas Couwenberg <sebastic@debian.org> Thu, 25 Jun 2015 20:51:33 +0200
netcdf-cxx (4.2.1-1~exp1) experimental; urgency=medium
[ Bas Couwenberg ]
* Initial release (Closes: #775520)
* Install libnetcdf_c++4.a (Closes: #728498)
[ Ross Gammon ]
* Close bugs in changelog
* Add myself to Uploaders
-- Ross Gammon <rossgammon@mail.dk> Fri, 06 Feb 2015 22:36:43 +0100
|