summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 23 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index e3178ac3..776aefbe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,32 @@
Source: python-phonenumbers
Section: python
Priority: optional
-Maintainer: Torge Szczepanek <debian@cygnusnetworks.de>
-Build-Depends: debhelper (>= 9), python-all, python-setuptools
-Standards-Version: 3.9.6
+Maintainer: Andrew Shadura <andrewsh@debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6.24),
+ python3-all,
+ python3-setuptools (>= 0.6.24)
+Standards-Version: 4.0.0
+X-Python-Version: >= 2.7
Package: python-phonenumbers
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: Python port of Google libphonenumber
- This is a Python port of Google's libphonenumber library, from
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Python 2 port of Google libphonenumber
+ This is a Python 2 port of Google's libphonenumber library, from
+ https://github.com/googlei18n/libphonenumber.
+ It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with
+ no 2to3 conversion needed).
+
+Package: python3-phonenumbers
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python 3 port of Google libphonenumber
+ This is a Python 3 port of Google's libphonenumber library, from
https://github.com/googlei18n/libphonenumber.
It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with
no 2to3 conversion needed).