diff options
author | Guillem Jover <guillem@debian.org> | 2018-03-25 01:55:38 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-03-25 05:45:47 +0200 |
commit | 3aa636491f02f84efc789f9f2f263d792fa7bd7a (patch) | |
tree | 8a67c16a175817ad57739944b00c190f1a83e30e /debian/control | |
parent | 0d9c18d163ca37ef4c0c2127f8ec901f721d1473 (diff) | |
download | dpkg-3aa636491f02f84efc789f9f2f263d792fa7bd7a.tar.gz |
debian: Add bzip2 and xz-utils to Build-Depends
The functional test suite under t-func/ uses these compression tools
to unpack a test .deb package. This has not been a problem up-to-now
because dpkg-dev, which gets installed on the build systems, depends
also on these packages. But the dependencies are really missing.
Prompted-by: Bálint Réczey <balint.reczey@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ea649eaea..123a8e0e3 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,9 @@ Build-Depends: liblzma-dev, libselinux1-dev [linux-any], libncursesw5-dev, +# Needed for the functional test. + bzip2 <!nocheck>, + xz-utils <!nocheck>, Package: dpkg Architecture: any |