--- instant-0.9.8.orig/debian/rules +++ instant-0.9.8/debian/rules @@ -0,0 +1,16 @@ +#!/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 + +USCAN_DESTDIR := $(CURDIR) +SRC_VERSION := $(shell dpkg-parsechangelog | \ + sed -ne 's/^Version: \(.*\)-.*/\1/p') + +get-orig-source: + uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \ + --download-version $(SRC_VERSION) --upstream-version $(SRC_VERSION) --- instant-0.9.8.orig/debian/docs +++ instant-0.9.8/debian/docs @@ -0,0 +1,2 @@ +TODO +AUTHORS --- instant-0.9.8.orig/debian/copyright +++ instant-0.9.8/debian/copyright @@ -0,0 +1,60 @@ +This package was debianized by Johannes Ring on +Mon, 15 Sep 2008 11:19:12 +0200. + +It was downloaded from http://launchpad.net/instant + +Upstream Authors: + + Kent-Andre Mardal + Magne Westlie + Martin Sandve Alnæs + Ilmar Wilbers + +Contributors: + + See the AUTHORS file for a complete list of contributors. + +Copyright: + + Copyright © 2006-2009 Kent-Andre Mardal, Magne Westlie, Martin Sandve + Alnæs, Ilmar Wilbers, and Simula Research Laboratory. + +License: + + This software is dual licensed, either GNU LGPL Version 2.1 or the BSD. + + Redistribution and use in source and binary forms, with or without + modification, are permitted under the terms of the BSD License. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + +On Debian systems, the complete text of the GNU LGPL Version 2.1 and the BSD +License can be found in `/usr/share/common-licenses/'. + +The Debian packaging is © 2008-2010, 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: etc/instant-clean +Copyright: © 2008 Ilmar Wilbers +License: GPL-3+ + +Files: etc/instant-showcache +Copyright: © 2008 Martin Sandve Alnæs +License: GPL-3+ + +Files: doc/man/man1/instant-clean.1.gz, doc/man/man1/instant-showcache.1.gz +Copyright: © 2008 Johannes Ring +License: GPL-3+ --- instant-0.9.8.orig/debian/changelog +++ instant-0.9.8/debian/changelog @@ -0,0 +1,23 @@ +instant (0.9.8-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Add DM-Upload-Allowed: yes. + - Bump debhelper version to 7. + - Bump Standards-Version to 3.8.4 (no changes needed). + * debian/compat: Bump to compat level 7. + * debian/watch: Update download URL. + * debian/copyright: + - Add note that Instant is now dual-licensed. + - Add manpages to list of exceptions (thanks to Mike O'Connor). + - Update download URL. + - Add missing upstream author Ilmar Wilbers. + + -- Johannes Ring Tue, 16 Feb 2010 10:06:32 +0100 + +instant (0.9.6-1) unstable; urgency=low + + * Initial release (Closes: #503079) + + -- Johannes Ring Mon, 15 Sep 2008 11:19:12 +0200 + --- instant-0.9.8.orig/debian/compat +++ instant-0.9.8/debian/compat @@ -0,0 +1 @@ +7 --- instant-0.9.8.orig/debian/control +++ instant-0.9.8/debian/control @@ -0,0 +1,28 @@ +Source: instant +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.4 +XS-Python-Version: >= 2.5 +Homepage: http://www.fenics.org/wiki/Instant +DM-Upload-Allowed: yes +Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/fenics/instant/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/fenics/instant/ + +Package: python-instant +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: pkg-config, swig, python-dev, build-essential, ${python:Depends}, + ${misc:Depends} +Recommends: python-numpy +Suggests: python-numeric, python-numarray +Conflicts: instant +Provides: instant +Replaces: instant +Description: simple inlining of C / C++ code in Python + Instant is a Python module that allows for instant inlining of C and C++ code + in Python. It is a small Python module built on top of SWIG and Distutils. + It is part of the FEniCS project (http://www.fenics.org). --- instant-0.9.8.orig/debian/watch +++ instant-0.9.8/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/instant/+download http://launchpad.net/instant/.*/instant-(.*)\.tar\.gz