summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2020-06-30 17:51:43 +0000
committerDebian Janitor <janitor@jelmer.uk>2020-06-30 17:51:43 +0000
commitfc75a83c6d006fd253a6b5fe700284ded4bdbca4 (patch)
treed58cddf40a3a106dde334c7b992b5c2248d2e75d
parent2c881c9cb5f0a59241410a3e43e118874e14933b (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/control3
3 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 07c8b00..b551e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ makey (0.3-4) UNRELEASED; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 10 to 12.
+ * Set debhelper-compat version in Build-Depends.
-- David Krauser <david@krauser.org> Fri, 04 Oct 2019 14:56:42 -0400
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 0b1472f..b015ced 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
-Build-Depends: debhelper (>= 12~),
- dh-elpa
+Build-Depends: debhelper-compat (= 12), dh-elpa
Standards-Version: 3.9.8
Homepage: https://github.com/mickeynp/makey
Vcs-Browser: https://salsa.debian.org/emacsen-team/makey