summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2020-01-08 23:31:10 +0000
committerDebian Janitor <janitor@jelmer.uk>2020-01-08 23:31:10 +0000
commitd4bd64d1a6131ecb63b2a266fafe51edde50e84b (patch)
treebbbbf9f15666fb43a81f417a43264b606bd026c7
parent7756f65f6fb4277cb2d086d2b45926b04d50b3d4 (diff)
Set debhelper-compat version in Build-Depends.
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 34194d5..53249c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ node-d3-polygon (1.0.5-3) UNRELEASED; urgency=medium
* Use secure copyright file specification URI.
* Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
-- Debian Janitor <janitor@jelmer.uk> Wed, 08 Jan 2020 23:30:14 +0000
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 faf9826..46b8fa0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
- debhelper (>= 12~)
+ debhelper-compat (= 12)
, nodejs
, pkg-js-tools
, rollup