Author: malat Date: 2014-03-20 12:25:13 +0000 (Thu, 20 Mar 2014) New Revision: 16485
Added: trunk/packages/vtk-dicom/ trunk/packages/vtk-dicom/trunk/ trunk/packages/vtk-dicom/trunk/debian/ trunk/packages/vtk-dicom/trunk/debian/changelog trunk/packages/vtk-dicom/trunk/debian/compat trunk/packages/vtk-dicom/trunk/debian/control trunk/packages/vtk-dicom/trunk/debian/copyright trunk/packages/vtk-dicom/trunk/debian/rules trunk/packages/vtk-dicom/trunk/debian/source/ trunk/packages/vtk-dicom/trunk/debian/source/format Log: vtk-dicom import Added: trunk/packages/vtk-dicom/trunk/debian/changelog =================================================================== --- trunk/packages/vtk-dicom/trunk/debian/changelog (rev 0) +++ trunk/packages/vtk-dicom/trunk/debian/changelog 2014-03-20 12:25:13 UTC (rev 16485) @@ -0,0 +1,5 @@ +vtk-dicom (0.4.2-1) unstable; urgency=low + + * Initial release. (Closes: #) + + -- Mathieu Malaterre <[email protected]> Thu, 12 Dec 2013 13:46:37 +0100 Added: trunk/packages/vtk-dicom/trunk/debian/compat =================================================================== --- trunk/packages/vtk-dicom/trunk/debian/compat (rev 0) +++ trunk/packages/vtk-dicom/trunk/debian/compat 2014-03-20 12:25:13 UTC (rev 16485) @@ -0,0 +1 @@ +9 Added: trunk/packages/vtk-dicom/trunk/debian/control =================================================================== --- trunk/packages/vtk-dicom/trunk/debian/control (rev 0) +++ trunk/packages/vtk-dicom/trunk/debian/control 2014-03-20 12:25:13 UTC (rev 16485) @@ -0,0 +1,17 @@ +Source: vtk-dicom +Section: graphics +Priority: optional +Maintainer: Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 9) +Homepage: http://github.com/dgobbi/vtk-dicom/ +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/vtk-dicom/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/vtk-dicom/trunk +Standards-Version: 3.9.5 + +Package: vtk-dicom +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: DICOM for VTK + This package contains a set of classes for managing DICOM + files and metadata from within VTK, and some utility programs + for interrogating and converting DICOM files. Added: trunk/packages/vtk-dicom/trunk/debian/copyright =================================================================== --- trunk/packages/vtk-dicom/trunk/debian/copyright (rev 0) +++ trunk/packages/vtk-dicom/trunk/debian/copyright 2014-03-20 12:25:13 UTC (rev 16485) @@ -0,0 +1,39 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Source: https://github.com/dgobbi/vtk-dicom +Upstream-Name: DICOM for VTK +Upstream-Contact: David Gobbi <[email protected]> + +Files: * +Copyright: Copyright © 2012-2013 David Gobbi +License: BSD + 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 David Gobbi nor the names of any 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 + HOLDER 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. + +Files: debian/* +Copyright: 2014, Mathieu Malaterre <[email protected]> +License: BSD + Same as above Added: trunk/packages/vtk-dicom/trunk/debian/rules =================================================================== --- trunk/packages/vtk-dicom/trunk/debian/rules (rev 0) +++ trunk/packages/vtk-dicom/trunk/debian/rules 2014-03-20 12:25:13 UTC (rev 16485) @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +%: + dh $@ --parallel Property changes on: trunk/packages/vtk-dicom/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/vtk-dicom/trunk/debian/source/format =================================================================== --- trunk/packages/vtk-dicom/trunk/debian/source/format (rev 0) +++ trunk/packages/vtk-dicom/trunk/debian/source/format 2014-03-20 12:25:13 UTC (rev 16485) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
