r43753 - in /desktop/unstable/evince/debian: changelog control control.in rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Oct 23 18:51:00 UTC 2014


Author: laney
Date: Thu Oct 23 18:50:59 2014
New Revision: 43753

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43753
Log:
Enable libgnome-desktop support

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/control
    desktop/unstable/evince/debian/control.in
    desktop/unstable/evince/debian/rules

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=43753&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog	[utf-8] (original)
+++ desktop/unstable/evince/debian/changelog	[utf-8] Thu Oct 23 18:50:59 2014
@@ -1,3 +1,9 @@
+evince (3.14.1-2) UNRELEASED; urgency=medium
+
+  * Enable libgnome-desktop support
+
+ -- Iain Lane <laney at debian.org>  Thu, 23 Oct 2014 19:38:00 +0100
+
 evince (3.14.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control?rev=43753&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control	[utf-8] (original)
+++ desktop/unstable/evince/debian/control	[utf-8] Thu Oct 23 18:50:59 2014
@@ -18,6 +18,7 @@
                gtk-doc-tools (>= 1.0),
                libx11-dev,
                libcairo2-dev (>= 1.10.0),
+               libgnome-desktop-3-dev,
                libgtk-3-dev (>= 3.13),
                libgail-3-dev (>= 3.0.2),
                libglib2.0-dev (>= 2.36),

Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=43753&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in	[utf-8] (original)
+++ desktop/unstable/evince/debian/control.in	[utf-8] Thu Oct 23 18:50:59 2014
@@ -14,6 +14,7 @@
                gtk-doc-tools (>= 1.0),
                libx11-dev,
                libcairo2-dev (>= 1.10.0),
+               libgnome-desktop-3-dev,
                libgtk-3-dev (>= 3.13),
                libgail-3-dev (>= 3.0.2),
                libglib2.0-dev (>= 2.36),

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=43753&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules	[utf-8] (original)
+++ desktop/unstable/evince/debian/rules	[utf-8] Thu Oct 23 18:50:59 2014
@@ -30,13 +30,15 @@
 
 DEB_CONFIGURE_FLAGS_evince = \
 			--enable-introspection \
-			--enable-gtk-doc
+			--enable-gtk-doc \
+			--enable-libgnome-desktop
 
 DEB_CONFIGURE_FLAGS_evince-gtk = \
 			--without-keyring \
 			--disable-nautilus \
 			--disable-introspection \
-			--disable-gtk-doc
+			--disable-gtk-doc \
+			--disable-libgnome-desktop
 
 install/evince-common::
 	dh_install -p${cdbs_curpkg} --ignore=debian/${cdbs_curpkg}.install \




More information about the pkg-gnome-commits mailing list