[med-svn] [insightapplications] 01/13: Initial import. The code compiles. Tweaks to the packaging may be necessary to fix lintian diagnostics.
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 52c3b680b063b8c11c9b19fac7d6dc5043fb49df
Author: Steve M. Robbins <smr at debian.org>
Date: Sat Oct 2 01:51:44 2010 +0000
Initial import. The code compiles.
Tweaks to the packaging may be necessary to fix lintian
diagnostics.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 21 +++++++++++++++++++++
debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
debian/rules | 21 +++++++++++++++++++++
5 files changed, 84 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3730474
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+insightapplications (3.20.0-1) unstable; urgency=low
+
+ * Initial upload. Closes: #598556
+
+ -- Steve M. Robbins <smr at debian.org> Fri, 01 Oct 2010 20:45:38 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..aa225e8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+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 (>= 7), cmake, cableswig,
+ libinsighttoolkit3-dev, tcl8.5-insighttoolkit3, python-insighttoolkit3,
+ libvtk5-dev, libvtk5-qt4-dev, vtk-tcl, python-vtk,
+ libgdcm2-dev, libfftw3-dev, libdcmtk1-dev, fluid
+Standards-Version: 3.7.3
+
+Package: insightapplications
+Section: science
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: InsightToolKit (ITK) based medical imaging applications
+
+A variety of applications providing segmentation, registration, and
+other medical image processing algorithms such as MRI bias field
+correction.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5d182d2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+This package was first debianized by Steve M. Robbins <smr at debian.org>
+on 2008-12-20.
+
+Download URL: http://www.itk.org/ITK/resources/software.html
+
+Upstream Authors: The Insight Consortium and Contributors
+Upstream Contact: Luis Ibanez <luis.ibanez at kitware.com>
+ITK web site: http://www.itk.org/
+
+
+
+Copyright (c) 1999-2008 Insight Software Consortium All rights
+reserved. Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the following
+conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * Neither the name of the Insight Software Consortium nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9ebe8a9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+linker_common_flags = -L /usr/lib/pyshared/python2.6/vtk
+
+DEB_CMAKE_EXTRA_FLAGS += \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DITK_DIR=/usr/lib/InsightToolkit \
+ -DUSE_FLTK=true \
+ -DUSE_VTK=true \
+ -DVTK_DIR=/usr/lib/vtk-5.4 \
+ -DCMAKE_MODULE_LINKER_FLAGS='$(linker_common_flags)' \
+ -DCMAKE_SHARED_LINKER_FLAGS='$(linker_common_flags)'
+
+override_dh_auto_configure:
+ dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS)
+
--
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