diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libqt5gui5.maintscript | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 77c258d..4791bfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ qtbase-opensource-src (5.9.1+dfsg-10) UNRELEASED; urgency=medium + [ Dmitry Shachnev ] + * Add a maintscript to ensure that the obsolete 90qt5-opengl conffile + is removed on upgrade (refs: #850705). -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 30 Aug 2017 16:27:07 +0300 diff --git a/debian/libqt5gui5.maintscript b/debian/libqt5gui5.maintscript new file mode 100644 index 0000000..57bb469 --- /dev/null +++ b/debian/libqt5gui5.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/X11/Xsession.d/90qt5-opengl 5.9.1+dfsg-10~ |