summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat1
-rw-r--r--debian/control7
3 files changed, 2 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 98ac1c4..ea05362 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-docker (4.1.0-1) UNRELEASED; urgency=medium
- Refresh patches
* Use secure copyright file specification URI.
* Set upstream metadata fields: Repository.
+ * Bump debhelper from old 10 to 12.
-- Felipe Sateler <fsateler@debian.org> Fri, 22 Nov 2019 20:57:58 -0300
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 28613a6..31cb052 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,14 @@ Priority: optional
Maintainer: Docker Compose Team <team+docker-compose@tracker.debian.org>
Uploaders: Jason Pleau <jason@jpleau.ca>,
Felipe Sateler <fsateler@debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
-# setup.py - python3
python3-requests (>= 2.11.1~),
python3-six (>= 1.4.0~),
python3-websocket (>= 0.32.0~),
python3-dockerpycreds (>= 0.2.2),
-# test-requirements.txt
-# python-mock (>= 1.0.1~),
-# python-coverage (>= 3.7.1~),
-# docker.io,
Standards-Version: 4.2.1
Homepage: https://github.com/docker/docker-py
Vcs-Git: https://salsa.debian.org/docker-compose-team/python-docker