From 79dd1ee01ea2e4a605cf8b9181467b5d784a8536 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 15 May 2018 11:30:01 +0100 Subject: [PATCH] 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 --- debian/changelog | 4 ++++ debian/ostree-boot.install | 1 + debian/rules | 1 + 3 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45766aca..ae2ef9ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/ostree-boot.install b/debian/ostree-boot.install index 097a2627..045b7383 100644 --- a/debian/ostree-boot.install +++ b/debian/ostree-boot.install @@ -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 diff --git a/debian/rules b/debian/rules index 8df9477f..d8b3e7ab 100755 --- a/debian/rules +++ b/debian/rules @@ -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/