summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-08-02 10:00:19 +0200
committerOndřej Nový <onovy@debian.org>2019-08-02 10:05:11 +0200
commite172fae61d63f1523e1dfb2ae1f3c91f1c6ff670 (patch)
tree0b15348483bfeca5dd569521089e0b3a08b6c29e
parentcd16d1703268294ab78ebc8af5e811d50b96463a (diff)
Bump debhelper compat level to 12.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ab0a942..e7bf898 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ uvloop (0.11.3+ds1-2) UNRELEASED; urgency=medium
* d/control: Remove ancient X-Python3-Version field.
* d/patches/regen_ssl_crts.patch: Fix FTBFS with new OpenSSL.
(Closes: #925847)
+ * Bump debhelper compat level to 12.
-- Ondřej Nový <onovy@debian.org> Fri, 19 Jul 2019 23:47:43 +0200
diff --git a/debian/control b/debian/control
index 4d2c6fb..0c08d20 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Build-Depends: debhelper-compat (= 11), dh-python,
+Build-Depends: debhelper-compat (= 12), dh-python,
libuv1-dev,
cython3 (>= 0.28),
python3-all-dev,