[Python-modules-commits] r10629 - in packages/python-geoip (9 files)

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Nov 30 11:02:10 UTC 2009


    Date: Monday, November 30, 2009 @ 11:02:06
  Author: joss
Revision: 10629

Import 1.2.4-1 into the PMPT repository.

Added:
  packages/python-geoip/debian/
  packages/python-geoip/debian/changelog
  packages/python-geoip/debian/compat
  packages/python-geoip/debian/control
  packages/python-geoip/debian/copyright
  packages/python-geoip/debian/examples
  packages/python-geoip/debian/pycompat
  packages/python-geoip/debian/pyversions
  packages/python-geoip/debian/rules


Property changes on: packages/python-geoip/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-geoip/debian/changelog
===================================================================
--- packages/python-geoip/debian/changelog	                        (rev 0)
+++ packages/python-geoip/debian/changelog	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1,48 @@
+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 at 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 at 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 at 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 at debian.org> to
+    fix an error when running on a wrong DB (closes: #298142).
+  * examples: install the sample scripts.
+
+ -- Josselin Mouette <joss at 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 at 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 at debian.org>  Mon, 25 Aug 2003 19:07:10 +0200
+

Added: packages/python-geoip/debian/compat
===================================================================
--- packages/python-geoip/debian/compat	                        (rev 0)
+++ packages/python-geoip/debian/compat	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1 @@
+5

Added: packages/python-geoip/debian/control
===================================================================
--- packages/python-geoip/debian/control	                        (rev 0)
+++ packages/python-geoip/debian/control	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1,18 @@
+Source: python-geoip
+Section: python
+Priority: optional
+Maintainer: Josselin Mouette <joss at debian.org>
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), cdbs (>= 0.4.43), libgeoip-dev (>= 1.4.5), python-support (>= 0.3)
+Standards-Version: 3.8.2
+
+Package: python-geoip
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+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.

Added: packages/python-geoip/debian/copyright
===================================================================
--- packages/python-geoip/debian/copyright	                        (rev 0)
+++ packages/python-geoip/debian/copyright	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1,27 @@
+This package was debianized by Josselin Mouette <joss at debian.org> 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) 2002 MaxMind.com, All rights reserved.
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package 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 General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.

Added: packages/python-geoip/debian/examples
===================================================================
--- packages/python-geoip/debian/examples	                        (rev 0)
+++ packages/python-geoip/debian/examples	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1 @@
+test*.py

Added: packages/python-geoip/debian/pycompat
===================================================================
--- packages/python-geoip/debian/pycompat	                        (rev 0)
+++ packages/python-geoip/debian/pycompat	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1 @@
+2

Added: packages/python-geoip/debian/pyversions
===================================================================
--- packages/python-geoip/debian/pyversions	                        (rev 0)
+++ packages/python-geoip/debian/pyversions	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1 @@
+2.0-

Added: packages/python-geoip/debian/rules
===================================================================
--- packages/python-geoip/debian/rules	                        (rev 0)
+++ packages/python-geoip/debian/rules	2009-11-30 11:02:06 UTC (rev 10629)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2002,2003 Colin Walters <walters at debian.org>
+
+DEB_PYTHON_SYSTEM=pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


Property changes on: packages/python-geoip/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list