diff options
author | Jörg Behrmann <behrmann@physik.fu-berlin.de> | 2022-08-31 12:15:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 11:15:28 +0100 |
commit | b9924df264884634092465b9d2edac3393768f2e (patch) | |
tree | ff777f1f2e7cceb07420934eb060f779e319ff90 /debian/changelog | |
parent | Give the correct next event when the message timestamps are the same - MSC303... (diff) | |
download | synapse-b9924df264884634092465b9d2edac3393768f2e.tar.xz |
Change dpkg-statoverride to use --force-statoverride-add (#13638)
The --force flag of dpkg-statoverride has been deprecated (apparently starting with the dpkg version in Debian buster). It offers --force-all as q quick fix, but the usage in the Debian postinst script is probably covered by --force-statoverride-add. Fixes: #8391 Signed-off-by: Jörg Behrmann <behrmann@physik.fu-berlin.de>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0709ae24e9..6a6f306019 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ matrix-synapse-py3 (1.66.0~rc2+nmu1) UNRELEASED; urgency=medium * Update debhelper to compatibility level 12. * Drop the preinst script stopping synapse. * Allocate a group for the system user. + * Change dpkg-statoverride to --force-statoverride-add. -- Jörg Behrmann <behrmann@physik.fu-berlin.de> Tue, 23 Aug 2022 17:17:00 +0100 |