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
commitb69c1d223c6c994c272ae599b838e05390c94ac9 (patch)
treefb767c7603dd88ca43ed22e0bdd331a7fbf68704
parent9b8ecd7054c1affd59a935ce838de6d93983fc65 (diff)
Set debhelper-compat version in Build-Depends.
Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index de57f30..d5b2a96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xstr (0.2.1-24) UNRELEASED; urgency=medium
* Trim trailing whitespace.
* Bump debhelper from old 10 to 13.
+ * Set debhelper-compat version in Build-Depends.
-- Debian Janitor <janitor@jelmer.uk> Sat, 12 Aug 2023 07:53:44 -0000
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index f9b1321..c139471 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 (>= 13~),
+ debhelper-compat (= 13),
ocaml,
ocaml-findlib (>= 1.2.4),
dh-ocaml (>= 0.9.1)