r53083 - in /packages/unstable/gnome-builder/debian: changelog control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Aug 30 12:33:43 UTC 2017


Author: ah
Date: Wed Aug 30 12:33:43 2017
New Revision: 53083

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53083
Log:
Only build-dep and enable flatpak plugin on linux

Modified:
    packages/unstable/gnome-builder/debian/changelog
    packages/unstable/gnome-builder/debian/control.in
    packages/unstable/gnome-builder/debian/rules

Modified: packages/unstable/gnome-builder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/changelog?rev=53083&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/changelog	[utf-8] Wed Aug 30 12:33:43 2017
@@ -1,3 +1,9 @@
+gnome-builder (3.24.2-2) UNRELEASED; urgency=medium
+
+  * Only build-dep and enable flatpak plugin on linux
+
+ -- Andreas Henriksson <andreas at fatal.se>  Wed, 30 Aug 2017 14:33:09 +0200
+
 gnome-builder (3.24.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/unstable/gnome-builder/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/control.in?rev=53083&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/control.in	[utf-8] Wed Aug 30 12:33:43 2017
@@ -12,7 +12,7 @@
                gobject-introspection (>= 1.48.0),
                libclang-dev [!armel],
                libdevhelp-dev (>= 3.20.0),
-               libflatpak-dev (>= 0.6.9),
+               libflatpak-dev (>= 0.6.9) [linux-any],
                libgit2-glib-1.0-dev (>= 0.24.0),
                libsoup2.4-dev,
                libgjs-dev (>= 1.42.0),

Modified: packages/unstable/gnome-builder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/rules?rev=53083&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/rules	[utf-8] Wed Aug 30 12:33:43 2017
@@ -39,6 +39,12 @@
 CLANG_PLUGIN = --enable-clang-plugin
 endif
 
+ifneq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
+FLATPAK_PLUGIN = --enable-flatpak-plugin
+else
+FLATPAK_PLUGIN = --disable-flatpak-plugin
+endif
+
 %:
 	dh $@  --with gir,gnome,python3
 
@@ -57,7 +63,6 @@
 		--enable-ctags-plugin \
 		--enable-eslint-plugin \
 		--enable-file-search-plugin \
-		--enable-flatpak-plugin \
 		--enable-fpaste-plugin \
 		--enable-gcc-plugin \
 		--enable-gettext-plugin \
@@ -86,6 +91,7 @@
 		--enable-vala-pack-plugin \
 		--enable-xml-pack-plugin \
 		$(CLANG_PLUGIN) \
+		$(FLATPAK_PLUGIN) \
 		$(SYSPROF_PLUGIN) \
 		$(VALGRIND_PLUGIN)
 




More information about the pkg-gnome-commits mailing list