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

xorg: Changes to 'debian-unstable'



 debian/changelog                |    8 ++++++++
 debian/xserver-xorg.postinst.in |    2 ++
 2 files changed, 10 insertions(+)

New commits:
commit 88aa2e16c6910be094ed7163bf7c9f11500a3e77
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Jun 10 16:50:30 2009 +0200

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 85c431b..b70d93f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xorg (1:7.4+3) UNRELEASED; urgency=low
+xorg (1:7.4+3) unstable; urgency=low
 
   * Call db_stop at the end of xserver-xorg.postinst, otherwise debconf gets
     confused and makes the postinst hang after restarting hal
     (closes: #532623).
 
- -- Julien Cristau <jcristau@debian.org>  Wed, 10 Jun 2009 16:42:48 +0200
+ -- Julien Cristau <jcristau@debian.org>  Wed, 10 Jun 2009 16:50:27 +0200
 
 xorg (1:7.4+2) unstable; urgency=low
 

commit d943f22265046a02f5be8c9ee616369f5b24b57c
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Jun 10 16:50:01 2009 +0200

    Call db_stop at the end of xserver-xorg.postinst
    
    If we don't do that, debconf gets confused and makes the postinst hang
    after restarting hal (closes: #532623).

diff --git a/debian/changelog b/debian/changelog
index 60c66c6..85c431b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg (1:7.4+3) UNRELEASED; urgency=low
+
+  * Call db_stop at the end of xserver-xorg.postinst, otherwise debconf gets
+    confused and makes the postinst hang after restarting hal
+    (closes: #532623).
+
+ -- Julien Cristau <jcristau@debian.org>  Wed, 10 Jun 2009 16:42:48 +0200
+
 xorg (1:7.4+2) unstable; urgency=low
 
   [ David Nusinow ]
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 4ddc049..f7ae600 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -151,6 +151,8 @@ case "$1" in
     ;;
 esac
 
+db_stop
+
 exit 0
 
 # vim:set ai et sts=2 sw=2 tw=0:


Reply to: