[med-svn] [insightapplications] 09/13: At least it configure. but does not build with gcc 4.7

Andreas Tille tille at debian.org
Mon Dec 25 13:53:26 UTC 2017


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

tille pushed a commit to branch master
in repository insightapplications.

commit afc2d965bc179424c77054d8f3b4f3ef794e3dd3
Author: Mathieu Malaterre <malat at debian.org>
Date:   Thu Jul 5 15:28:50 2012 +0000

    At least it configure. but does not build with gcc 4.7
---
 debian/compat        |  2 +-
 debian/control       | 12 ++++++------
 debian/rules         |  4 ++--
 debian/source/format |  1 +
 debian/watch         |  2 ++
 5 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index be9fd58..9dfd8c2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: insightapplications
 Homepage: http://www.itk.org/
 Section: science
 Priority: optional
-Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steve M. Robbins <smr at debian.org>
-Build-Depends: quilt, debhelper (>= 8), cmake, cableswig, 
- libinsighttoolkit3-dev, tcl8.5-insighttoolkit3, python-insighttoolkit3,
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steve M. Robbins <smr at debian.org>, Mathieu Malaterre <malat at debian.org>
+Build-Depends: debhelper (>= 9), cmake, cableswig, 
+ libinsighttoolkit3-dev, python-insighttoolkit3,
  libvtk5-dev, libvtk5-qt4-dev, tcl-vtk, python-vtk, 
- libgdcm2-dev, libfftw3-dev, libdcmtk1-dev, fluid
-Standards-Version: 3.9.1
+ libgdcm2-dev, libfftw3-dev, libdcmtk2-dev, fluid
+Standards-Version: 3.9.3
 
 Package: insightapplications
 Section: science
diff --git a/debian/rules b/debian/rules
index 62b3d05..582c54f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 %:
 	dh $@ --parallel
 
-linker_common_flags = -L /usr/lib/pyshared/python2.6/vtk
+linker_common_flags = -L /usr/lib/pyshared/python2.7/vtk
 
 DEB_CMAKE_EXTRA_FLAGS += \
 	-DUSE_VolviewPlugIns:BOOL=OFF \
@@ -13,7 +13,7 @@ DEB_CMAKE_EXTRA_FLAGS += \
 	-DUSE_FLTK:BOOL=true \
 	-DUSE_SNAP:BOOL=false \
 	-DUSE_VTK:BOOL=true \
-	-DVTK_DIR=/usr/lib/vtk-5.4 \
+	-DVTK_DIR=/usr/lib/vtk-5.8 \
 	-DCMAKE_MODULE_LINKER_FLAGS='$(linker_common_flags)' \
 	-DCMAKE_SHARED_LINKER_FLAGS='$(linker_common_flags)'
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..eec1dab
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/itk/InsightApplications-(.*)\.tar\.gz

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



More information about the debian-med-commit mailing list