From 1d328615b5b6aa989097c74e41553dc25fb36fb5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Aug 2020 11:19:40 +0100 Subject: [PATCH] Depend on bsdextrautils, for hexdump (used during testing) * Add to Build-Depends * Add to ostree-tests Depends * Allow bsdmainutils (<< 12) as an alternative, for backports --- debian/changelog | 9 +++++++++ debian/control | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a111abf4..c768f0c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ostree (2020.4-2) UNRELEASED; urgency=medium + + * Depend on bsdextrautils, for hexdump (used during testing) + - Add to Build-Depends + - Add to ostree-tests Depends + - Allow bsdmainutils (<< 12) as an alternative, for backports + + -- Simon McVittie Mon, 10 Aug 2020 11:19:27 +0100 + ostree (2020.4-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 012e8235..6eb40a68 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: autoconf, automake, bison, + bsdextrautils | bsdmainutils (<< 12) , ca-certificates, cpio, debhelper-compat (= 12), @@ -179,11 +180,11 @@ Description: libostree boot loader and initramfs integration - the boot loader must be one that is supported by libostree, currently GNU GRUB 2, syslinux/extlinux or Das U-Boot - Package: ostree-tests Architecture: linux-any Depends: attr, + bsdextrautils | bsdmainutils (<< 12), ca-certificates, cpio, fuse,