From c80f525a037bc51835e9744925162435b898e22f Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Sun, 20 Sep 2015 17:46:54 +0000 Subject: [PATCH] Add debian/patches/git_test-simplify-use-bash.patch from upstream --- debian/changelog | 6 +++++ .../patches/git_test-simplify-use-bash.patch | 22 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 29 insertions(+) create mode 100644 debian/patches/git_test-simplify-use-bash.patch diff --git a/debian/changelog b/debian/changelog index 3e6187ad41..b5e46bca0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 20 Sep 2015 19:46:36 +0200 + gtk+3.0 (3.17.9-1) experimental; urgency=medium [ Simon McVittie ] diff --git a/debian/patches/git_test-simplify-use-bash.patch b/debian/patches/git_test-simplify-use-bash.patch new file mode 100644 index 0000000000..11a6ac31df --- /dev/null +++ b/debian/patches/git_test-simplify-use-bash.patch @@ -0,0 +1,22 @@ +From e0d72c537699227992fc72599e59eefbbb209a8f Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +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 + diff --git a/debian/patches/series b/debian/patches/series index e1ccd47284..8ed67d971f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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