d/control: ostree no longer needs its Suggests on dracut
A stronger dependency on dracut will be needed in the ostree-boot package when the boot integration is reinstated (see #824650).
This commit is contained in:
parent
7c91261b3f
commit
bd5bc56b19
|
|
@ -25,6 +25,9 @@ ostree (2016.6-1) UNRELEASED; urgency=medium
|
||||||
of ostree that we just built
|
of ostree that we just built
|
||||||
* d/p/entry_pathname_test_helper-these-tests-need-extended-attr.patch:
|
* d/p/entry_pathname_test_helper-these-tests-need-extended-attr.patch:
|
||||||
skip more tests if /var/tmp doesn't support extended attributes
|
skip more tests if /var/tmp doesn't support extended attributes
|
||||||
|
* d/control: ostree no longer needs its Suggests on dracut. A stronger
|
||||||
|
dependency on dracut will be needed in the ostree-boot package when
|
||||||
|
the boot integration is reinstated (see #824650).
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 15 Jun 2016 14:05:53 -0400
|
-- Simon McVittie <smcv@debian.org> Wed, 15 Jun 2016 14:05:53 -0400
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -114,8 +114,6 @@ Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Suggests:
|
|
||||||
dracut,
|
|
||||||
Description: content-addressed filesystem for operating system binaries
|
Description: content-addressed filesystem for operating system binaries
|
||||||
OSTree is a tool and library for managing bootable, immutable, versioned
|
OSTree is a tool and library for managing bootable, immutable, versioned
|
||||||
filesystem trees. It is like git in that it checksums individual files
|
filesystem trees. It is like git in that it checksums individual files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue