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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Mar 9 13:25:18 UTC 2014


Author: pochu
Date: Sun Mar  9 13:25:18 2014
New Revision: 40847

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40847
Log:
* debian/control.in,
  debian/rules:
  + Enable Google cloud print support on the normal build.

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

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=40847&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog	[utf-8] Sun Mar  9 13:25:18 2014
@@ -1,6 +1,9 @@
 gtk+3.0 (3.11.8-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/control.in,
+    debian/rules:
+    + Enable Google cloud print support on the normal build.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 09 Mar 2014 14:11:00 +0100
 

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=40847&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control.in	[utf-8] Sun Mar  9 13:25:18 2014
@@ -40,6 +40,8 @@
                x11proto-xext-dev,
                libcups2-dev (>= 1.2),
                libcolord-dev (>= 0.1.9),
+               librest-dev,
+               libjson-glib-dev,
                gobject-introspection (>= 1.39.0),
                libgirepository1.0-dev (>= 1.39.0),
                xvfb

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=40847&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules	[utf-8] Sun Mar  9 13:25:18 2014
@@ -70,6 +70,7 @@
 			--enable-gtk-doc \
 			--enable-shared \
 			--enable-introspection \
+			--enable-cloudprint \
 			--disable-static
 
 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
@@ -89,6 +90,7 @@
 			--disable-wayland-backend \
 			--enable-x11-backend \
 			--disable-introspection \
+			--disable-cloudprint \
 			--disable-colord \
 			--disable-xcomposite \
 			--disable-xdamage \




More information about the pkg-gnome-commits mailing list