[med-svn] samtools 06/07: One more small patch that I hope removing at the next upstream release.
Charles Plessy
plessy at moszumanska.debian.org
Sat Aug 23 07:20:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch debian/unstable
in repository samtools.
commit 66079b9b49f5ba9217e1b25539cb50348e16dc6a
Author: Charles Plessy <plessy at debian.org>
Date: Sat Aug 23 15:52:54 2014 +0900
One more small patch that I hope removing at the next upstream release.
---
debian/patches/python-wrong-path-for-interpreter.patch | 9 +++++++++
debian/patches/series | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/patches/python-wrong-path-for-interpreter.patch b/debian/patches/python-wrong-path-for-interpreter.patch
new file mode 100644
index 0000000..cfa9f0c
--- /dev/null
+++ b/debian/patches/python-wrong-path-for-interpreter.patch
@@ -0,0 +1,9 @@
+Bug: https://github.com/samtools/samtools/issues/271
+--- a/misc/varfilter.py
++++ b/misc/varfilter.py
+@@ -1,4 +1,4 @@
+-#!/software/bin/python
++#!/usr/bin/python
+ #
+ # Copyright (C) 2009, 2010 Genome Research Ltd.
+ #
diff --git a/debian/patches/series b/debian/patches/series
index 74ed30a..5877cf5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
fix_coverage_cap.patch
fix_segfault_with_small_ref.patch
dynamic-build.patch
+python-wrong-path-for-interpreter.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git
More information about the debian-med-commit
mailing list