[med-svn] [trimmomatic] 01/01: allow filenames to contain spaces (Closes: #867535)
Fabian Klötzl
kloetzl-guest at moszumanska.debian.org
Thu Jul 13 07:19:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
kloetzl-guest pushed a commit to branch master
in repository trimmomatic.
commit eb8cbabdd41ae8f7af208ccc0b1acd3b22be9e45
Author: Fabian Klötzl <fabian at kloetzl.info>
Date: Thu Jul 13 09:18:54 2017 +0200
allow filenames to contain spaces (Closes: #867535)
---
debian/bin/TrimmomaticPE | 2 +-
debian/changelog | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/bin/TrimmomaticPE b/debian/bin/TrimmomaticPE
index 9cd4666..ffc7bb5 100644
--- a/debian/bin/TrimmomaticPE
+++ b/debian/bin/TrimmomaticPE
@@ -8,4 +8,4 @@ if [ "" = "$JARVERSION" ] ; then
exit 1
fi
-java -classpath "$JARVERSION" org.usadellab.$PKGNAME.$FUNCTIONTOCALL $@
+java -classpath "$JARVERSION" org.usadellab.$PKGNAME.$FUNCTIONTOCALL "$@"
diff --git a/debian/changelog b/debian/changelog
index 52ce6f7..9b092e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+trimmomatic (0.36+dfsg-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * allow filenames to contain spaces (Closes: #867535)
+
+ -- Fabian Klötzl <kloetzl at evolbio.mpg.de> Thu, 13 Jul 2017 09:15:56 +0200
+
trimmomatic (0.36+dfsg-1) unstable; urgency=medium
[ Steffen Moeller ]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trimmomatic.git
More information about the debian-med-commit
mailing list