diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b2b322c54..c29e07c7a 100644 --- a/debian/control +++ b/debian/control @@ -50,7 +50,12 @@ Section: utils Priority: optional Architecture: all Multi-Arch: foreign -Depends: libdpkg-perl (= ${source:Version}), bzip2, xz-utils, +Depends: + libdpkg-perl (= ${source:Version}), +# Needed for --clamp-mtime. + tar (>= 1.28-1), + bzip2, + xz-utils, patch (>= 2.7), make, binutils, base-files (>= 5.0.0), ${misc:Depends} Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl |