summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 4 insertions, 22 deletions
diff --git a/debian/control b/debian/control
index 5fec2c8..0aef4a8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,18 @@ Source: python-jsonext
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
-Standards-Version: 4.0.1
Build-Depends:
python3-pytest-runner,
python3-arrow,
python3-six,
python3-setuptools,
python3-all,
- python-pytest-runner,
- python-arrow,
- python-six,
- python-setuptools,
- python-all (>= 2.7~),
dh-python,
- debhelper (>= 10~)
+ debhelper-compat (= 12)
+Standards-Version: 4.4.1
Homepage: https://pypi.org/project/jsonext/
-VCS-Git: https://anonscm.debian.org/git/users/bignose/debian/pkg-python-jsonext.git
-VCS-Browser: https://anonscm.debian.org/git/users/bignose/debian/pkg-python-jsonext.git
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.3
+VCS-Git: https://salsa.debian.org/bignose/pkg-python-jsonext.git
+VCS-Browser: https://salsa.debian.org/bignose/pkg-python-jsonext/
Package: python3-jsonext
Architecture: all
@@ -32,14 +25,3 @@ Description: serialisation to/from JSON for extra types — Python 3
the standard Python built-in-types.
.
This package installs the library for Python 3.
-
-Package: python-jsonext
-Architecture: all
-Depends:
- ${python:Depends},
- ${misc:Depends}
-Description: serialisation to/from JSON for extra types — Python 2
- ‘jsonext’ makes easy JSON serialisation of Python objects outside of
- the standard Python built-in-types.
- .
- This package installs the library for Python 2.