Update for new lib/systemd/system/ostree-finalize-staged.service
- d/ostree-boot.install: Add new systemd service
lib/systemd/system/ostree-finalize-staged.service
- d/rules: Remove lib/systemd/system/ostree-finalize-staged.service
until we build ostree-boot
This commit is contained in:
parent
b4b2ce459d
commit
79dd1ee01e
|
|
@ -6,6 +6,10 @@ ostree (2018.5-1) UNRELEASED; urgency=medium
|
|||
remove those licenses
|
||||
- d/libostree-1-1.symbols: Update (and sort)
|
||||
- d/p/Don-t-write-to-parent-repo.patch: Drop, applied upstream
|
||||
- d/ostree-boot.install: Add new systemd service
|
||||
lib/systemd/system/ostree-finalize-staged.service
|
||||
- d/rules: Remove lib/systemd/system/ostree-finalize-staged.service
|
||||
until we build ostree-boot
|
||||
* ostree-tests: Add Lintian override for library-not-linked-against-libc.
|
||||
libreaddir-rand.so genuinely doesn't use any libc ABIs directly, only
|
||||
via GLib.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
etc/dracut.conf.d/ostree.conf
|
||||
etc/grub.d/15_ostree
|
||||
lib/systemd/system-generators/ostree-system-generator
|
||||
lib/systemd/system/ostree-finalize-staged.service
|
||||
lib/systemd/system/ostree-prepare-root.service
|
||||
lib/systemd/system/ostree-remount.service
|
||||
usr/lib/dracut/modules.d/98ostree
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ override_dh_install:
|
|||
rm -f debian/tmp/etc/dracut.conf.d/ostree.conf
|
||||
rm -f debian/tmp/etc/grub.d/15_ostree
|
||||
rm -f debian/tmp/lib/systemd/system-generators/ostree-system-generator
|
||||
rm -f debian/tmp/lib/systemd/system/ostree-finalize-staged.service
|
||||
rm -f debian/tmp/lib/systemd/system/ostree-prepare-root.service
|
||||
rm -f debian/tmp/lib/systemd/system/ostree-remount.service
|
||||
rm -fr debian/tmp/usr/lib/dracut/modules.d/98ostree/
|
||||
|
|
|
|||
Loading…
Reference in New Issue