--- python-geoip-1.3.2.orig/debian/changelog +++ python-geoip-1.3.2/debian/changelog @@ -0,0 +1,108 @@ +python-geoip (1.3.2-1build4) artful; urgency=medium + + * No change rebuild to drop Python 3.5 support. + + -- Michael Hudson-Doyle Fri, 04 Aug 2017 18:52:56 +1200 + +python-geoip (1.3.2-1build3) artful; urgency=medium + + * No change rebuild to add Python 3.6 support. + + -- Michael Hudson-Doyle Fri, 12 May 2017 14:46:05 +1200 + +python-geoip (1.3.2-1build2) xenial; urgency=medium + + * No-change rebuild to drop python3.4 support. + + -- Matthias Klose Mon, 18 Jan 2016 20:43:06 +0000 + +python-geoip (1.3.2-1build1) wily; urgency=medium + + * No-change rebuild for python3.5 transition + + -- Steve Langasek Wed, 22 Jul 2015 21:34:10 +0000 + +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 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 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 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 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 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 to + fix an error when running on a wrong DB (closes: #298142). + * examples: install the sample scripts. + + -- Josselin Mouette Tue, 15 Mar 2005 19:44:36 +0100 + +python-geoip (1.2.0-1) unstable; urgency=low + + * New upstream release + + -- Josselin Mouette Sat, 17 Jan 2004 13:53:24 +0100 + +python-geoip (0.2.0-1) unstable; urgency=low + + * Initial Release (closes: #207203). + + -- Josselin Mouette Mon, 25 Aug 2003 19:07:10 +0200 + --- python-geoip-1.3.2.orig/debian/compat +++ python-geoip-1.3.2/debian/compat @@ -0,0 +1 @@ +9 --- python-geoip-1.3.2.orig/debian/control +++ python-geoip-1.3.2/debian/control @@ -0,0 +1,40 @@ +Source: python-geoip +Section: python +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Modules Team +Uploaders: Josselin Mouette , + Scott Kitterman +Build-Depends: debhelper (>= 9), + dh-python, + libgeoip-dev (>= 1.4.7), + python-all-dev (>= 2.3.5-11), + python-setuptools, + python3-all-dev (>= 3.3), + python3-setuptools +Standards-Version: 3.9.5 +X-Python3-Version: >= 3.3 +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-geoip/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-geoip/trunk/ + +Package: python-geoip +Architecture: any +Depends: geoip-database, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Description: Python bindings for the GeoIP IP-to-country resolver library + GeoIP is a library that enables the user to find the country that any + IP address or hostname originates from, using a database instead of + DNS. + . + This package contains the Python bindings for GeoIP, allowing to use + this library within a Python program. + +Package: python3-geoip +Architecture: any +Depends: geoip-database, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} +Description: Python3 bindings for the GeoIP IP-to-country resolver library + GeoIP is a library that enables the user to find the country that any + IP address or hostname originates from, using a database instead of + DNS. + . + This package contains the Python3 bindings for GeoIP, allowing to use + this library within a Python3 program. --- python-geoip-1.3.2.orig/debian/copyright +++ python-geoip-1.3.2/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Josselin Mouette on +Mon, 25 Aug 2003 19:07:10 +0200. + +It was downloaded from http://www.maxmind.com/app/python + +Upstream Author: MaxMind LLC (http://www.maxmind.com/) + +Copyright: + +Copyright (c) 2010 MaxMind LLC + +All rights reserved. This package is free software; it is licensed +under the LGPL. + + * Copyright (C) 2007 MaxMind LLC + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. --- python-geoip-1.3.2.orig/debian/examples +++ python-geoip-1.3.2/debian/examples @@ -0,0 +1 @@ +test*.py --- python-geoip-1.3.2.orig/debian/rules +++ python-geoip-1.3.2/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +export PYBUILD_NAME=geoip + +%: + dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_test: # Data needed for tests not packaged --- python-geoip-1.3.2.orig/debian/source/format +++ python-geoip-1.3.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-geoip-1.3.2.orig/debian/watch +++ python-geoip-1.3.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://pypi.python.org/packages/source/G/GeoIP/GeoIP-(.*).tar.gz debian uupdate