[med-svn] [python-mne] 01/05: Fix corrupted bootstrap.min.js when built with dash as /bin/sh

Andreas Tille tille at debian.org
Wed Jan 25 08:58:36 UTC 2017


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

tille pushed a commit to branch master
in repository python-mne.

commit 6ede937e97d611da05b74eb523d230b8c8ecc9b9
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jan 25 09:30:06 2017 +0100

    Fix corrupted bootstrap.min.js when built with dash as /bin/sh
---
 debian/changelog | 9 +++++++++
 debian/rules     | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e858345..9ca2ccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-mne (0.13.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix corrupted bootstrap.min.js when built with dash as /bin/sh
+    (Thanks for the patch to Chris Lamb <lamby at debian.org>)
+    Closes: #852518
+
+ -- Andreas Tille <tille at debian.org>  Wed, 25 Jan 2017 09:27:57 +0100
+
 python-mne (0.13.1+dfsg-1) unstable; urgency=medium
 
   * Fresh upstream bugfix release
diff --git a/debian/rules b/debian/rules
index fa02162..4e5ac91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_clean:
 override_dh_auto_build:
 	dh_auto_build
 	yui-compressor debian/JS/bootstrap/bootstrap.js > $(CURDIR)/mne/html/bootstrap.min.js
-	echo -e "\n" >> $(CURDIR)/mne/html/bootstrap.min.js
+	printf "\n\n" >> $(CURDIR)/mne/html/bootstrap.min.js
 
 override_dh_auto_test:
 	mkdir -p build

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



More information about the debian-med-commit mailing list