Source: hyperlink
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Free Ekanayaka <freee@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python3-all,
               python3-setuptools (>= 0.6b3)
Standards-Version: 3.9.8
Homepage: https://github.com/python-hyper/hyperlink
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/hyperlink.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/hyperlink.git

Package: python-hyperlink
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: A featureful, correct URL for Python
 Hyperlink is a featureful, pure-Python implementation of the URL, with
 an emphasis on correctness. BSD licensed.
 .
 This package provides the Python 2.x module.

Package: python3-hyperlink
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: A featureful, correct URL for Python
 Hyperlink is a featureful, pure-Python implementation of the URL, with
 an emphasis on correctness. BSD licensed.
 .
 .
 This package provides the Python 3.x module.
