[med-svn] [libzstd] 01/01: Use bash for test script, should fix hppa build

Kevin Murray daube-guest at moszumanska.debian.org
Mon Nov 14 02:39:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository libzstd.

commit 402bafb9074aa6c9ec87fea76772805b7510e535
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Nov 14 11:59:46 2016 +1100

    Use bash for test script, should fix hppa build
---
 debian/control                                         |  1 +
 .../0006-Use-bash-for-test-script-portablitity.patch   | 18 ++++++++++++++++++
 debian/patches/series                                  |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/control b/debian/control
index e84274f..bd198ea 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Maintainer: Debian Med Packaging <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Kevin Murray <kdmfoss at gmail.com>,
 Build-Depends: debhelper (>= 9),
                d-shlibs,
+               bash,
 Standards-Version: 3.9.8
 Section: libs
 Homepage: https://github.com/facebook/zstd
diff --git a/debian/patches/0006-Use-bash-for-test-script-portablitity.patch b/debian/patches/0006-Use-bash-for-test-script-portablitity.patch
new file mode 100644
index 0000000..15504dc
--- /dev/null
+++ b/debian/patches/0006-Use-bash-for-test-script-portablitity.patch
@@ -0,0 +1,18 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Mon, 14 Nov 2016 11:54:32 +1100
+Subject: Use bash for test script portablitity
+
+---
+ tests/playTests.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/playTests.sh b/tests/playTests.sh
+index ad70538..81b2e34 100755
+--- a/tests/playTests.sh
++++ b/tests/playTests.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh -e
++#!/bin/bash -e
+ 
+ die() {
+     $ECHO "$@" 1>&2
diff --git a/debian/patches/series b/debian/patches/series
index 52a7663..ee846a1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-Add-symlinks-for-extra-manpages.patch
 0004-Add-help2man-d-pzstd-man-file.patch
 0005-Ensure-CPPFLAGS-makes-it-to-the-compiler.patch
+0006-Use-bash-for-test-script-portablitity.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git



More information about the debian-med-commit mailing list