[Debian-med-packaging] [SCM] mrtrix branch, master, updated. upstream/0.2.8-14-g5df6a15

Michael Hanke michael.hanke at gmail.com
Tue May 15 09:24:28 UTC 2012


The following commit has been merged in the master branch:
commit 20261507e5a41d13eeb335c7810523ee3fa0dbf7
Author: Michael Hanke <michael.hanke at gmail.com>
Date:   Sun May 22 08:49:31 2011 -0400

    New package version -- see changelog.

diff --git a/debian/changelog b/debian/changelog
index 05f4ffb..26f749d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mrtrix (0.2.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated maintainer email.
+  * Bumped Standards-version to 3.9.2 -- no changes necessary.
+
+ -- Michael Hanke <mih at debian.org>  Sun, 22 May 2011 08:33:48 -0400
+
 mrtrix (0.2.8-3) unstable; urgency=low
 
   * Another attempt to close #583206 -- clean target also needs enforces
diff --git a/debian/control b/debian/control
index fc3651f..569e2eb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: mrtrix
 Priority: extra
 Maintainer: NeuroDebian Team <team at neuro.debian.net>
-Uploaders: Michael Hanke <michael.hanke at gmail.com>, Yaroslav Halchenko <debian at onerussian.com>
+Uploaders: Michael Hanke <mih at debian.org>, Yaroslav Halchenko <debian at onerussian.com>
 Build-Depends: debhelper (>= 7.0.50~), libgsl0-dev, python, pkg-config, libgtkmm-2.4-dev, libgtkglext1-dev, imagemagick
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Section: science
 Homepage: http://www.brain.org.au/software/mrtrix
 XS-DM-Upload-Allowed: yes
diff --git a/debian/patches/debian_build_cfg b/debian/patches/debian_build_cfg
index 34736a5..6c4b3fd 100644
--- a/debian/patches/debian_build_cfg
+++ b/debian/patches/debian_build_cfg
@@ -1,5 +1,6 @@
 Description: Change buildsystem setup for Debian
- We cannot use --march, because we need to support many of them.
+ We cannot use --march, because we need to support many of them -- not even
+ 'native', as it will over-optimize for the build machine.
  We set an RPATH to let binaries find the private shared lib. This is
  safe, because the shared library is built by and shipped in the same package
  as the binaries.
@@ -11,7 +12,7 @@ Author: Michael Hanke <michael.hanke at gmail.com>
  lib_suffix = '.so'
  
  cpp = [ 'g++', '-c', '$flags$', '$gtk$', '$path$', '$src$', '-o', '$obj$' ]
--cpp_flags = [ '-Wall', '-march=i686', '-fPIC', '-fno-strict-aliasing', '-DGL_GLEXT_PROTOTYPES', '-DUSE_TR1' ]
+-cpp_flags = [ '-Wall', '-march=native', '-fPIC', '-fno-strict-aliasing', '-DGL_GLEXT_PROTOTYPES', '-DUSE_TR1' ]
 +cpp_flags = [ '-Wall', '-fPIC', '-fno-strict-aliasing', '-DGL_GLEXT_PROTOTYPES', '-DUSE_TR1' ]
  
  ld = [ 'g++', '$flags$', '$path$', '$obj$', '$mrtrix$', '$gsl$', '$gtk$', '-o', '$bin$' ]

-- 
Debian packaging of MRtrix



More information about the Debian-med-packaging mailing list