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
|
ostree (2020.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ Build-Depends:
|
||||||
autoconf,
|
autoconf,
|
||||||
automake,
|
automake,
|
||||||
bison,
|
bison,
|
||||||
|
bsdextrautils <!nocheck> | bsdmainutils (<< 12) <!nocheck>,
|
||||||
ca-certificates,
|
ca-certificates,
|
||||||
cpio,
|
cpio,
|
||||||
debhelper-compat (= 12),
|
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
|
- the boot loader must be one that is supported by libostree, currently
|
||||||
GNU GRUB 2, syslinux/extlinux or Das U-Boot
|
GNU GRUB 2, syslinux/extlinux or Das U-Boot
|
||||||
|
|
||||||
|
|
||||||
Package: ostree-tests
|
Package: ostree-tests
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
attr,
|
attr,
|
||||||
|
bsdextrautils | bsdmainutils (<< 12),
|
||||||
ca-certificates,
|
ca-certificates,
|
||||||
cpio,
|
cpio,
|
||||||
fuse,
|
fuse,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue