r47794 - in /packages/experimental/gnome-builder/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Apr 3 11:09:26 UTC 2016


Author: ah
Date: Sun Apr  3 11:09:26 2016
New Revision: 47794

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47794
Log:
* Explicitly enable git plugin (which was formerly not a plugin)
* Bump build-dependencies for plugins/*/configure.ac changes:
  - devhelp plugin: libdevhelp-dev to >= 3.20.0
  - git plugin: libgit2-glib-1.0-dev to >= 0.24.0
  Note: added/new plugins not taken into consideration here (yet).

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

Modified: packages/experimental/gnome-builder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-builder/debian/changelog?rev=47794&op=diff
==============================================================================
--- packages/experimental/gnome-builder/debian/changelog	[utf-8] (original)
+++ packages/experimental/gnome-builder/debian/changelog	[utf-8] Sun Apr  3 11:09:26 2016
@@ -15,9 +15,6 @@
   * Change dependency from valac-0.30-vapi to valac-0.32-vapi
   * Change libvala-0.30-dev build-dependency to -0.32 to match.
   * Bump Standards-Version to 3.9.7
-  * Add --disable-git-plugin to debian/rules for now.
-    - apparently the debian version of libgit2 is not built thread-safe
-      which builder git-plugin configure.ac checks for and requires.
   * Ship new gnome-builder-worker and ide commands
   * Ship new help files
   * Add debian/patches/fix-terminal-plugin-ldflags.patch
@@ -30,6 +27,11 @@
     - see also http://bugs.debian.org/819736
   * Use dh-autoreconf, needed since we patch plugins/terminal/Makefile.am
     - this replaces autotools-dev which gets dropped
+  * Explicitly enable git plugin (which was formerly not a plugin)
+  * Bump build-dependencies for plugins/*/configure.ac changes:
+    - devhelp plugin: libdevhelp-dev to >= 3.20.0
+    - git plugin: libgit2-glib-1.0-dev to >= 0.24.0
+    Note: added/new plugins not taken into consideration here (yet).
 
  -- Andreas Henriksson <andreas at fatal.se>  Sat, 02 Apr 2016 14:39:35 +0200
 

Modified: packages/experimental/gnome-builder/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-builder/debian/control?rev=47794&op=diff
==============================================================================
--- packages/experimental/gnome-builder/debian/control	[utf-8] (original)
+++ packages/experimental/gnome-builder/debian/control	[utf-8] Sun Apr  3 11:09:26 2016
@@ -16,8 +16,8 @@
                gobject-introspection (>= 1.47.92),
                intltool,
                libclang-dev,
-               libdevhelp-dev,
-               libgit2-glib-1.0-dev (>= 0.23.4),
+               libdevhelp-dev (>= 3.20.0),
+               libgit2-glib-1.0-dev (>= 0.24.0),
                libgjs-dev (>= 1.42.0),
                libglib2.0-dev (>= 2.47.92),
                libgtk-3-dev (>= 3.20.0),

Modified: packages/experimental/gnome-builder/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-builder/debian/control.in?rev=47794&op=diff
==============================================================================
--- packages/experimental/gnome-builder/debian/control.in	[utf-8] (original)
+++ packages/experimental/gnome-builder/debian/control.in	[utf-8] Sun Apr  3 11:09:26 2016
@@ -12,8 +12,8 @@
                gobject-introspection (>= 1.47.92),
                intltool,
                libclang-dev,
-               libdevhelp-dev,
-               libgit2-glib-1.0-dev (>= 0.23.4),
+               libdevhelp-dev (>= 3.20.0),
+               libgit2-glib-1.0-dev (>= 0.24.0),
                libgjs-dev (>= 1.42.0),
                libglib2.0-dev (>= 2.47.92),
                libgtk-3-dev (>= 3.20.0),

Modified: packages/experimental/gnome-builder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-builder/debian/rules?rev=47794&op=diff
==============================================================================
--- packages/experimental/gnome-builder/debian/rules	[utf-8] (original)
+++ packages/experimental/gnome-builder/debian/rules	[utf-8] Sun Apr  3 11:09:26 2016
@@ -24,7 +24,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-static \
-		--disable-git-plugin \
 		--enable-autotools-plugin \
 		--enable-clang-plugin \
 		--enable-command-bar-plugin \
@@ -33,6 +32,7 @@
 		--enable-devhelp-plugin \
 		--disable-device-manager-plugin \
 		--enable-file-search-plugin \
+		--enable-git-plugin \
 		--enable-gnome-code-assistance-plugin \
 		--enable-html-completion-plugin \
 		--enable-html-preview-plugin \




More information about the pkg-gnome-commits mailing list