Author: malat-guest Date: 2011-12-08 16:22:56 +0000 (Thu, 08 Dec 2011) New Revision: 8840
Added: trunk/packages/imagevis3d/ trunk/packages/imagevis3d/trunk/ trunk/packages/imagevis3d/trunk/debian/ trunk/packages/imagevis3d/trunk/debian/changelog trunk/packages/imagevis3d/trunk/debian/compat trunk/packages/imagevis3d/trunk/debian/control trunk/packages/imagevis3d/trunk/debian/get-orig-source trunk/packages/imagevis3d/trunk/debian/rules Log: getting started with imagevis3d Added: trunk/packages/imagevis3d/trunk/debian/changelog =================================================================== --- trunk/packages/imagevis3d/trunk/debian/changelog (rev 0) +++ trunk/packages/imagevis3d/trunk/debian/changelog 2011-12-08 16:22:56 UTC (rev 8840) @@ -0,0 +1,5 @@ +imagevis3d (2.1.0-1) experimental; urgency=low + + * Initial release (Closes: #) + + -- Mathieu Malaterre <[email protected]> Fri, 02 Sep 2011 18:01:20 +0200 Added: trunk/packages/imagevis3d/trunk/debian/compat =================================================================== --- trunk/packages/imagevis3d/trunk/debian/compat (rev 0) +++ trunk/packages/imagevis3d/trunk/debian/compat 2011-12-08 16:22:56 UTC (rev 8840) @@ -0,0 +1 @@ +8 Added: trunk/packages/imagevis3d/trunk/debian/control =================================================================== --- trunk/packages/imagevis3d/trunk/debian/control (rev 0) +++ trunk/packages/imagevis3d/trunk/debian/control 2011-12-08 16:22:56 UTC (rev 8840) @@ -0,0 +1,27 @@ +Source: imagevis3d +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 8), libqt4-dev, qt4-dev-tools, libqt4-opengl-dev +Standards-Version: 3.9.2 +Homepage: http://www.imagevis3d.com +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/imagevis3d/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/imagevis3d/trunk/ + +Package: imagevis3d +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: desktop volume rendering application for large data + ImageVis3D is a volume rendering application specifically designed to render + large data. This is achieved by splitting the dataset into multiple levels of + detail (LoD), with each level itself decomposed into multiple bricks (atomic + rendering primitive). Interaction occurs at the coarsest LoD, which can be + rendered instantaneously on almost all modern systems. After a configurable + delay, ImageVis3D will successively render finer levels of detail, until the + data are visible at their native resolution. + . + Development of ImageVis3D is sponsored by the NIH/NCRR Center for Integrative + Biomedical Computing (CIBC), and the DOE Visualization And Analytics Center for + Enabling Technologies (VACET). Added: trunk/packages/imagevis3d/trunk/debian/get-orig-source =================================================================== --- trunk/packages/imagevis3d/trunk/debian/get-orig-source (rev 0) +++ trunk/packages/imagevis3d/trunk/debian/get-orig-source 2011-12-08 16:22:56 UTC (rev 8840) @@ -0,0 +1,16 @@ +#!/bin/sh +set -eu + +PACKAGE=imagevis3d + +VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'` + +REVISION=`echo $VERSION | sed -e 's/^.*svn//g'` +FOLDER=${PACKAGE}-${VERSION} + +TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz + +svn export https://gforge.sci.utah.edu/svn/imagevis3d ${FOLDER} + +GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} +rm -rf ${FOLDER} Property changes on: trunk/packages/imagevis3d/trunk/debian/get-orig-source ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/imagevis3d/trunk/debian/rules =================================================================== --- trunk/packages/imagevis3d/trunk/debian/rules (rev 0) +++ trunk/packages/imagevis3d/trunk/debian/rules 2011-12-08 16:22:56 UTC (rev 8840) @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +%: + dh $@ --parallel + +get-orig-source: + ./debian/get-orig-source Property changes on: trunk/packages/imagevis3d/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
