[Python-modules-commits] r10630 - in packages/python-geoip/debian (changelog control)

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Nov 30 11:05:44 UTC 2009


    Date: Monday, November 30, 2009 @ 11:05:37
  Author: joss
Revision: 10630

* Add the Python modules team to uploaders.
* Depend on geoip-database. Closes: #558474.

Modified:
  packages/python-geoip/debian/changelog
  packages/python-geoip/debian/control

Modified: packages/python-geoip/debian/changelog
===================================================================
--- packages/python-geoip/debian/changelog	2009-11-30 11:02:06 UTC (rev 10629)
+++ packages/python-geoip/debian/changelog	2009-11-30 11:05:37 UTC (rev 10630)
@@ -1,3 +1,10 @@
+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 at debian.org>  Mon, 30 Nov 2009 12:05:11 +0100
+
 python-geoip (1.2.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-geoip/debian/control
===================================================================
--- packages/python-geoip/debian/control	2009-11-30 11:02:06 UTC (rev 10629)
+++ packages/python-geoip/debian/control	2009-11-30 11:05:37 UTC (rev 10630)
@@ -2,12 +2,16 @@
 Section: python
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.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}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         geoip-database
 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




More information about the Python-modules-commits mailing list