summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control16
1 files changed, 6 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 776aefbe..765cc905 100644
--- a/debian/control
+++ b/debian/control
@@ -16,17 +16,13 @@ Package: python-phonenumbers
Architecture: all
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).
+Description: parsing/formatting/validating phone numbers - Python 2
+ This package provides a Python 2 port of Google's libphonenumber library
+ for parsing, formatting, storing and validating international phone numbers.
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).
+Description: parsing/formatting/validating phone numbers - Python 3
+ This package provides a Python 3 port of Google's libphonenumber library
+ for parsing, formatting, storing and validating international phone numbers.