[Python-modules-commits] [python-geoip2] 03/03: wrap-and-sort -t -a

Ondřej Nový onovy at moszumanska.debian.org
Mon Nov 21 14:16:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-geoip2.

commit 9c44b764534084ebbc37d872a9d14d0358b70ebc
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Nov 21 15:13:33 2016 +0100

    wrap-and-sort -t -a
---
 debian/control | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index e8cae06..00fa754 100644
--- a/debian/control
+++ b/debian/control
@@ -7,16 +7,16 @@ Priority: optional
 Build-Depends: debhelper (>= 10),
                dh-python,
                python-all,
-               python-setuptools,
-               python-requests (>= 2.9),
-               python-requests-mock,
                python-ipaddress,
                python-maxminddb,
+               python-requests (>= 2.9),
+               python-requests-mock,
+               python-setuptools,
                python3-all,
-               python3-setuptools,
+               python3-maxminddb,
                python3-requests (>= 2.9),
                python3-requests-mock,
-               python3-maxminddb,
+               python3-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://github.com/maxmind/GeoIP2-python
 X-Python-Version: >= 2.6
@@ -27,10 +27,10 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python-geoip2
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-ipaddress,
+Depends: python-ipaddress,
          python-requests (>= 2.9),
+         ${misc:Depends},
+         ${python:Depends},
 Description: Python geoip2 API for web services and databases - Python 2.x
  This package provides an API for the GeoIP2 web services and databases. The
  API also works with MaxMind’s free GeoLite2 databases.
@@ -39,9 +39,9 @@ Description: Python geoip2 API for web services and databases - Python 2.x
 
 Package: python3-geoip2
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-requests (>= 2.9),
+         ${misc:Depends},
          ${python3:Depends},
-         python3-requests (>= 2.9),
 Description: Python geoip2 API for web services and databases - Python 3.x
  This package provides an API for the GeoIP2 web services and databases. The
  API also works with MaxMind’s free GeoLite2 databases.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-geoip2.git



More information about the Python-modules-commits mailing list