[Debian-med-packaging] [SCM] mrtrix branch, debian, updated. upstream/0.2.8-6-g1e7ae11

Michael Hanke michael.hanke at gmail.com
Wed May 26 14:16:01 UTC 2010


The following commit has been merged in the debian branch:
commit fd05b319161c766e732c04d2b6586741c963881f
Author: Michael Hanke <michael.hanke at gmail.com>
Date:   Wed May 26 09:39:28 2010 -0400

    BF: Enforce 'linux' as build system type (closes #583206)

diff --git a/debian/changelog b/debian/changelog
index fbd465e..f5bde6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mrtrix (0.2.8-2) unstable; urgency=low
+
+  * Enforce build system type 'linux' to prevent FTBFS on kfreebsd*
+    (Closes: #583206).
+
+ -- Michael Hanke <michael.hanke at gmail.com>  Wed, 26 May 2010 09:36:52 -0400
+
 mrtrix (0.2.8-1) unstable; urgency=low
 
   * Initial Debian packaging based on debhelper's "dh" and using the new source
diff --git a/debian/rules b/debian/rules
index ee3f030..20820b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 
 
 override_dh_auto_build:
-	./build -verbose -debug
+	./build -verbose -debug -system=linux
 	# build icon
 	convert icons/mrtrix.xpm -resize 32x32 mrtrix.xpm
 

-- 
Debian packaging of MRtrix



More information about the Debian-med-packaging mailing list