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:
Simon McVittie 2016-06-26 19:51:04 +01:00
parent 7c91261b3f
commit bd5bc56b19
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -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

2
debian/control vendored
View File

@ -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