debian/0000755000000000000000000000000012263755406007200 5ustar debian/watch0000644000000000000000000000012112263755406010223 0ustar version=3 https://bitbucket.org/fenics-project/fiat/downloads/fiat-(.*)\.tar\.gz debian/copyright0000644000000000000000000000230712263755406011135 0ustar This package was debianized by Johannes Ring on Sat, 13 Sep 2008 14:02:28 +0200. It was downloaded from http://launchpad.net/fiat Upstream Author: Robert C. Kirby Files: FIAT/morley.py FIAT/hermite.py FIAT/jacobi.py FIAT/functional.py FIAT/factorial.py FIAT/newdubiner.py FIAT/discontinuous_lagrange.py FIAT/lagrange.py FIAT/finite_element.py FIAT/reference_element.py FIAT/argyris.py FIAT/expansions.py FIAT/nedelec.py Copyright: © 2008, Robert C. Kirby (Texas Tech University) License: LGPL Files: FIAT/P0.py Copyright: © 2005, The University of Chicago License: LGPL Files: doc/fenicsmanual.cls Copyright: © 2005, Anders Logg Files: test/test.py Copyright: © 2010, Anders Logg License: LGPL3+ Files: debian/* Copyright: © 2008-2010, Johannes Ring License: GPL-2+ License: LGPL-3+ On Debian systems, the complete text of the GNU Lesser General Public License (LGPL) version 3 can be found at "/usr/share/common-licenses/LGPL-3". License: GPL-2+ On Debian systems, the complete text of the GNU General Public License (GPL) version 2 can be found at "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000012263755406010500 5ustar debian/source/format0000644000000000000000000000001412263755406011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000026012263755406010256 0ustar #!/usr/bin/make -f USCAN_DESTDIR := $(CURDIR) %: dh $@ --with python2 .PHONY: get-orig-source get-orig-source: uscan --force-download --verbose --destdir $(USCAN_DESTDIR) debian/compat0000644000000000000000000000000212263755406010376 0ustar 9 debian/changelog0000644000000000000000000000634412263755406011061 0ustar fiat (1.3.0-1) unstable; urgency=low * New upstream release. * debian/watch: Update URL for move to Bitbucket. -- Johannes Ring Wed, 26 Jun 2013 12:39:58 +0200 fiat (1.1-1) unstable; urgency=low * New upstream release. * debian/watch: Replace http with https in URL. * debian/control: - Bump Standards-Version to 3.9.4. - Remove DM-Upload-Allowed field. - Bump required debhelper version in Build-Depends. - Remove cdbs from Build-Depends. - Use canonical URIs for Vcs-* fields. * debian/compat: Bump to compatibility level 9. * debian/rules: Rewrite for debhelper (drop cdbs). -- Johannes Ring Wed, 26 Jun 2013 12:23:49 +0200 fiat (1.0.0-1) unstable; urgency=low * New upstream release. * debian/control: Update Homepage field. -- Johannes Ring Wed, 07 Dec 2011 14:38:57 +0100 fiat (1.0-beta-1) unstable; urgency=low * New upstream release. -- Johannes Ring Mon, 15 Aug 2011 16:58:34 +0200 fiat (0.9.9-2) unstable; urgency=low * Move from python-central to dh_python2 (closes: #616808). - Remove python-central from Build-Depends. - Bump minimum required python-all package version to 2.6.6-3~. - Remove XB-Python-Version line. - Bump minimum required cdbs version to 0.4.90~. - Remove DEB_PYTHON_SYSTEM=pycentral from debian/rules. - Replace XS-Python-Version with X-Python-Version. * Remove old fields Conflicts, Provides, and Replaces from debian/control. * Bump Standards-Version to 3.9.2 (no changes needed). -- Johannes Ring Wed, 22 Jun 2011 12:50:40 +0200 fiat (0.9.9-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.1 (no changes needed). * Update Homepage field in debian/control. -- Johannes Ring Wed, 23 Feb 2011 23:01:08 +0100 fiat (0.9.2-1) unstable; urgency=low * New upstream release. * Package moved from pkg-scicomp to Debian Science. * Switch to dpkg-source 3.0 (quilt) format. * Bump Standards-Version to 3.9.0 (no changes needed). * Remove patch (added upstream). -- Johannes Ring Thu, 01 Jul 2010 13:57:35 +0200 fiat (0.9.1-1) unstable; urgency=low * New upstream release. * debian/control: - Add python-scientific to Depends. - Bump Standards-Version to 3.8.4 (no changes). * debian/copyright: Update to reflect new files. * debian/watch: Update download URL. * debian/rules: get-orig-source target no longer repacks orig tarball. * Add patch to fix error wrong-path-for-interpreter reported by lintian. -- Johannes Ring Wed, 03 Feb 2010 17:49:28 +0100 fiat (0.3.5-1) unstable; urgency=low * New upstream release. * Update debian/copyright to reflect new files. * debian/control: - Add DM-Upload-Allowed: yes. - Bump Standards-Version to 3.8.3 (no changes needed). - Bump debhelper version to 7. * debian/compat: Bump dh compat to 7. * debian/watch, debian/copyright: Update download URLs. -- Johannes Ring Fri, 11 Dec 2009 09:28:12 +0100 fiat (0.3.4-1) unstable; urgency=low * Initial release (Closes: #503077) -- Johannes Ring Sat, 13 Sep 2008 14:02:28 +0200 debian/control0000644000000000000000000000173112263755406010605 0ustar Source: fiat Section: python Priority: extra Maintainer: Debian Science Team Uploaders: Christophe Prud'homme , Johannes Ring Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~) Standards-Version: 3.9.4 X-Python-Version: >= 2.4 Homepage: http://fenicsproject.org Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/fenics/fiat/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/fenics/fiat/trunk/ Package: python-fiat Architecture: all Depends: python-numpy, python-scientific, ${python:Depends}, ${misc:Depends} Description: tabulation of finite element function spaces The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. Other supported elements include arbitrary order Raviart-Thomas elements, Brezzi-Douglas-Marini elements and a few others.