r39290 - 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:31:54 UTC 2013


Author: sjoerd
Date: Mon Aug 26 12:31:54 2013
New Revision: 39290

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39290
Log:
Add libwayland-dev depend in libgtk-3-dev since we're building the wayland
backend now

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=39290&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:31:54 2013
@@ -1,5 +1,6 @@
 gtk+3.0 (3.9.12-1) UNRELEASED; urgency=low
 
+  [ Andreas Henriksson ]
   * New upstream development release (3.9.10)
   * Bump glib (build-)dependency to >= 2.37.3 as per configure.ac
   * Trivial update in 015_default-fallback-icon-theme.patch to apply.
@@ -30,7 +31,11 @@
   * New upstream release (3.9.12)
     - bump cairo build-dependency to >= 1.12
 
- -- Andreas Henriksson <andreas at fatal.se>  Mon, 26 Aug 2013 11:47:50 +0200
+  [ 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
 
 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=39290&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:31:54 2013
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
                gnome-pkg-tools (>= 0.11),
@@ -150,7 +150,8 @@
          libxfixes-dev,
          libxcomposite-dev,
          libxdamage-dev,
-         pkg-config (>= 0.26-1)
+         pkg-config (>= 0.26-1),
+         libwayland-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=39290&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:31:54 2013
@@ -150,7 +150,8 @@
          libxfixes-dev,
          libxcomposite-dev,
          libxdamage-dev,
-         pkg-config (>= 0.26-1)
+         pkg-config (>= 0.26-1),
+         libwayland-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