[med-svn] r902 - in trunk/packages: . vista vista/trunk vista/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Mon Dec 17 21:09:12 UTC 2007


Author: tille
Date: 2007-12-17 21:09:12 +0000 (Mon, 17 Dec 2007)
New Revision: 902

Added:
   trunk/packages/vista/
   trunk/packages/vista/trunk/
   trunk/packages/vista/trunk/debian/
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/compat
   trunk/packages/vista/trunk/debian/control
   trunk/packages/vista/trunk/debian/copyright
   trunk/packages/vista/trunk/debian/rules
Log:
Added Vista medical imaging library


Added: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/vista/trunk/debian/changelog	2007-12-17 21:09:12 UTC (rev 902)
@@ -0,0 +1,6 @@
+vista (2.2.0-1) unstable; urgency=low
+
+  * Initial release
+    Closes: #xxxxxx
+
+ -- Andreas Tille <tille at debian.org>  Mon, 17 Dec 2007 07:46:07 +0100

Added: trunk/packages/vista/trunk/debian/compat
===================================================================
--- trunk/packages/vista/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/vista/trunk/debian/compat	2007-12-17 21:09:12 UTC (rev 902)
@@ -0,0 +1 @@
+5

Added: trunk/packages/vista/trunk/debian/control
===================================================================
--- trunk/packages/vista/trunk/debian/control	                        (rev 0)
+++ trunk/packages/vista/trunk/debian/control	2007-12-17 21:09:12 UTC (rev 902)
@@ -0,0 +1,37 @@
+Source: vista
+Section: libs
+Priority: extra
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>      
+XS-DM-Upload-Allowed: Yes
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), m4, autotools-dev, dpatch, d-shlibs
+Standards-Version: 3.7.3
+Homepage: http://www.cs.ubc.ca/nest/lci/vista/vista.html
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vista/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/vista/
+
+Package: libvista2
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: Vista medical image format library
+ Vista is a medical image format similar to NIFTI but compines ASCII
+ header and binary data in the same file. It has the advantages of
+ being able to store history information in the file header.
+ .
+ The library provides tools to handle VISTA files.
+
+Package: libvista2-dev
+Architecture: any
+Section: libdevel
+Depends: libvista2 (= ${binary:Version}), ${devlibs:Depends}
+Provides: libvista-dev
+Conflicts: libvista-dev
+Description:  Vista medical image format library
+ Vista is a medical image format similar to NIFTI but compines ASCII
+ header and binary data in the same file. It has the advantages of
+ being able to store history information in the file header.
+ .
+ The library provides tools to handle VISTA files.
+ .
+ This is the development package.

Added: trunk/packages/vista/trunk/debian/copyright
===================================================================
--- trunk/packages/vista/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/vista/trunk/debian/copyright	2007-12-17 21:09:12 UTC (rev 902)
@@ -0,0 +1,29 @@
+This package was debianized by Andreas Tille <tille at debian.org> on
+Mon, 17 Dec 2007 07:46:07 +0100.
+
+
+It was downloaded from http://mia.sourceforge.net/vista.html
+
+Upstream Authors: 
+         Arthur Pope, UBC Laboratory for Computational Intelligence
+         Daniel Ko, UBC Laboratory for Computational Intelligence
+         David Lowe <lowe at cs.ubc.ca>, UBC Laboratory for Computational Intelligence
+         Ralph Horstman, UBC Laboratory for Computational Intelligence
+         Gabriele Lohmann <lohmann at cns.mpg.de>, MPI/CNS, (1995)
+
+Copyright 1993, 1994 University of British Columbia
+
+License:
+ Permission to use, copy, modify, distribute, and sell this software and its
+ documentation for any purpose is hereby granted without fee, provided that
+ the above copyright notice appears in all copies and that both that
+ copyright notice and this permission notice appear in supporting
+ documentation. UBC makes no representations about the suitability of this
+ software for any purpose. It is provided "as is" without express or
+ implied warranty.
+
+Remark: The files vista/Volumes* are Copyright 1995, 1996 Gabriele Lohmann
+and do not contain an explicite license statement.
+
+The Debian packaging is (C) 2007, Andreas Tille <tille at debian.org> is
+ licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/packages/vista/trunk/debian/rules
===================================================================
--- trunk/packages/vista/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/vista/trunk/debian/rules	2007-12-17 21:09:12 UTC (rev 902)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+
+common-binary-post-install-arch::
+	# Call d-shlibmove to comply with library packaging guide
+	d-devlibdeps debian/libvista2-dev.substvars debian/tmp/usr/lib/libvista.so
+	# /bin/sh debian/debug/
+	cp -a vista/*.h debian/tmp
+	d-shlibmove --commit \
+		    --movedev "debian/tmp/*.h" usr/include/vista \
+		    debian/tmp/usr/lib/libvista.so
+
+##		    --movedevdoc "examples/{README,*.c,*.h,*.den}" \
+##		    --movedev "debian/tmp/usr/lib/libvolpack.a" usr/lib \
+
+get-orig-source:
+	. debian/get-orig-source


Property changes on: trunk/packages/vista/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the debian-med-commit mailing list