[med-svn] [abyss] 09/10: Script uses bash syntax so request bash interpreter
Andreas Tille
tille at debian.org
Thu Jul 16 09:42:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository abyss.
commit 8210a6c6a6bd5c9280c964eb5df8b70481d010a2
Author: Andreas Tille <tille at debian.org>
Date: Thu Jul 16 11:16:06 2015 +0200
Script uses bash syntax so request bash interpreter
---
debian/changelog | 1 +
debian/patches/fix_bash_script.patch | 12 ++++++++++++
debian/patches/series | 1 +
3 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e69e670..4b09a1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ abyss (1.9.0-1) UNRELEASED; urgency=medium
* Dropped Shaun Jackman from Uploaders since he confirmed that he will not
be able to maintain the package
* Build-Depends: libsqlite3-dev
+ * Script uses bash syntax so request bash interpreter
-- Andreas Tille <tille at debian.org> Thu, 16 Jul 2015 10:50:15 +0200
diff --git a/debian/patches/fix_bash_script.patch b/debian/patches/fix_bash_script.patch
new file mode 100644
index 0000000..6d08a2a
--- /dev/null
+++ b/debian/patches/fix_bash_script.patch
@@ -0,0 +1,12 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 16 Jul 2015 10:50:15 +0200
+Description: Script uses bash syntax so request bash interpreter
+
+--- a/DataBase/abyss-db-txt
++++ b/DataBase/abyss-db-txt
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+
+ set -eu
+
diff --git a/debian/patches/series b/debian/patches/series
index 777c476..d81fdc8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ abyss-pe.patch
# gtest.patch
privacy-breach.patch
abyss-32-bit.patch
+fix_bash_script.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/abyss.git
More information about the debian-med-commit
mailing list