[med-svn] [emboss] 01/01: Avoid bashism
Andreas Tille
tille at debian.org
Tue Sep 10 14:23:10 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository emboss.
commit ab15845847700381b324d9b8dc018cecce3880ff
Author: Andreas Tille <tille at debian.org>
Date: Tue Sep 10 16:26:47 2013 +0200
Avoid bashism
---
debian/changelog | 2 ++
debian/patches/bashism.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4e85b2c..b74a9b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ emboss (6.6.0-1) UNRELEASED; urgency=low
* debian/{jemboss.desktop,jemboss.menu}:
- runJemboss.sh is now POSIX shell instead of csh
* debian/source/format: 3.0 (quilt)
+ * debian/patches/bashism.patch: Avoid bashism
+ Closes: #690651
-- Andreas Tille <tille at debian.org> Mon, 09 Sep 2013 14:48:22 +0200
diff --git a/debian/patches/bashism.patch b/debian/patches/bashism.patch
new file mode 100644
index 0000000..fdd28bf
--- /dev/null
+++ b/debian/patches/bashism.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Date: Mon, 09 Sep 2013 14:48:22 +0200
+BugsDebian: http://bugs.debian.org/690651
+Description: Avoid bashism
+
+--- a/jemboss/utils/install-jemboss-server.sh
++++ b/jemboss/utils/install-jemboss-server.sh
+@@ -287,7 +287,7 @@ ssl_print_notes()
+
+ TCVERSION=`sed -n -e 's|\(.*\)Running The Apache Tomcat 6.0\(.*\)|6|p' $TOMCAT_ROOT/RUNNING.txt`
+
+- if [ "$TCVERSION" == "6" ]; then
++ if [ "$TCVERSION" = "6" ]; then
+ #tomcat 6.x
+ echo
+ echo ' <!-- Define an SSL HTTP/1.1 Connector on port '$PORT' -->'
diff --git a/debian/patches/series b/debian/patches/series
index 722e4d9..a118f63 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ using-pager-in-tfm.patch
tfm-html.patch
fix-postgresql-macro.patch
fix-mysql-macro.patch
+bashism.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/emboss.git
More information about the debian-med-commit
mailing list