summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2020-10-21 03:53:18 +0100
committerDebian Janitor <janitor@jelmer.uk>2020-10-21 03:53:18 +0100
commitc2f50c7c3c923869a30f780ef7f2ce703d426a3d (patch)
tree1f5b1e20645a32824e4fac3758d5c11e2b0a37cc
parentef1ad27d6ad6818bbff17d2a55551431869b261e (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/compat1
-rw-r--r--debian/control2
2 files changed, 1 insertions, 2 deletions
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 8b7af26..45269ac 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 12),
dh-sequence-perl-openssl,
libcrypt-openssl-rsa-perl,
libssl-dev,