Bug#779907: evince: enable libgnome-desktop post-jessie

Simon McVittie smcv at debian.org
Fri Mar 6 09:20:45 UTC 2015


Package: evince
Version: 3.14.1-2
Severity: wishlist
Tags: patch

Iain Lane enabled libgnome-desktop support in evince/unstable svn
after 3.14.1-1 was uploaded. I reverted that change to be able to
commit 3.14.1-2 with #768133 fixed, without introducing unapproved
changes during the freeze.

I assume there was some reason to want libgnome-desktop support, although
I don't know what concrete feature(s) this enables. After jessie,
someone (Iain?) should probably reinstate that change; I'm filing it
as a bug to keep it "on the radar".

Full svn diff below.

    S

------------------------------------------------------------------------
r43753 | laney | 2014-10-23 19:50:59 +0100 (Thu, 23 Oct 2014) | 1 line

Enable libgnome-desktop support

Index: debian/control.in
===================================================================
--- debian/control.in	(revision 43752)
+++ debian/control.in	(revision 43753)
@@ -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),
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 43752)
+++ debian/changelog	(revision 43753)
@@ -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.
Index: debian/rules
===================================================================
--- debian/rules	(revision 43752)
+++ debian/rules	(revision 43753)
@@ -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 \
Index: debian/control
===================================================================
--- debian/control	(revision 43752)
+++ debian/control	(revision 43753)
@@ -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),

------------------------------------------------------------------------



More information about the pkg-gnome-maintainers mailing list