r50121 - in /desktop/unstable/gnome-documents/debian: changelog control patches/Require-Gepub-0.4.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Sep 5 23:14:45 UTC 2016


Author: biebl
Date: Mon Sep  5 23:14:44 2016
New Revision: 50121

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50121
Log:
Cherry-pick patch from upstream to use Gepub 0.4.

Added:
    desktop/unstable/gnome-documents/debian/patches/Require-Gepub-0.4.patch
Modified:
    desktop/unstable/gnome-documents/debian/changelog
    desktop/unstable/gnome-documents/debian/control
    desktop/unstable/gnome-documents/debian/patches/series

Modified: desktop/unstable/gnome-documents/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/changelog?rev=50121&op=diff
==============================================================================
--- desktop/unstable/gnome-documents/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-documents/debian/changelog	[utf-8] Mon Sep  5 23:14:44 2016
@@ -1,5 +1,6 @@
 gnome-documents (3.21.90-1) UNRELEASED; urgency=medium
 
+  [ Jeremy Bicha ]
   * New upstream release
   * Bump dh compat to 10
   * debian/control.in:
@@ -7,6 +8,9 @@
     - Build-depend and depend on libgepub for new epub support
   * Drop debian/patches/91_hide-gnome-books.patch:
     - Don't hide the Books app since it now support epubs
+
+  [ Michael Biebl ]
+  * Cherry-pick patch from upstream to use Gepub 0.4.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Thu, 01 Sep 2016 22:55:04 -0400
 

Modified: desktop/unstable/gnome-documents/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/control?rev=50121&op=diff
==============================================================================
--- desktop/unstable/gnome-documents/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-documents/debian/control	[utf-8] Mon Sep  5 23:14:44 2016
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
 Build-Depends: autoconf-archive (>= 20160320),
                debhelper (>= 9.20160403~),
                desktop-file-utils,
@@ -18,6 +18,7 @@
                inkscape,
                libevince-dev (>= 3.13.3),
                libgdata-dev (>= 0.13.3),
+               libgepub-dev (>= 0.4),
                libgirepository1.0-dev (>= 1.31.6),
                libgjs-dev (>= 1.40),
                libglib2.0-dev (>= 2.39.3),
@@ -45,6 +46,7 @@
          gnome-online-miners,
          gir1.2-evince-3.0,
          gir1.2-gdata-0.0,
+         gir1.2-gepub-0.4,
          gir1.2-gnomedesktop-3.0,
          gir1.2-goa-1.0,
          gir1.2-gtk-3.0,

Added: desktop/unstable/gnome-documents/debian/patches/Require-Gepub-0.4.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/patches/Require-Gepub-0.4.patch?rev=50121&op=file
==============================================================================
--- desktop/unstable/gnome-documents/debian/patches/Require-Gepub-0.4.patch	(added)
+++ desktop/unstable/gnome-documents/debian/patches/Require-Gepub-0.4.patch	[utf-8] Mon Sep  5 23:14:44 2016
@@ -0,0 +1,26 @@
+From 51310af1c0563dd34fd19548e0090ed92f9f4560 Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar at opensuse.org>
+Date: Wed, 31 Aug 2016 14:55:09 +0200
+Subject: [PATCH] Require Gepub 0.4
+
+https://bugzilla.gnome.org/show_bug.cgi?id=770645
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3bbfe64..767a629 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -123,7 +123,7 @@ AX_CHECK_GIRS_GJS([Tracker], [1.0])
+ AX_CHECK_GIRS_GJS([TrackerControl], [1.0])
+ AX_CHECK_GIRS_GJS([WebKit2], [4.0])
+ AX_CHECK_GIRS_GJS([Zpj], [0.0])
+-AX_CHECK_GIRS_GJS([Gepub], [0.3])
++AX_CHECK_GIRS_GJS([Gepub], [0.4])
+ 
+ GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
+ AC_SUBST(GLIB_COMPILE_RESOURCES)
+-- 
+2.9.3
+

Modified: desktop/unstable/gnome-documents/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/patches/series?rev=50121&op=diff
==============================================================================
--- desktop/unstable/gnome-documents/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-documents/debian/patches/series	[utf-8] Mon Sep  5 23:14:44 2016
@@ -1,2 +1,3 @@
 90_drop-onlyshowin.patch
 gnome-documents-xdg-fail.patch
+Require-Gepub-0.4.patch




More information about the pkg-gnome-commits mailing list