summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2023-08-12 07:53:48 +0000
committerDebian Janitor <janitor@jelmer.uk>2023-08-12 07:53:48 +0000
commit9b8ecd7054c1affd59a935ce838de6d93983fc65 (patch)
tree30c2ce03cdb63654f315d186f0615790d09026c3
parent6e1cc70dc0f1ab3cb548c649cb59bfd7f8cea740 (diff)
Bump debhelper from old 10 to 13.
Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b600007..de57f30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
xstr (0.2.1-24) UNRELEASED; urgency=medium
* Trim trailing whitespace.
+ * Bump debhelper from old 10 to 13.
-- Debian Janitor <janitor@jelmer.uk> Sat, 12 Aug 2023 07:53:44 -0000
diff --git a/debian/compat b/debian/compat
index f599e28..b1bd38b 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+13
diff --git a/debian/control b/debian/control
index 401cc59..f9b1321 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 13~),
ocaml,
ocaml-findlib (>= 1.2.4),
dh-ocaml (>= 0.9.1)