summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2020-06-10 04:31:09 +0000
committerDebian Janitor <janitor@jelmer.uk>2020-06-10 04:31:09 +0000
commit1fe6a27d2f6718a0f74ac8d9366090f16d6f89f3 (patch)
tree2abb1b508c27b4840192addfdc68f01ed5300ee8
parentd7242f69363cf5828f1fd228cf92c218a29ac2dd (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/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 bf52d99..0fecd1f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Ivan Kohler <ivan-debian@420.am>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper (>= 12~)
+Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libnet-https-any-perl,
libtest-pod-perl,
libtie-ixhash-perl,