diff --git a/debian/changelog b/debian/changelog index 0c2305a15f..94f9fc3af6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 @@ gtk+3.0 (3.9.12-1) UNRELEASED; urgency=low * New upstream release (3.9.12) - bump cairo build-dependency to >= 1.12 - -- Andreas Henriksson 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 Mon, 26 Aug 2013 14:30:40 +0200 gtk+3.0 (3.8.2-3) unstable; urgency=low diff --git a/debian/control b/debian/control index dc02871208..1475c5c338 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gtk+3.0 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort , Michael Biebl , Sjoerd Simons +Uploaders: Emilio Pozuelo Monfort , Michael Biebl , Sjoerd Simons Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), gnome-pkg-tools (>= 0.11), @@ -150,7 +150,8 @@ Depends: libgtk-3-0 (= ${binary:Version}), 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 diff --git a/debian/control.in b/debian/control.in index fbf4e65127..6fa66baa3d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -150,7 +150,8 @@ Depends: @SHARED_PKG@ (= ${binary:Version}), 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