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
|
pygrib (2.0.2-1) unstable; urgency=medium
* New upstream release
* DH_COMPAT is now 10
* Mark python-grib-doc as M-A: foreign
-- Alastair McKinstry <mckinstry@debian.org> Sat, 26 Nov 2016 11:47:58 +0000
pygrib (2.0.1-4) unstable; urgency=medium
* Remove more unnecessary openjpeg, png dependencies
-- Alastair McKinstry <mckinstry@debian.org> Mon, 13 Jun 2016 09:31:20 +0100
pygrib (2.0.1-3) unstable; urgency=medium
* Standards-Version: 3.9.8
* remove unnecessary dependencies. Closes: #826826
* Add gdb.conf file to debian/
-- Alastair McKinstry <mckinstry@debian.org> Sat, 11 Jun 2016 08:44:02 +0100
pygrib (2.0.1-2) unstable; urgency=medium
* Drop jasper from Debian as obsolete; using openjpeg instead.
* Standards-Version: 3.9.7 ; no changes required.
* add {python,python3}-pyproj as build-dependencies.
* Patch: use setuptools not distutils
-- Alastair McKinstry <mckinstry@debian.org> Mon, 29 Feb 2016 11:07:53 +0000
pygrib (2.0.1-1) unstable; urgency=medium
* New upstream release.
* Change homepage from code.google.com to github.
-- Alastair McKinstry <mckinstry@debian.org> Tue, 26 Jan 2016 14:50:51 +0000
pygrib (2.0.0-3) unstable; urgency=medium
* Remember to move the man pages, too. Closes: #789661.
* Put Vcs-Git into canonical anonscm.debian.org form.
-- Alastair McKinstry <mckinstry@debian.org> Thu, 25 Jun 2015 16:53:32 +0100
pygrib (2.0.0-2) unstable; urgency=medium
* Add Replaces/Breaks to handle move of binaries in 2.0.0-1.
Closes: #789661.
* Move watch file to point to pypi redirector rather than code.google.com
-- Alastair McKinstry <mckinstry@debian.org> Mon, 22 Jun 2015 14:46:59 +0100
pygrib (2.0.0-1) unstable; urgency=medium
* New upstream release.
* Use xz compression.
* Build using pybuild.
* Move binaries from python-grib -> python3-grib. Add dependency on
python-grib to python3-grib.
* Now B-D on chrpath and libopenjpeg-dev. Need to chrpath libs.
-- Alastair McKinstry <mckinstry@debian.org> Fri, 19 Jun 2015 22:29:31 +0100
pygrib (1.9.9-2) unstable; urgency=medium
* Standards-Version: 3.9.6, no changes required.
* Fix from Rostislav Kouznetsov for segfault on 4-byte DRTs.
LP: #1308040.
* Fix Section from doc to python.
* Acknowledge older Ubuntu bugs now fixed: LP: #1362109, #1308039.
-- Alastair McKinstry <mckinstry@debian.org> Sun, 19 Oct 2014 14:02:22 +0100
pygrib (1.9.9-1) unstable; urgency=medium
* New upstream release
* Move to Standards-Version: 3.9.5.
* Move python-grib-docs to section: doc
* Fix spelling mistake in description.
* python modules now depend on -dev versions of libraries they use.
Closes: #760130.
-- Alastair McKinstry <mckinstry@debian.org> Mon, 01 Sep 2014 13:51:37 +0100
pygrib (1.9.8-1) unstable; urgency=low
* New upstream release.
* Add upstream changelog: debian/changelog.upstream.
-- Alastair McKinstry <mckinstry@debian.org> Wed, 27 Nov 2013 15:38:45 +0000
pygrib (1.9.7-1) unstable; urgency=low
* New upstream release.
- Includes man pages from Debian.
* Move to debhelper 9.
-- Alastair McKinstry <mckinstry@debian.org> Fri, 08 Nov 2013 09:33:35 +0000
pygrib (1.9.6-3) unstable; urgency=low
[Alastair McKinstry]
* Add dependencies for python3.
[Scott Kidderman]
* Finish Python 3 support (Closes: #721209).
- Build with python3 and buildsystem pybuild
- Add dh-python to build-dep for pybuild
- Add python3-nuumpy to build-depends and add dh_numpy3 to debian/rules
- Simplify debian/rules
- Add python3-grib to debian/control
- Move documentation and examples to common python-grib-doc package
- Add python/3-grib.install
-- Alastair McKinstry <mckinstry@debian.org> Fri, 30 Aug 2013 14:11:51 +0100
pygrib (1.9.6-2) unstable; urgency=low
* Fix error in updated patch; macros was not set, causing failure on
64-bit systems.
-- Alastair McKinstry <mckinstry@debian.org> Thu, 06 Jun 2013 12:33:01 +0100
pygrib (1.9.6-1) unstable; urgency=low
* New upstream release.
* Move to Standards-Version: 3.9.4.
* Transition from python-support.
-- Alastair McKinstry <mckinstry@debian.org> Sun, 19 May 2013 06:08:43 +0100
pygrib (1.9.3-1) unstable; urgency=low
* Initial release. (Closes: #669260).
Ttarball has upstream g2clib_src directory removed. Used libgrib2c
library.
-- Alastair McKinstry <mckinstry@debian.org> Wed, 18 Apr 2012 16:59:41 +0100
|