r52262 - in /desktop/unstable/gdm3/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Mar 16 20:45:00 UTC 2017


Author: biebl
Date: Thu Mar 16 20:44:59 2017
New Revision: 52262

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52262
Log:
Add Build-Depends on libxcb1-dev. Upstream switched from xlib to xcb for
the main gdm process to be more robust in cases where the display
connection has gone away.

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/control
    desktop/unstable/gdm3/debian/control.in

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=52262&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Thu Mar 16 20:44:59 2017
@@ -2,6 +2,9 @@
 
   * New upstream release.
   * Refresh patches.
+  * Add Build-Depends on libxcb1-dev. Upstream switched from xlib to xcb for
+    the main gdm process to be more robust in cases where the display
+    connection has gone away.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 16 Mar 2017 19:54:29 +0100
 

Modified: desktop/unstable/gdm3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control?rev=52262&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/control	[utf-8] Thu Mar 16 20:44:59 2017
@@ -21,6 +21,7 @@
                gnome-settings-daemon-dev (>= 2.91.2),
                gnome-settings-daemon (>= 2.91.2),
                libnss3-dev (>= 3.11.1),
+               libxcb1-dev,
                libx11-dev,
                libxau-dev,
                libxt-dev,

Modified: desktop/unstable/gdm3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control.in?rev=52262&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/control.in	[utf-8] Thu Mar 16 20:44:59 2017
@@ -17,6 +17,7 @@
                gnome-settings-daemon-dev (>= 2.91.2),
                gnome-settings-daemon (>= 2.91.2),
                libnss3-dev (>= 3.11.1),
+               libxcb1-dev,
                libx11-dev,
                libxau-dev,
                libxt-dev,




More information about the pkg-gnome-commits mailing list