From d072890c9dac74f8dff5ba0dd38439f3d90ba2dd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 15 Sep 2017 11:42:31 +0100 Subject: [PATCH] Classify new ostree-tmpfiles.conf as part of ostree-boot, and so don't install it yet --- debian/changelog | 2 ++ debian/ostree-boot.install | 1 + debian/rules | 1 + 3 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0aa7051b..539114d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ ostree (2017.11-1) UNRELEASED; urgency=medium * New upstream release - Drop all current patches, applied upstream * Adjust Description and Upstream-Name to emphasize libostree + * Classify new ostree-tmpfiles.conf as part of ostree-boot, and so + don't install it yet -- Simon McVittie Wed, 30 Aug 2017 10:09:26 +0100 diff --git a/debian/ostree-boot.install b/debian/ostree-boot.install index fd06f419..097a2627 100644 --- a/debian/ostree-boot.install +++ b/debian/ostree-boot.install @@ -7,3 +7,4 @@ usr/lib/dracut/modules.d/98ostree usr/lib/libostree/grub2-15_ostree usr/lib/ostree/ostree-prepare-root usr/lib/ostree/ostree-remount +usr/lib/tmpfiles.d/ostree-tmpfiles.conf diff --git a/debian/rules b/debian/rules index 5dfb3bd2..50cebe83 100755 --- a/debian/rules +++ b/debian/rules @@ -73,6 +73,7 @@ override_dh_install: rm -f debian/tmp/usr/lib/libostree/grub2-15_ostree rm -f debian/tmp/usr/lib/ostree/ostree-prepare-root rm -f debian/tmp/usr/lib/ostree/ostree-remount + rm -f debian/tmp/usr/lib/tmpfiles.d/ostree-tmpfiles.conf : dh_install