Classify new ostree-tmpfiles.conf as part of ostree-boot, and so don't install it yet
This commit is contained in:
parent
232742c081
commit
d072890c9d
|
|
@ -3,6 +3,8 @@ ostree (2017.11-1) UNRELEASED; urgency=medium
|
||||||
* New upstream release
|
* New upstream release
|
||||||
- Drop all current patches, applied upstream
|
- Drop all current patches, applied upstream
|
||||||
* Adjust Description and Upstream-Name to emphasize libostree
|
* 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 <smcv@debian.org> Wed, 30 Aug 2017 10:09:26 +0100
|
-- Simon McVittie <smcv@debian.org> Wed, 30 Aug 2017 10:09:26 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,4 @@ usr/lib/dracut/modules.d/98ostree
|
||||||
usr/lib/libostree/grub2-15_ostree
|
usr/lib/libostree/grub2-15_ostree
|
||||||
usr/lib/ostree/ostree-prepare-root
|
usr/lib/ostree/ostree-prepare-root
|
||||||
usr/lib/ostree/ostree-remount
|
usr/lib/ostree/ostree-remount
|
||||||
|
usr/lib/tmpfiles.d/ostree-tmpfiles.conf
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,7 @@ override_dh_install:
|
||||||
rm -f debian/tmp/usr/lib/libostree/grub2-15_ostree
|
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-prepare-root
|
||||||
rm -f debian/tmp/usr/lib/ostree/ostree-remount
|
rm -f debian/tmp/usr/lib/ostree/ostree-remount
|
||||||
|
rm -f debian/tmp/usr/lib/tmpfiles.d/ostree-tmpfiles.conf
|
||||||
:
|
:
|
||||||
dh_install
|
dh_install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue