summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-08-01 15:42:38 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-08-01 15:43:27 +0200
commitdab15ecea98ced8fd7b429cb632ecfe8d60167b6 (patch)
treebbd489e77084f21e65d69452f30bad58d71b809f /debian
parent263330e69d037727b11727c6d7a49896227628d3 (diff)
Run wrap-and-sort -bast
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control9
-rw-r--r--debian/copyright1
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index b044a743..9e71a72b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-phonenumbers (8.9.10-2) UNRELEASED; urgency=medium
* Maintain in the team.
* Bump debhelper from old 9 to 12.
* Drop Python 2 support.
+ * Run wrap-and-sort -bast.
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:38:01 +0200
diff --git a/debian/control b/debian/control
index 039bc005..5aea42c3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,14 @@ Source: python-phonenumbers
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Uploaders: Andrej Shadura <andrewsh@debian.org>
+Uploaders:
+ Andrej Shadura <andrewsh@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper (>= 12~),
dh-python,
python3-all,
- python3-setuptools (>= 0.6.24)
+ python3-setuptools (>= 0.6.24),
Standards-Version: 4.0.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/daviddrysdale/python-phonenumbers
@@ -17,7 +18,9 @@ Vcs-Browser: https://salsa.debian.org/debian/python-phonenumbers
Package: python3-phonenumbers
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
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.
diff --git a/debian/copyright b/debian/copyright
index 675e7a65..33c0c997 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -37,4 +37,3 @@ License: Apache-2.0
On Debian systems, the full text of the Apache License, Version 2.0 can be
found in the file
`/usr/share/common-licenses/Apache-2.0'.
-