[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'debian-unstable'



 debian/changelog           |    8 ++++++++
 debian/x11-common.postinst |    3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 2c7fd3d94825f4fd9a770a824a712dfcda109835
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Nov 23 08:42:42 2016 +0100

    Call db_purge without arguments in postinst
    
    Fixes error uncovered by adding "set -e" in 1:7.7+17 (closes: #845398).
    Thanks, Samuel Thibault and Tianon Gravi!
    
    The bug was introduced by me in 1:7.7+10 but was hidden until now
    because errors were being ignored.  Yay me.

diff --git a/debian/changelog b/debian/changelog
index 8c53b1e..c794f9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg (1:7.7+18) UNRELEASED; urgency=medium
+
+  * Call db_purge without arguments in postinst to fix error uncovered by
+    adding "set -e" in 1:7.7+17 (closes: #845398).  Thanks, Samuel Thibault
+    and Tianon Gravi!
+
+ -- Julien Cristau <jcristau@debian.org>  Wed, 23 Nov 2016 08:34:41 +0100
+
 xorg (1:7.7+17) unstable; urgency=medium
 
   [ Andreas Boll ]
diff --git a/debian/x11-common.postinst b/debian/x11-common.postinst
index 2230165..e84e126 100644
--- a/debian/x11-common.postinst
+++ b/debian/x11-common.postinst
@@ -4,8 +4,7 @@ set -e
 if [ -f /usr/share/debconf/confmodule ]; then
   . /usr/share/debconf/confmodule
 
-  db_purge x11-common/xwrapper/allowed_users
-  db_purge x11-common/xwrapper/actual_allowed_users
+  db_purge
 fi
 
 #DEBHELPER#


Reply to: