Your message dated Tue, 26 Apr 2016 10:00:34 +0000
with message-id <[email protected]>
and subject line Bug#779907: fixed in evince 3.20.0-2
has caused the Debian Bug report #779907,
regarding evince: use libgnome-desktop for thumbnail cache post-jessie
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
779907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779907
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>  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),

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

--- End Message ---
--- Begin Message ---
Source: evince
Source-Version: 3.20.0-2

We believe that the bug you reported is fixed in the latest version of
evince, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville <[email protected]> (supplier of updated evince package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 22 Apr 2016 17:30:38 +0200
Source: evince
Binary: evince evince-gtk evince-common libevdocument3-4 libevview3-3 
libevince-dev gir1.2-evince-3.0 browser-plugin-evince
Architecture: source amd64 all
Version: 3.20.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Laurent Bigonville <[email protected]>
Description:
 browser-plugin-evince - plugin for web browsers to display documents 
(PostScript, PDF, …)
 evince     - Document (PostScript, PDF) viewer
 evince-common - Document (PostScript, PDF) viewer - common files
 evince-gtk - dummy package for the transition from evince-gtk to evince
 gir1.2-evince-3.0 - GObject introspection data for the evince libraries
 libevdocument3-4 - Document (PostScript, PDF) rendering library
 libevince-dev - Document (PostScript, PDF) rendering library - development 
files
 libevview3-3 - Document (PostScript, PDF) rendering library - Gtk+ widgets
Closes: 496250 554780 620517 673236 762530 779907
Changes:
 evince (3.20.0-2) unstable; urgency=medium
 .
   [ Andreas Henriksson ]
   * Bump Standards-Version to 3.9.7
 .
   [ Laurent Bigonville ]
   * debian/evince-common.install: Install evince.service systemd file
   * debian/control.in:
     - Add libgnome-desktop-3-dev to the build-dependency to enable Thumbnail
       cache (Closes: #779907)
     - Drop evince-dbg package and rely on automatically built dbgsym packages
     - Fix typos (Closes: #673236, #620517)
     - Bump gtk-doc-tools build-dependency to 1.13 (Closes: #554780)
     - Drop dependency against gnome-icon-theme-symbolic, it's deprecated and
       replaced by the adwaita theme (Closes: #496250)
   * Add a manpage for evince-previewer, thanks to Mattia Rizzolo and Tomasz
     Buchert (Closes: #762530)
   * debian/evince-gtk.lintian-overrides: Readd lintian override for
     versionless GPL for evince-gtk package until we drop it completely.
   * Move the manpages and the .desktop, icons, appdata, dconf, dbus/systemd
     files from the -common package to the main one.
   * Move appdata files for the backends to the libevdocument package
   * Run wrap-and-sort script
   * Install apparmor profiles and apport hook, both coming from Ubuntu, thanks
     to them.
   * Convert to multi-arch
   * Add browser-plugin-evince package to ship evince browser plugin
   * debian/rules: Pass --as-needed to dh_autoreconf
Checksums-Sha1:
 3fc357c30f115ca42b0f4974e2b7b70c66663a6a 2864 evince_3.20.0-2.dsc
 bce6252d6f89bf8945c3855d9baf798b9966f38c 26924 evince_3.20.0-2.debian.tar.xz
 3a3968785df6e934724105471e56ae17e8494ab9 120702 
browser-plugin-evince-dbgsym_3.20.0-2_amd64.deb
 a6f9800b090b581b9db17575832714ffc77d527a 652100 
browser-plugin-evince_3.20.0-2_amd64.deb
 af240b74d35951dcb34f40313fee2fdbb463908f 2362454 evince-common_3.20.0-2_all.deb
 dd019a948b68074a5b96e533e9b280f3692e5963 678272 
evince-dbgsym_3.20.0-2_amd64.deb
 e08b7a82e71a9722d7c3bcb84fc67f6d1aefb44c 627960 evince-gtk_3.20.0-2_amd64.deb
 0d64a78952717c27e77f514d5d28aa13049b3ae8 829664 evince_3.20.0-2_amd64.deb
 646cacfd293e55bac8881939411170d289d42d4a 648280 
gir1.2-evince-3.0_3.20.0-2_amd64.deb
 73924d91fde5175ce2d10a0012546410444c8d7a 539614 
libevdocument3-4-dbgsym_3.20.0-2_amd64.deb
 366d0318b3c4f5a1b2844d338bf5fe981a9ee8d9 811274 
libevdocument3-4_3.20.0-2_amd64.deb
 7e5a4a2775f8d2e9fc2e6e4d51b32a463dadef09 955724 
libevince-dev_3.20.0-2_amd64.deb
 9ad3d894ea32ccfa6965a5e869a0afbea0e52d7f 394556 
libevview3-3-dbgsym_3.20.0-2_amd64.deb
 1504174fda1c76dc089fcb7d5e37bb4c927a13c4 740392 libevview3-3_3.20.0-2_amd64.deb
Checksums-Sha256:
 884856d3f7354625454b793bd5bd2d9ae2c17b025b27270e86e0b3f3110fad58 2864 
evince_3.20.0-2.dsc
 dd4e166258381249c38a6f5b16c150e299b1c176dbe6ab9231a68619734c0d35 26924 
evince_3.20.0-2.debian.tar.xz
 3dbd7c11abe8987051ea6c705b412bb3a95c969138f31a415a00ed6b613ea172 120702 
browser-plugin-evince-dbgsym_3.20.0-2_amd64.deb
 8453f858bcddf78426e782864a7594b30ff4059eaf33f855655af17ea6e21f9b 652100 
browser-plugin-evince_3.20.0-2_amd64.deb
 f4bcd38b436e4d6a9d2a75fac4f3e8bbc6dbac7d0423c955a07109fbbffad5de 2362454 
evince-common_3.20.0-2_all.deb
 66176bfbacdbdb00a9d7075e43c3265a17c2cd577977386f717580a9a00360ba 678272 
evince-dbgsym_3.20.0-2_amd64.deb
 d6fbf3be95e9e18dcaa9ee00bbe7405b35c7ce60db7a34fbd0a3bab8d23e04fd 627960 
evince-gtk_3.20.0-2_amd64.deb
 8cfa4b52632711d2e079af3208517960d80841b3588a6cb98f1b60f36de56ea4 829664 
evince_3.20.0-2_amd64.deb
 dadac5bf8e44cfd2c8298beace3a5ae7e265d83132f0e7e10cd17d39ca64cf5a 648280 
gir1.2-evince-3.0_3.20.0-2_amd64.deb
 ac9c32d573168cb6d37c5b317fd8aed2105371689d4526778f2f94f8a4e3ca12 539614 
libevdocument3-4-dbgsym_3.20.0-2_amd64.deb
 1a92c226e176f7e046511b2bd51ca90d7ff0609b620be8c7f07d48a0ef0a00c5 811274 
libevdocument3-4_3.20.0-2_amd64.deb
 3962755216c2494d92bbae6bc6087a93ea5a7fdd876bbf065d486f42b5f316c2 955724 
libevince-dev_3.20.0-2_amd64.deb
 0505cb01e2bc78812d7b3d438c9ce4c51b820e19f2bda1c3f9b95e158bbc68f6 394556 
libevview3-3-dbgsym_3.20.0-2_amd64.deb
 d8a3760a60c3035130cc918cb6341e99dccb883657b118ae60d6a95804f9725e 740392 
libevview3-3_3.20.0-2_amd64.deb
Files:
 cca3bcacc6e7e49c5ccb31c901d47ddd 2864 gnome optional evince_3.20.0-2.dsc
 dd4796350f6af141349b426ba7f19094 26924 gnome optional 
evince_3.20.0-2.debian.tar.xz
 6bc326cdf8158290eaf1972a26ad81dc 120702 debug extra 
browser-plugin-evince-dbgsym_3.20.0-2_amd64.deb
 886beb22e36b79d6ad05c47f4e28f6b0 652100 gnome optional 
browser-plugin-evince_3.20.0-2_amd64.deb
 5e00b66af6d9208b0dc603f8d8e378d6 2362454 gnome optional 
evince-common_3.20.0-2_all.deb
 8fcdcf5855786541be80b36b47bcbfbd 678272 debug extra 
evince-dbgsym_3.20.0-2_amd64.deb
 89363d0c2b174a9da57e1fa6971f53af 627960 oldlibs extra 
evince-gtk_3.20.0-2_amd64.deb
 511c53d7c83aa220ca8bfa25fb536062 829664 gnome optional 
evince_3.20.0-2_amd64.deb
 eaf020cd9316bd33def60dad668810ab 648280 introspection optional 
gir1.2-evince-3.0_3.20.0-2_amd64.deb
 b432a12960194829a76e20db26016906 539614 debug extra 
libevdocument3-4-dbgsym_3.20.0-2_amd64.deb
 4fc229a083b48a694b5c8276ad90fb58 811274 libs optional 
libevdocument3-4_3.20.0-2_amd64.deb
 b0266f7185bbd4b53ed3fa76a4013e16 955724 libdevel optional 
libevince-dev_3.20.0-2_amd64.deb
 bb79fb9541b3bf90f07e43cf607d2b3f 394556 debug extra 
libevview3-3-dbgsym_3.20.0-2_amd64.deb
 2b40f0228cbd92204a6533af2b2e5512 740392 libs optional 
libevview3-3_3.20.0-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJXGkZYAAoJEB/FiR66sEPVnSAH/Ax81E4UT2sCDmszpPsp1viM
hsNk+B4HQof+m0KzKhr6Nr00jgiBCzC6+q8x/uz/1ROBn2r+VGDDsQrG7g7jCzlK
0lQGNoDxleTXJzk+TPImVB3VLMYjoMzD3Rd35B4jhixArSUvcAh3W7UiEhkUiPPe
hr40JnA4W+kxvmHNSgVw2ZKow/NhIepI3/wUPkt828B9xJR23eb0grZsFGsXLGmc
lxHCd+7qVNjxCgZKxmKLeTaYG7vJjVgkijc7pfvH7VtwMPdxoZLUufYcs8cC6QBZ
anwLzLR6+rKil2vAEdtapYLP5eDpFPWtH17cNJJFzQzm+ylEWrgrDv2HYXBArdo=
=pQ6G
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to