Merge commit 'e93e2b4b9dde3059935daa61cabeab663fc0838b'
Latest PR was automerged before latest changelog commits were pushed, moving tree back in sync
This commit is contained in:
commit
da16d81ed3
|
@ -1,3 +1,22 @@
|
|||
live-build (1:20210902) unstable; urgency=medium
|
||||
|
||||
[ Thore Sommer ]
|
||||
* Adding dm-verity support for rootfs
|
||||
* docs: documentation for dm-verity feature
|
||||
* Enable dm-verity support also for ext filesystems
|
||||
|
||||
[ David Hewitt ]
|
||||
* binary_grub-efi: Allow removal of protected packages
|
||||
|
||||
[ Nick Brown ]
|
||||
* Export variables for hooks (Closes: #992572)
|
||||
|
||||
[ Luca Boccassi ]
|
||||
* Bump debhelper-compat to 13, no changes
|
||||
* Bump Standards-Version to 4.6.0, no changes
|
||||
|
||||
-- Luca Boccassi <bluca@debian.org> Thu, 02 Sep 2021 13:55:32 +0100
|
||||
|
||||
live-build (1:20210407) unstable; urgency=medium
|
||||
|
||||
* Upload to unstable.
|
||||
|
|
|
@ -5,10 +5,10 @@ Maintainer: Debian Live <debian-live@lists.debian.org>
|
|||
Uploaders: Raphaël Hertzog <raphael@offensive-security.com>,
|
||||
Luca Boccassi <bluca@debian.org>,
|
||||
Build-Depends:
|
||||
debhelper-compat (= 12),
|
||||
debhelper-compat (= 13),
|
||||
po4a,
|
||||
gettext,
|
||||
Standards-Version: 4.5.1
|
||||
Standards-Version: 4.6.0
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://wiki.debian.org/DebianLive
|
||||
Vcs-Browser: https://salsa.debian.org/live-team/live-build
|
||||
|
|
Loading…
Reference in New Issue