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
|
pyferret (7.6.5-9) unstable; urgency=medium
[ Bastian Germann ]
* Drop X-Python3-Version
[ Alexandre Detiste ]
* add explicit build-dependency on python3-setuptools (Closes: #1080708)
[ Alastair McKinstry ]
* Fix for numpy2; thanks to Stuart Prescott. Closes: #1094373
* Build-depend on python3-numpy-dev for dh_numpy3
* Link external plugins against libc
* Drop incorrect lintian overrides
* Correct d/copyright filename errors, thanks Lintian
-- Alastair McKinstry <mckinstry@debian.org> Wed, 12 Feb 2025 12:02:58 +0000
pyferret (7.6.5-8) unstable; urgency=medium
* Team upload
* tests: Correct import name
* Fix salsa URL
* d/copyright: Fix obvious errors
[ Stuart Prescott ]
* Fix Maintainer/Uploaders to match Debian Science Team policy
* Fix Python Qt dependencies (Closes: 1089961)
-- Bastian Germann <bage@debian.org> Fri, 17 Jan 2025 19:46:05 +0100
pyferret (7.6.5-7) UNRELEASED; urgency=medium
* Standards-Version: 4.7.0
* Add build-dep on python3-setuptools. Closes: #1080708
* Move from pkg-config to pkgconf
-- Alastair McKinstry <mckinstry@debian.org> Fri, 23 Aug 2024 09:04:31 +0100
pyferret (7.6.5-6) unstable; urgency=medium
[ Alastair McKinstry ]
* Port to setuptools
* Drop obsolete dep on python3-future. Closes: #1058862
* Depend on fortran-mod >= 0.31 for correct FMODDIR
* Add platform files to debian for gcc14
* gcc14.patch: changes for missing declarations. Closes: #1058888
[ Colin Watson ]
* Fix Python build paths to work on more architectures (closes: #1058888).
-- Alastair McKinstry <mckinstry@debian.org> Wed, 07 Aug 2024 08:45:47 +0100
pyferret (7.6.5-5) unstable; urgency=medium
* Ensure all python3 types are shipped. Closes: #1058030
* Add fortran-support.mk makefile, start simplifcation
* Drop patching files that were missing in 7.6.3
* Include bash_completion file
-- Alastair McKinstry <mckinstry@debian.org> Thu, 14 Dec 2023 19:22:01 +0000
pyferret (7.6.5-4) unstable; urgency=medium
* Drop workaround needed for 7.6.3 bug
* Fix python paths for build system changes. Closes: #1054691
-- Alastair McKinstry <mckinstry@debian.org> Fri, 10 Nov 2023 10:51:48 +0000
pyferret (7.6.5-3) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Fix broken Vcs URL.
[ Alastair McKinstry ]
* Add platform definition files for gfortran-13. Closes: #1037822
* Change paths for python3.11
* Standards-Version: 4.6.2
-- Alastair McKinstry <mckinstry@debian.org> Tue, 20 Jun 2023 15:05:33 +0100
pyferret (7.6.5-2) unstable; urgency=medium
* Add platform file for gfortran-12. Closes: #1013019
* Standards-Version: 4.6.1; no changes required
-- Alastair McKinstry <mckinstry@debian.org> Mon, 25 Jul 2022 11:28:04 +0100
pyferret (7.6.5-1) unstable; urgency=medium
* New upstream release
-- Alastair McKinstry <mckinstry@debian.org> Mon, 13 Dec 2021 09:16:12 +0000
pyferret (7.6.5~beta-1) unstable; urgency=medium
* New upstream release
* Add dep on python3-qtpy. (LP: #1902527)
* Standards-Version: 4.6.0
* Tests marked as superficial. Closes: #974465
* Fix d/watch file regexp for -beta extension
* Fix formatting errors in d/copyright
-- Alastair McKinstry <mckinstry@debian.org> Sun, 26 Sep 2021 16:20:57 +0100
pyferret (7.6.4~beta-1) experimental; urgency=medium
* New upstream release
* Add platform file for gfortran-11. Closes: #984303
* Also allow builds with libeditreadline-dev
-- Alastair McKinstry <mckinstry@debian.org> Thu, 27 May 2021 20:14:42 +0100
pyferret (7.6.3-3) unstable; urgency=medium
[ Sebastien Bacher ]
* debian/tests/control:
- Build-Depends on python3-all since the tests try to import for all
supported python versions and not only the current one
Closes: #975246
[ Alastair McKinstry ]
* standards-Version: 4.5.1
-- Alastair McKinstry <mckinstry@debian.org> Sat, 21 Nov 2020 15:26:15 +0000
pyferret (7.6.3-2) unstable; urgency=medium
* Update d/not-installed to work with python3.9. Closes: #972430, #972347
* Minor fixes to d/copyright syntax
* Include missing files in d/missing (from git HEAD):
- load_dsg_mask_ftrset_var.F
- disp_data_set_up.F
- dsg_traj_alongxy_setup.F
- tm_dsg_ftrset_facts.F
- plot_vs_set_up.F
- make_dsg_ftrset_mask.F
- reload_dsg_ftrmaskvar.F
- dsg_pltalong_setup.F
- make_dsg_feature_mask_dirs.F
-- Alastair McKinstry <mckinstry@debian.org> Sat, 17 Oct 2020 08:52:39 +0100
pyferret (7.6.3-1) unstable; urgency=medium
* New upstream release
* Move to debhelper compat 13
* Use d/gpb.conf to label DEP-14 branches; debian/ upstream /latest
* Some files are no longer present ; path to remove from SOURCE_FILES
* Add d/not-installed to document files not expected to be installed;
ensure all ext_func/pylibs/* are installed
-- Alastair McKinstry <mckinstry@debian.org> Sat, 26 Sep 2020 12:23:22 +0100
pyferret (7.6.0~beta-2) unstable; urgency=medium
* Fix FTBFS due to missing symbol in patch. Closes: #960799
-- Alastair McKinstry <mckinstry@debian.org> Mon, 18 May 2020 18:05:39 +0100
pyferret (7.6.0~beta-1) unstable; urgency=medium
* New upstream release
* Fix FTBFS with gcc10 / gfortran10. Closes: #957721
* Add first autopkgtest framework
* B-D on python3-all-dev for multiple python3 versions
* Fix DEP-5 Formatting error in d/copyright
-- Alastair McKinstry <mckinstry@debian.org> Sun, 03 May 2020 11:39:02 +0100
pyferret (7.5.0-5) unstable; urgency=medium
* Fix build with multiple python versions
-- Alastair McKinstry <mckinstry@debian.org> Fri, 06 Mar 2020 15:18:51 +0000
pyferret (7.5.0-4) unstable; urgency=medium
* Standards-Version: 4.5.0
* Move from --with python3 to using dh-sequence-python3
-- Alastair McKinstry <mckinstry@debian.org> Tue, 03 Mar 2020 20:23:02 +0000
pyferret (7.5.0-3) unstable; urgency=medium
* Use debhelper-compat (=12)
* Use https homepage
* Fix FTBFS with python3.8 and pango from experimental. Thanks
to Matthias Klose. Closes: #950134
-- Alastair McKinstry <mckinstry@debian.org> Mon, 03 Feb 2020 18:13:37 +0000
pyferret (7.5.0-2) unstable; urgency=medium
* Drop python-ferret for python2 transition
* Standards-Version: 4.4.0
-- Alastair McKinstry <mckinstry@debian.org> Tue, 16 Jul 2019 13:14:37 +0100
pyferret (7.5.0-1) unstable; urgency=medium
* New upstream release
* Standards-Version: 4.3.0
* B-D on gfortran | fortran-compiler
* Use debhelper 12
-- Alastair McKinstry <mckinstry@debian.org> Mon, 17 Jun 2019 12:41:41 +0100
pyferret (7.4.4-1) unstable; urgency=medium
* New upstream release
* Don't hard-code xz compresson
-- Alastair McKinstry <mckinstry@debian.org> Sun, 09 Dec 2018 09:19:53 +0000
pyferret (7.4.3-1) unstable; urgency=medium
* New upstream release
* Standards-Version: 4.2.1
* Add watch file
* Update X-Python*-Version lines in d/control
-- Alastair McKinstry <mckinstry@debian.org> Thu, 20 Sep 2018 07:31:34 +0100
pyferret (7.4-1) unstable; urgency=medium
* New upstream release
* Drop Java dependencies; threddsBrowser code no longer shipped
* Standards-Version: 4.1.4
* Set NETCDF_LIB in site_specific.mk.in
-- Alastair McKinstry <mckinstry@debian.org> Tue, 24 Apr 2018 15:32:40 +0100
pyferret (7.3-2) unstable; urgency=medium
* Standards-Version: 4.1.3
* Point VCS to salsa.debian.org
-- Alastair McKinstry <mckinstry@debian.org> Fri, 02 Mar 2018 13:13:14 +0000
pyferret (7.3-1) unstable; urgency=medium
* New upstream release
* Standards-Version: 4.1.2; no changes required
* Fix find in clean target to delete properly. Closes: #876723
* Add recommends for scipy, pyshp
-- Alastair McKinstry <mckinstry@debian.org> Sat, 09 Dec 2017 12:40:50 +0000
pyferret (7.2-1) unstable; urgency=medium
* Mew upstream release
* Patch from Simon Quigleyo ensure we are py3-version neutral.
Closes: #869235
* Add gbp.conf file
* __init__.py: Add default values for FER_PALETTE, etc.
-- Alastair McKinstry <mckinstry@debian.org> Sat, 22 Jul 2017 16:43:34 +0100
pyferret (7.1.1.beta-1) unstable; urgency=medium
* New upstream release.
- remove obsolete py3 patches
- patch to fixup setup.py for py3 libname
* Ignore tests for this build
* Standards-Version: 4.0.0. No changes required
* Enable builds with python3.5, py3.6 simultaneously. Closes: #863004
-- Alastair McKinstry <mckinstry@debian.org> Sun, 25 Jun 2017 11:05:57 +0100
pyferret (7.0.0-3) unstable; urgency=medium
* Move to DH_COMPAT=10
* Depend on python*-dev not python*-all-dev. Closes: #863994
-- Alastair McKinstry <mckinstry@debian.org> Thu, 18 May 2017 07:06:22 +0100
pyferret (7.0.0-2) unstable; urgency=medium
* B-D on jre-default-headless
-- Alastair McKinstry <mckinstry@debian.org> Wed, 31 Aug 2016 23:17:30 +0100
pyferret (7.0.0-1) experimental; urgency=medium
* New upstream release
* Experimental python3 build
* Include pyferret executable in python*-ferret, with alternatives
-- Alastair McKinstry <mckinstry@debian.org> Sun, 14 Aug 2016 10:13:52 +0100
pyferret (1.2.0-2) unstable; urgency=medium
* Standards-Version: 3.9.8. No changes required
* Hard-code build-date, platform for bit-reprodducible builds
-- Alastair McKinstry <mckinstry@debian.org> Thu, 07 Jul 2016 10:44:53 +0100
pyferret (1.2.0-1) unstable; urgency=medium
* New upstream release.
* Fix to copyright; "Expat" license not BSD-3-Clause
* Standards-Version: 3.9.7. No changes required.
-- Alastair McKinstry <mckinstry@debian.org> Tue, 01 Mar 2016 14:51:11 +0000
pyferret (1.1.0-1) unstable; urgency=medium
* Initial release. (Closes: #732290)
* Resubmitted with corrections to debian/copyright as recommended by
Paul Tagliamonte
-- Alastair McKinstry <mckinstry@debian.org> Tue, 01 Mar 2016 10:00:37 +0000
|