r39291 - in /desktop/experimental/gtk+3.0/debian: changelog control control.in

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Mon Aug 26 12:34:55 UTC 2013


Author: sjoerd
Date: Mon Aug 26 12:34:54 2013
New Revision: 39291

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39291
Log:
Also needs libxkbcommon-dev now due to the wayland backend (Found by Andrew
Lee)

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/control
    desktop/experimental/gtk+3.0/debian/control.in

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=39291&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog	[utf-8] Mon Aug 26 12:34:54 2013
@@ -34,8 +34,10 @@
   [ Sjoerd Simons ]
   * Add libwayland-dev depend in libgtk-3-dev since we're building the wayland
     backend now
-
- -- Sjoerd Simons <sjoerd at debian.org>  Mon, 26 Aug 2013 14:30:40 +0200
+  * Also needs libxkbcommon-dev now due to the wayland backend (Found by Andrew
+    Lee)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 26 Aug 2013 14:33:58 +0200
 
 gtk+3.0 (3.8.2-3) unstable; urgency=low
 

Modified: desktop/experimental/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control?rev=39291&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control	[utf-8] Mon Aug 26 12:34:54 2013
@@ -151,7 +151,8 @@
          libxcomposite-dev,
          libxdamage-dev,
          pkg-config (>= 0.26-1),
-         libwayland-dev
+         libwayland-dev,
+         libxkbcommon-dev
 Suggests: libgtk-3-doc
 Description: development files for the GTK+ library
  GTK+ is a multi-platform toolkit for creating graphical user

Modified: desktop/experimental/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control.in?rev=39291&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control.in	[utf-8] Mon Aug 26 12:34:54 2013
@@ -151,7 +151,8 @@
          libxcomposite-dev,
          libxdamage-dev,
          pkg-config (>= 0.26-1),
-         libwayland-dev
+         libwayland-dev,
+         libxkbcommon-dev
 Suggests: @DOC_PKG@
 Description: development files for the GTK+ library
  GTK+ is a multi-platform toolkit for creating graphical user




More information about the pkg-gnome-commits mailing list