summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-05-02 11:49:44 +0100
committerSimon McVittie <smcv@debian.org>2021-05-02 18:45:02 +0100
commit26b45e392ce368533589bc6dee9e4103666f33c6 (patch)
treeb2bd988f1767f8622b7e8dff7d0254c7c0290bc3
parentc30c277e2ce6e49cd0b183d5c37212645b55e931 (diff)
Release to experimentaldebian/2.68.1-2
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b8fdf6c5..43616e2a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+glib2.0 (2.68.1-2) experimental; urgency=medium
+
+ * Fix maintainer scripts' handling of /usr/lib/MULTIARCH/gio/modules:
+ - postrm: Only delete GIO module cache on remove or purge.
+ Despite its name, the postrm can be invoked for reasons other than
+ package removal: in particular, the old version's postrm is run
+ during upgrades.
+ - postinst: Recreate GIO module directory if deleted by an older
+ postrm, to recover from the bug fixed here.
+ - postinst: Don't guard glib-compile-schemas or gio-querymodules with
+ a check for existence of a directory that is shipped in the .deb.
+ If such a directory has somehow gone missing, we want to see
+ a warning. This won't make the postinst fail, because we're ignoring
+ exit status anyway.
+ (Closes: #987913)
+
+ -- Simon McVittie <smcv@debian.org> Sun, 02 May 2021 14:45:36 +0100
+
glib2.0 (2.68.1-1) experimental; urgency=medium
* New upstream stable release