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
|
python-geoip (1.3.2-1) unstable; urgency=medium
[ Jakub Wilk ]
* Add Vcs-* fields to debian/control.
[ Scott Kitterman ]
* New upstream release
- Bump minimum libgeoip-dev build-dep version to >= 1.4.7
- Add build-depends on python*-setuptools
- Update debian/copyright (document switch to LGPL)
* Agreed swap of DPMT to maintainer
* Add myself to uploaders
* Switch from CDBS/pysupport to dh/dh-python
- Replace debian/rules (override dh_autotest since tests require data
that is not packaged/available during build)
- Drop cdbs and python-support from build-depends
- Add dh-python to build-depends
- Remove debian/pycompat and debian/pyversions
* Add support for python3:
- Build --with python3
- Add python3-geoip to debian/control
- Add X-Python3-Version: >= 3.3 to debian/control
* Remove unneeded python:Provides
* Bump compat/debhelper version requirement to 9
* Update standards version to 3.9.5 without further change
* Add debian/watch
-- Scott Kitterman <scott@kitterman.com> Mon, 15 Sep 2014 09:52:10 -0400
python-geoip (1.2.4-2) unstable; urgency=low
* Add the Python modules team to uploaders.
* Depend on geoip-database. Closes: #558474.
-- Josselin Mouette <joss@debian.org> Mon, 30 Nov 2009 12:05:11 +0100
python-geoip (1.2.4-1) unstable; urgency=low
* New upstream release.
* Remove patch to py_GeoIP.c, upstream introduced a different fix.
* Fix spelling of Python.
* Refer to versioned GPL.
-- Josselin Mouette <joss@debian.org> Wed, 24 Jun 2009 12:25:16 +0200
python-geoip (1.2.1-2) unstable; urgency=low
* Standards version is 3.7.2.
* Migrate to the new python policy (closes: #373540).
+ Bump build dependencies.
+ Use DEB_PYTHON_SYSTEM=pysupport.
+ pycompat=2, pyversions=2.0-
* Update FSF address.
-- Josselin Mouette <joss@debian.org> Fri, 30 Jun 2006 22:07:52 +0200
python-geoip (1.2.1-1) unstable; urgency=low
* New upstream release.
* Standards version is 3.6.2.
-- Josselin Mouette <joss@debian.org> Mon, 7 Nov 2005 21:00:19 +0100
python-geoip (1.2.0-2) unstable; urgency=low
* copyright: correct the license, it is now GPL.
* py_GeoIP.c: patch from Bastian Kleineidam <calvin@debian.org> to
fix an error when running on a wrong DB (closes: #298142).
* examples: install the sample scripts.
-- Josselin Mouette <joss@debian.org> Tue, 15 Mar 2005 19:44:36 +0100
python-geoip (1.2.0-1) unstable; urgency=low
* New upstream release
-- Josselin Mouette <joss@debian.org> Sat, 17 Jan 2004 13:53:24 +0100
python-geoip (0.2.0-1) unstable; urgency=low
* Initial Release (closes: #207203).
-- Josselin Mouette <joss@debian.org> Mon, 25 Aug 2003 19:07:10 +0200
|