--- swiginac-1.5.1.1.orig/debian/compat +++ swiginac-1.5.1.1/debian/compat @@ -0,0 +1 @@ +7 --- swiginac-1.5.1.1.orig/debian/rules +++ swiginac-1.5.1.1/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM = pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_PYTHON_BUILD_ARGS = + +DEB_COMPRESS_EXCLUDE := .py + +USCAN_DESTDIR := $(CURDIR) + +# install header and SWIG interface files +install/python-swiginac:: + mkdir -p $(DEB_DESTDIR)/usr/include/swiginac + cp $(CURDIR)/src/swiginac/swiginac.h $(DEB_DESTDIR)/usr/include/ + cp $(CURDIR)/src/swiginac/*.i $(DEB_DESTDIR)/usr/include/swiginac + +get-orig-source: + uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \ + --download-version $(DEB_UPSTREAM_VERSION) \ + --upstream-version $(DEB_UPSTREAM_VERSION) --- swiginac-1.5.1.1.orig/debian/control +++ swiginac-1.5.1.1/debian/control @@ -0,0 +1,21 @@ +Source: swiginac +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Johannes Ring +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-support, + python-all-dev, swig, pkg-config, libginac-dev +Standards-Version: 3.8.4 +DM-Upload-Allowed: yes +Vcs-Svn: svn://svn.debian.org/python-modules/packages/swiginac/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/swiginac/trunk/ +Homepage: http://swiginac.berlios.de/ + +Package: python-swiginac +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: python-numpy, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Description: Python interface to GiNaC + Swiginac is a Python interface to GiNaC, built with SWIG. The aim of swiginac + is to make all the functionality of GiNaC accessible from Python as an + extension module. --- swiginac-1.5.1.1.orig/debian/copyright +++ swiginac-1.5.1.1/debian/copyright @@ -0,0 +1,66 @@ +This package was debianized by Johannes Ring +on Mon, 10 Nov 2008 12:47:32 +0100. + +It was downloaded from http://swiginac.berlios.de/ + +Upstream Authors: + + Ola Skavhaug + Ondrej Certik + Matti Peltomaki + Jonathan Brandmeyer + +Copyright: + + Copyright © 2003-2009 Ola Skavhaug, Ondrej Vertik + with some earlier work or contributions by + Matti Peltomaki and Jonathan Brandmeyer + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + 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 General Public License for more details. + + You should have received a copy of the GNU 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 General +Public License, version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is © 2008-2009, Johannes Ring and +is licensed under the GPL version 2 or later, see above. + +Files or directories which have a different copyright/license attached: + +Files: tests/swiginac/exam_color.py + tests/swiginac/exam_clifford.py +Author: Matti Peltomaki +Copyright: © 1999-2006 Johannes Gutenberg University, Mainz +License: GPL-2+ + +Files: doc/swiginac-doc.css + doc/examples/T0d.py +Copyright: © 2007, Guenter Milde +License: GPL-2+ + +Files: doc/examples/functions.py +Copyright: © 2005-2007, Guenter Milde +License: GPL-2+ + +Files: doc/swiginac_tutorial.py.html + doc/swiginac_tutorial.py.txt +Copyright: © 2006, Guenter Milde +License: GPL-2+ + +Files: doc/html4css1.css + doc/swiginac_attributes.html +Author: David Goodger +License: Public Domain --- swiginac-1.5.1.1.orig/debian/docs +++ swiginac-1.5.1.1/debian/docs @@ -0,0 +1,2 @@ +README.txt +doc --- swiginac-1.5.1.1.orig/debian/doc-base +++ swiginac-1.5.1.1/debian/doc-base @@ -0,0 +1,13 @@ +Document: symbolic-computation +Title: Symbolic Computation with GiNaC and Python +Author: Guenter Milde +Abstract: Using the GiNaC open framework for symbolic computation with the + Python programming language. +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-swiginac/doc/swiginac_tutorial.py.html +Files: /usr/share/doc/python-swiginac/doc/*.html + +Format: Text +Files: /usr/share/doc/python-swiginac/doc/*.txt --- swiginac-1.5.1.1.orig/debian/pycompat +++ swiginac-1.5.1.1/debian/pycompat @@ -0,0 +1 @@ +2 --- swiginac-1.5.1.1.orig/debian/changelog +++ swiginac-1.5.1.1/debian/changelog @@ -0,0 +1,36 @@ +swiginac (1.5.1.1-1build2) oneiric; urgency=low + + * Rebuild to drop dependency on libginac1.5. + + -- Matthias Klose Sun, 04 Sep 2011 17:31:19 +0200 + +swiginac (1.5.1.1-1build1) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:15:13 +0000 + +swiginac (1.5.1.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: Bump Standards-Version to 3.8.4 (no changes). + * debian/rules: Include header file swiginac.h and SWIG interface + (.i) files. + + -- Johannes Ring Wed, 19 May 2010 16:09:35 +0200 + +swiginac (1.5.1-2) unstable; urgency=low + + * debian/control: + - Replace build dependency on 'python' with 'python-all-dev' to fix + FTBFS (Closes: #552967). + - Replace dependency 'python-numeric' with 'python-numpy' for binary + package python-swiginac. + + -- Johannes Ring Thu, 29 Oct 2009 07:58:17 +0100 + +swiginac (1.5.1-1) unstable; urgency=low + + * Initial release (Closes: #538854) + + -- Johannes Ring Wed, 26 Aug 2009 08:26:11 +0200 --- swiginac-1.5.1.1.orig/debian/watch +++ swiginac-1.5.1.1/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=downloadurlmangle=s/prdownload/download/ \ +http://developer.berlios.de/project/showfiles.php?group_id=4761 \ +http://prdownload.berlios.de/swiginac/swiginac-([\d.]+)\.tgz --- swiginac-1.5.1.1.orig/debian/source/format +++ swiginac-1.5.1.1/debian/source/format @@ -0,0 +1 @@ +1.0