* New upstream release.

* Drop debian/patches/git_test-simplify-use-bash.patch
  - now included in upstream release.
This commit is contained in:
Andreas Henriksson
2015-09-23 15:38:17 +00:00
parent 3d0c402be8
commit 8d9c915be8
3 changed files with 5 additions and 25 deletions

7
debian/changelog vendored
View File

@ -1,4 +1,4 @@
gtk+3.0 (3.17.9-3) UNRELEASED; urgency=medium
gtk+3.0 (3.18.0-1) experimental; urgency=medium
* Drop debian/patches/061_multiarch_module_fallback.patch
- now obsolete since all packages has been fixed to install
@ -7,8 +7,11 @@ gtk+3.0 (3.17.9-3) UNRELEASED; urgency=medium
- debian/patches/030_tests_skip_filechooser.patch
- debian/patches/042_treeview_single-focus.patch
- debian/patches/043_notebook_scroll.patch
* New upstream release.
* Drop debian/patches/git_test-simplify-use-bash.patch
- now included in upstream release.
-- Andreas Henriksson <andreas@fatal.se> Tue, 22 Sep 2015 16:42:28 +0200
-- Andreas Henriksson <andreas@fatal.se> Wed, 23 Sep 2015 17:07:59 +0200
gtk+3.0 (3.17.9-2) experimental; urgency=medium

View File

@ -1,22 +0,0 @@
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

View File

@ -7,4 +7,3 @@
060_ignore-random-icons.patch
071_fix-installation-of-HTML-images.patch
reftest-known-fail.patch
git_test-simplify-use-bash.patch