From 3aa636491f02f84efc789f9f2f263d792fa7bd7a Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 25 Mar 2018 01:55:38 +0100 Subject: debian: Add bzip2 and xz-utils to Build-Depends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- debian/changelog | 2 ++ debian/control | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 15e135548..848ce0c09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -94,6 +94,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium from Dpkg::Source::Package. Reported by Ian Jackson . - Bump Standards-Version to 4.1.1 (no changes needed). + - Add bzip2 and xz-utils to Build-Depends, required by the functional test + suite, but shadowed by dpkg-dev from the build system pulling those in. * Test suite: - Skip Dpkg::OpenPGP test if gpg is not present. - Check POD in all perl scripts. 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 , + xz-utils , Package: dpkg Architecture: any -- cgit v1.2.3