summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2020-06-25 10:23:26 +0000
committerDebian Janitor <janitor@jelmer.uk>2020-06-25 10:23:26 +0000
commit60a419774eee9002760d30d67382562e46c4ad0a (patch)
treee5730ca5c165bde1e334c04c2eb6607ead82b120
parent346fdb17cc2ef39fa4f3cb152ac1def7eb401034 (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/control3
2 files changed, 1 insertions, 3 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 a87f658..e8b72a0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 12~),
- libmodule-build-perl (>= 0.400000)
+Build-Depends: debhelper-compat (= 12), libmodule-build-perl (>= 0.400000)
Build-Depends-Indep: libcpan-checksums-perl,
libcpan-mini-perl,
libdist-metadata-perl,