[med-svn] [qcumber] 10/15: Convert dos format to unix to avoid bash: /usr/bin/runQCPipeline: /usr/bin/python3^M: Defekter Interpreter: Datei oder Verzeichnis nicht gefunden

Andreas Tille tille at debian.org
Wed Nov 23 08:21:09 UTC 2016


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

tille pushed a commit to branch master
in repository qcumber.

commit 4f60904d53c88740aa19c620be85bc86451f0bad
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 21 18:51:23 2016 +0200

    Convert dos format to unix to avoid
       bash: /usr/bin/runQCPipeline: /usr/bin/python3^M: Defekter Interpreter: Datei oder Verzeichnis nicht gefunden
---
 debian/control | 1 +
 debian/rules   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 2f5c681..536f5e1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
                trimmomatic,
                bowtie2,
                kraken,
+               dos2unix,
                texlive-latex-base
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/qcumber.git
diff --git a/debian/rules b/debian/rules
index f4eacb3..3d40206 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_fixperms:
 	chmod a-x debian/*/usr/share/*/classes.py
 	chmod a-x debian/*/usr/share/*/combineFastQC.py
 	chmod a-x debian/*/usr/share/*/helper.py
+	dos2unix debian/*/usr/share/*/*.py
 
 #get-orig-source:
 #	. debian/get-orig-source

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



More information about the debian-med-commit mailing list