summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-12-06 18:08:30 -0500
committerSean Whitton <spwhitton@spwhitton.name>2020-01-17 08:00:07 -0700
commit2f795b440d9c07b1138674b5a1aa042dde7dd300 (patch)
treeba1c3c15310ad2a3ac576f48d3cad77c1078f5c2
parentb457b88c707850b6aec5484ae46854c157f54fdb (diff)
Set debhelper-compat version in Build-Depends.
Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
-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 5048343..e78aa35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ dh-elpa (2.0.3) UNRELEASED; urgency=medium
* Use secure copyright file specification URI.
* Update standards version to 4.4.1, no changes needed.
* Bump debhelper from old 10 to 12.
+ * Set debhelper-compat version in Build-Depends.
-- Nicholas D Steeves <nsteeves@gmail.com> Sat, 14 Sep 2019 21:06:37 -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 1b3072f..41580d6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
David Bremner <bremner@debian.org>,
Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
- debhelper (>= 12~),
+ debhelper-compat (= 12),
emacs-nox (>= 47) | emacs (>= 47.0)
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/emacsen-team/dh-elpa.git