Merge lp:~mterry/evince/ubuntu-2.32.0 into lp:~ubuntu-desktop/evince/ubuntu

Proposed by Michael Terry on 2010-09-27
Status: Merged
Merged at revision: 100
Proposed branch: lp:~mterry/evince/ubuntu-2.32.0
Merge into: lp:~ubuntu-desktop/evince/ubuntu
Diff against target: 62 lines (+9/-23)
4 files modified
debian/changelog (+8/-0)
debian/control (+1/-1)
debian/patches/02_fix_ftbfs_with_disable_dbus.patch (+0/-21)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~mterry/evince/ubuntu-2.32.0
Reviewer Review Type Date Requested Status
VCS imports 2010-09-27 Pending
Review via email: mp+36778@code.launchpad.net

Description of the Change

GNOME 2.32.0 merge

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-09-13 22:02:34 +0000
3+++ debian/changelog 2010-09-27 19:49:39 +0000
4@@ -1,3 +1,11 @@
5+evince (2.32.0-0ubuntu1) maverick; urgency=low
6+
7+ * New upstream version
8+ * 02_fix_ftbfs_with_disable_dbus.patch:
9+ - Dropped, applied upstream
10+
11+ -- Michael Terry <mike@mterry.name> Mon, 27 Sep 2010 15:41:55 -0400
12+
13 evince (2.31.92-0ubuntu2) maverick; urgency=low
14
15 * debian/rules:
16
17=== modified file 'debian/control'
18--- debian/control 2010-09-06 21:43:04 +0000
19+++ debian/control 2010-09-27 19:49:39 +0000
20@@ -8,7 +8,7 @@
21 Priority: optional
22 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
23 XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
24-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>
25+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
26 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/evince/ubuntu
27 Build-Depends: cdbs,
28 debhelper (>= 7.4.20ubuntu5),
29
30=== removed file 'debian/patches/02_fix_ftbfs_with_disable_dbus.patch'
31--- debian/patches/02_fix_ftbfs_with_disable_dbus.patch 2010-09-13 10:44:20 +0000
32+++ debian/patches/02_fix_ftbfs_with_disable_dbus.patch 1970-01-01 00:00:00 +0000
33@@ -1,21 +0,0 @@
34-# Description: condition ev_window_emit_doc_loaded to #ifdef ENABLE_DBUS as the
35-# signal is added only with dbus activated (and calling function is called with
36-# or without disable-dbus)
37-# Author: Didier Roche <didrocks@ubuntu.com>
38-# Origin: Ubuntu
39-# Bug: https://bugzilla.gnome.org/show_bug.cgi?id=629498
40-# Bug-Ubuntu: https://bugs.launchpad.net/evince/+bug/636971
41-Index: evince-2.31.92/shell/ev-window.c
42-===================================================================
43---- evince-2.31.92.orig/shell/ev-window.c 2010-09-13 12:39:53.524780001 +0200
44-+++ evince-2.31.92/shell/ev-window.c 2010-09-13 12:40:41.284780000 +0200
45-@@ -1547,7 +1547,9 @@
46- if (!ev_job_is_failed (job)) {
47- ev_document_model_set_document (ev_window->priv->model, document);
48-
49-+ #ifdef ENABLE_DBUS
50- ev_window_emit_doc_loaded (ev_window);
51-+ #endif
52- setup_chrome_from_metadata (ev_window);
53- update_chrome_actions (ev_window);
54- setup_document_from_metadata (ev_window);
55
56=== modified file 'debian/patches/series'
57--- debian/patches/series 2010-09-13 10:44:20 +0000
58+++ debian/patches/series 2010-09-27 19:49:39 +0000
59@@ -1,3 +1,2 @@
60 01_lpi.patch
61
62-02_fix_ftbfs_with_disable_dbus.patch

Subscribers

People subscribed via source and target branches

to all changes: