summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2017-09-14 22:36:06 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2017-09-14 22:36:06 +0200
commit228893e5c4945fb02126f0569cf4e81c56530076 (patch)
treed9fb06fc83848b41bf3b99aebe94c41e20678d70
parentb5fdae1ddd395bbf6f5523097961020d760bf780 (diff)
Reword the package descriptions.
-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.