--- vtkdata-5.8.0.orig/debian/vtkdata.dirs +++ vtkdata-5.8.0/debian/vtkdata.dirs @@ -0,0 +1 @@ +usr/share/VTKData --- vtkdata-5.8.0.orig/debian/rules +++ vtkdata-5.8.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + cp -p -r Baseline Data VTKData.readme debian/vtkdata/usr/share/VTKData --- vtkdata-5.8.0.orig/debian/copyright +++ vtkdata-5.8.0/debian/copyright @@ -0,0 +1,40 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: vtkdata +Source: http://www.vtk.org/files/release/5.8/vtkdata-5.8.0.tar.gz +Comment: + This package was first Debianized by A. Maitland Bottoms + on Sun, 16 Dec 2001 15:52:30 -0500. +Copyright: Copyright (c) 1993-2008 Ken Martin, Will Schroeder, Bill Lorensen +Comment: http://www.vtk.org/VTK/project/license.html +License: VTKBSD + +Files: debian/* +Copyright: 2001-2012 A. Maitland Bottoms +License: VTKBSD + +License: VTKBSD + 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 name of Ken Martin, Will Schroeder, or Bill Lorensen 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 AUTHORS + 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. --- vtkdata-5.8.0.orig/debian/changelog +++ vtkdata-5.8.0/debian/changelog @@ -0,0 +1,49 @@ +vtkdata (5.8.0-1) unstable; urgency=low + + * New upstream release (Closes: #671833) + + -- A. Maitland Bottoms Mon, 07 May 2012 07:35:06 -0400 + +vtkdata (5.2.1-1) unstable; urgency=low + + * New upstream release + + -- A. Maitland Bottoms Sat, 07 Mar 2009 09:28:14 -0500 + +vtkdata (5.0.3-1) unstable; urgency=low + + * New upstream release + + -- A. Maitland Bottoms Thu, 21 Jun 2007 22:42:07 -0400 + +vtkdata (5.0.2-1) unstable; urgency=low + + * New upstream release (Closes: #389021) + + -- A. Maitland Bottoms Fri, 10 Nov 2006 12:03:25 -0500 + +vtkdata (5.0.0-1) unstable; urgency=low + + * New upstream release + VTK_DATA_ROOT=/usr/share/VTKData + + -- A. Maitland Bottoms Sun, 30 Apr 2006 17:29:25 -0400 + +vtkdata (4.2-1) unstable; urgency=low + + * New upstream release + + -- A. Maitland Bottoms Fri, 7 Mar 2003 21:44:56 -0500 + +vtkdata (4.1.20030216-1) unstable; urgency=low + + * New upstream release 4.2 coming soon + * source from today's nightly snapshot + + -- A. Maitland Bottoms Sat, 16 Feb 2003 22:31:59 -0500 + +vtkdata (4.0-1) unstable; urgency=low + + * For VTK 4.x (Closes: #160162) + + -- A. Maitland Bottoms Sun, 08 Sep 2002 17:46:33 -0400 --- vtkdata-5.8.0.orig/debian/compat +++ vtkdata-5.8.0/debian/compat @@ -0,0 +1 @@ +7 --- vtkdata-5.8.0.orig/debian/control +++ vtkdata-5.8.0/debian/control @@ -0,0 +1,19 @@ +Source: vtkdata +Section: graphics +Priority: optional +Maintainer: A. Maitland Bottoms +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.9.3 + +Package: vtkdata +Architecture: all +Depends: ${misc:Depends} +Suggests: vtk-examples +Conflicts: vtkdata-installer +Description: Example data for VTK + The Visualization Toolkit comes with example C++, Tcl and + Python code. These examples reference data files installed + by this package. + . + During building of VTK packages this data is used in the + testing stages.