Add debian/patches/git_test-simplify-use-bash.patch from upstream
This commit is contained in:
parent
021a26fca8
commit
c80f525a03
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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@fatal.se> Sun, 20 Sep 2015 19:46:36 +0200
|
||||
|
||||
gtk+3.0 (3.17.9-1) experimental; urgency=medium
|
||||
|
||||
[ Simon McVittie ]
|
||||
|
22
debian/patches/git_test-simplify-use-bash.patch
vendored
Normal file
22
debian/patches/git_test-simplify-use-bash.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
From e0d72c537699227992fc72599e59eefbbb209a8f Mon Sep 17 00:00:00 2001
|
||||
From: Matthias Clasen <mclasen@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
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user