r45989 - in /desktop/experimental/gtk+3.0/debian: changelog patches/git_test-simplify-use-bash.patch patches/series
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Sun Sep 20 17:46:54 UTC 2015
Author: ah
Date: Sun Sep 20 17:46:54 2015
New Revision: 45989
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45989
Log:
Add debian/patches/git_test-simplify-use-bash.patch from upstream
Added:
desktop/experimental/gtk+3.0/debian/patches/git_test-simplify-use-bash.patch
Modified:
desktop/experimental/gtk+3.0/debian/changelog
desktop/experimental/gtk+3.0/debian/patches/series
Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=45989&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Sun Sep 20 17:46:54 2015
@@ -1,3 +1,9 @@
+gtk+3.0 (3.17.9-2) experimental; urgency=medium
+
+ * Add debian/patches/git_test-simplify-use-bash.patch from upstream
+
+ -- Andreas Henriksson <andreas at fatal.se> Sun, 20 Sep 2015 19:46:36 +0200
+
gtk+3.0 (3.17.9-1) experimental; urgency=medium
[ Simon McVittie ]
Added: desktop/experimental/gtk+3.0/debian/patches/git_test-simplify-use-bash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/git_test-simplify-use-bash.patch?rev=45989&op=file
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/git_test-simplify-use-bash.patch (added)
+++ desktop/experimental/gtk+3.0/debian/patches/git_test-simplify-use-bash.patch [utf-8] Sun Sep 20 17:46:54 2015
@@ -0,0 +1,22 @@
+From e0d72c537699227992fc72599e59eefbbb209a8f Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen at redhat.com>
+Date: Sun, 20 Sep 2015 12:17:12 -0400
+Subject: test-simplify: Explicitly use bash
+
+The script uses bash features, after all.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=755274
+
+diff --git a/testsuite/tools/test-simplify.in b/testsuite/tools/test-simplify.in
+index 2de4366..6b4f2e8 100755
+--- a/testsuite/tools/test-simplify.in
++++ b/testsuite/tools/test-simplify.in
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+
+ GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk-builder-tool}
+ TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify}
+--
+cgit v0.10.2
+
Modified: desktop/experimental/gtk+3.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/series?rev=45989&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/series [utf-8] Sun Sep 20 17:46:54 2015
@@ -11,3 +11,4 @@
061_multiarch_module_fallback.patch
071_fix-installation-of-HTML-images.patch
reftest-known-fail.patch
+git_test-simplify-use-bash.patch
More information about the pkg-gnome-commits
mailing list