[Debian-med-packaging] [mrtrix] 07/09: Fix broken interpreter name.
Michael Hanke
mih at alioth.debian.org
Sat Oct 5 08:59:01 UTC 2013
This is an automated email from the git hooks/post-receive script.
mih pushed a commit to branch master
in repository mrtrix.
commit 0f92372f3bb9006e926f1b7d6a554bdb5f51015d
Author: Michael Hanke <michael.hanke at gmail.com>
Date: Sat Oct 5 09:42:37 2013 +0200
Fix broken interpreter name.
---
debian/changelog | 1 +
debian/patches/debian_build_cfg | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b383f2c..6b55e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mrtrix (0.2.11-1) unstable; urgency=low
* Remove obsolete DM upload flag from debian/control.
* Bumped Standards-version to 3.9.4 -- no changes necessary.
* Use an absolute patch for the desktop icon.
+ * Patch build script to use /usr/bin/python as interpreter.
-- Michael Hanke <mih at debian.org> Fri, 27 Sep 2013 11:34:44 +0200
diff --git a/debian/patches/debian_build_cfg b/debian/patches/debian_build_cfg
index 9c23e93..1c54967 100644
--- a/debian/patches/debian_build_cfg
+++ b/debian/patches/debian_build_cfg
@@ -28,6 +28,12 @@ Author: Michael Hanke <michael.hanke at gmail.com>
cpp_flags_profile = [ '-pg' ] + cpp_flags_debug
--- a/build
+++ b/build
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2
++#!/usr/bin/python
+
+ import platform, sys, os, time, threading, subprocess, shutil, stat
+
@@ -177,12 +177,12 @@
if verbose:
print svn_revision
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/mrtrix.git
More information about the Debian-med-packaging
mailing list