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
This commit is contained in:
parent
59c88b4761
commit
1d328615b5
|
|
@ -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 <smcv@debian.org> Mon, 10 Aug 2020 11:19:27 +0100
|
||||
|
||||
ostree (2020.4-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ Build-Depends:
|
|||
autoconf,
|
||||
automake,
|
||||
bison,
|
||||
bsdextrautils <!nocheck> | bsdmainutils (<< 12) <!nocheck>,
|
||||
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue