summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-16 08:52:11 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-16 08:52:11 +0200
commit3ba12bf45d8b270997ae9a4394d37417e14b27e0 (patch)
treead3c508aa2e4d40a727d1bf628611f253fbe8954
parentd4276b2a76f63592a2a2edaf55729f43e6930c7a (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 484b0db..d9868a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
unclutter-xfixes (1.5-4) UNRELEASED; urgency=medium
* Bump debhelper from old 11 to 13.
+ * Set debhelper-compat version in Build-Depends.
-- Stefan Kangas <stefankangas@gmail.com> Sun, 16 Oct 2022 08:52:11 -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 bfed2cb..d360319 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends:
asciidoctor,
- debhelper (>= 13~),
+ debhelper-compat (= 13),
dh-exec,
pkg-config,
libev-dev,