summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-02-18 08:03:42 +0000
committerNiels Thykier <niels@thykier.net>2018-02-18 08:05:55 +0000
commitf8d7a6ead49e747430124bcea4b55ba05157d4b4 (patch)
treef8c736397e9dd221c994f9a982c30384311b60ec /debian/control
parente6b3ba49d0e1504966eaeb58dca280ea3c8310bc (diff)
downloaddebhelper-f8d7a6ead49e747430124bcea4b55ba05157d4b4.tar.gz
makefile: Pass -O to make with -jX
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e8965596..4da13c0f 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,9 @@ Depends: autotools-dev,
dpkg-dev (>= 1.19.0.5~),
file (>= 3.23),
libdpkg-perl (>= 1.17.14),
+# makefile.pm uses -O which according to #768791 requires make (>= 4~).
+# The -O is an aid to maintainers, debhelper works perfectly fine without it.
+ make (>= 4~),
man-db,
po-debconf,
${misc:Depends},