r52843 - in /desktop/unstable/gnome-desktop3/debian: changelog patches/disable-bubblewrap.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Aug 17 21:53:24 UTC 2017


Author: jbicha-guest
Date: Thu Aug 17 21:53:24 2017
New Revision: 52843

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52843
Log:
Add disable-bubblewrap.patch

Don't use new bubblewrap sandbox since it currently
breaks the thumbnailer on Debian-based systems.
See https://bugzilla.gnome.org/785963

Added:
    desktop/unstable/gnome-desktop3/debian/patches/disable-bubblewrap.patch
Modified:
    desktop/unstable/gnome-desktop3/debian/changelog
    desktop/unstable/gnome-desktop3/debian/patches/series

Modified: desktop/unstable/gnome-desktop3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/changelog?rev=52843&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/changelog	[utf-8] Thu Aug 17 21:53:24 2017
@@ -1,5 +1,6 @@
 gnome-desktop3 (3.25.90-1) UNRELEASED; urgency=medium
 
+  [ Laurent Bigonville ]
   * New upstream release (3.26 beta).
     - Bump build-dependencies
     - Add a build-dependency against libseccomp-dev on linux architectrues
@@ -10,6 +11,12 @@
   * debian/control.in:
     - Bump Standards-Version to 4.0.1 (no further changes)
     - Remove ancient (pre stretch) Breaks/Replaces
+
+  [ Jeremy Bicha ]
+  * Add disable-bubblewrap.patch:
+    - Don't use new bubblewrap sandbox since it currently breaks the
+      thumbnailer on Debian-based systems.
+      See https://bugzilla.gnome.org/785963
 
  -- Laurent Bigonville <bigon at debian.org>  Wed, 16 Aug 2017 13:47:25 +0200
 

Added: desktop/unstable/gnome-desktop3/debian/patches/disable-bubblewrap.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/patches/disable-bubblewrap.patch?rev=52843&op=file
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/patches/disable-bubblewrap.patch	(added)
+++ desktop/unstable/gnome-desktop3/debian/patches/disable-bubblewrap.patch	[utf-8] Thu Aug 17 21:53:24 2017
@@ -0,0 +1,16 @@
+Disable bubblewrap sandbox since it doesn't work on Debian yet.
+Bug: https://bugzilla.gnome.org/785963
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -166,7 +166,6 @@ case $host_os in
+     PKG_CHECK_MODULES(LIBSECCOMP, [libseccomp])
+     SECCOMP_PKG="libseccomp"
+     AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define to include GNU extensions])
+-    AC_DEFINE_UNQUOTED(HAVE_BWRAP, 1, [Define to 1 if Bubblewrap support is available])
+     AC_DEFINE([ENABLE_SECCOMP], [1], [Define if using seccomp])
+     AC_DEFINE_UNQUOTED(INSTALL_PREFIX, "$prefix", [Path to library install prefix])
+     ;;

Modified: desktop/unstable/gnome-desktop3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/patches/series?rev=52843&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/patches/series	[utf-8] Thu Aug 17 21:53:24 2017
@@ -1 +1,2 @@
 01_fix-ftbfs-x32.patch
+disable-bubblewrap.patch




More information about the pkg-gnome-commits mailing list