summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-08-28 19:50:26 +0000
committerColin Watson <cjwatson@debian.org>2021-08-28 19:50:26 +0000
commit05e96b571d33d90c70bd2f32422158074b9cba7a (patch)
tree318e43e03a58b8c935817cb59db40cc88136b0bb
parent75631f90206bcfb61c515d2251ea6e0e3f092b5e (diff)
parenta6013720d9b4d4b0ccfd23224e3d7ff0359afa25 (diff)
Merge branch 'lintian-fixes' into 'master'
Bump debhelper from deprecated 9 to 13 See merge request python-team/packages/python-libnacl!1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ab653a..841d7e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-libnacl (1.8.0-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper from deprecated 9 to 13.
+
+ -- Debian Janitor <janitor@jelmer.uk> Thu, 26 Aug 2021 00:18:01 -0000
+
python-libnacl (1.8.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 961365b..9db5fbd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
-Build-Depends: debhelper-compat (= 9),
+Build-Depends: debhelper-compat (= 13),
dh-python,
libsodium-dev (>= 1.0.15),
pkg-config,