--- viper-0.4.5.orig/debian/compat +++ viper-0.4.5/debian/compat @@ -0,0 +1 @@ +7 --- viper-0.4.5.orig/debian/rules +++ viper-0.4.5/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM = pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_COMPRESS_EXCLUDE := .py .pdf + +USCAN_DESTDIR := $(CURDIR) + +get-orig-source: + uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \ + --download-version $(DEB_UPSTREAM_VERSION) \ + --upstream-version $(DEB_UPSTREAM_VERSION) --- viper-0.4.5.orig/debian/pycompat +++ viper-0.4.5/debian/pycompat @@ -0,0 +1 @@ +2 --- viper-0.4.5.orig/debian/changelog +++ viper-0.4.5/debian/changelog @@ -0,0 +1,24 @@ +viper (0.4.5-1) unstable; urgency=low + + * New upstream release (DOLFIN compatibility version). + * debian/watch, debian/copyright: Update download URLs. + + -- Johannes Ring Fri, 11 Dec 2009 09:32:18 +0100 + +viper (0.4.4-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bump Standards-Version to 3.8.3. + - Bump debhelper to version 7. + - Add DM-Upload-Allow: yes. + * Update debian/copyright. + + -- Johannes Ring Tue, 29 Sep 2009 12:26:14 +0200 + +viper (0.4.3-1) unstable; urgency=low + + * Initial release (Closes: #503264) + + -- Johannes Ring Mon, 15 Sep 2008 14:04:39 +0200 + --- viper-0.4.5.orig/debian/copyright +++ viper-0.4.5/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Johannes Ring on +Mon, 15 Sep 2008 14:04:39 +0200. + +It was downloaded from http://launchpad.net/fenics-viper + +Upstream Author: + + Ola Skavhaug + +Contributors: + + See the AUTHORS file for a complete list of contributors. + +Copyright: + + Copyright © 2006-2009 Ola Skavhaug + Copyright © 2006-2009 Simula Research Laboratory + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License version 2.1 as published by the Free Software Foundation. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License version 2.1 can be found in +`/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is © 2008-2009, Johannes Ring and +is licensed under the GPL version 2 or later, see +`/usr/share/common-licenses/GPL-2'. + +Files or directories which have a different copyright/license attached: + +Files: doc/manual/fenicsmanual.cls +Copyright: © 2005 Anders Logg +License: GPL-2 + +Files: src/demo/test_meshgrid.py +Copyright: © 2008 Rolv Erlend Bredesen + © 2008 Simula Research Laboratory +License: LGPL-2.1 --- viper-0.4.5.orig/debian/watch +++ viper-0.4.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/fenics-viper/+download http://launchpad.net/fenics-viper/.*/viper-(.*)\.tar\.gz --- viper-0.4.5.orig/debian/control +++ viper-0.4.5/debian/control @@ -0,0 +1,26 @@ +Source: viper +Section: python +Priority: extra +Maintainer: Debian Scientific Computing Team +Uploaders: Christophe Prud'homme , Johannes Ring +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all, + python-central (>= 0.6.0) +Standards-Version: 3.8.3 +XS-Python-Version: >= 2.5 +Homepage: http://www.fenics.org/wiki/Viper +DM-Upload-Allowed: yes +Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/fenics/viper/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/fenics/viper/ + +Package: python-viper +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: python-numpy, python-vtk, ${python:Depends}, ${misc:Depends} +Suggests: python-pydolfin0, mencoder +Conflicts: viper +Provides: viper +Replaces: viper +Description: minimalistic scientific plotter and run-time visualization module + Viper is a minimalistic scientific plotter and run-time visualization module. + . + Viper has support for visualizing meshes and solutions in DOLFIN. --- viper-0.4.5.orig/debian/docs +++ viper-0.4.5/debian/docs @@ -0,0 +1,3 @@ +README +AUTHORS +doc/manual/viper-user-manual.pdf