debian/0000755000000000000000000000000011667673573007213 5ustar debian/watch0000644000000000000000000000014411667673571010241 0ustar version=3 http://launchpad.net/ferari/+download http://launchpad.net/ferari/.*/ferari-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211667673571010407 0ustar 7 debian/rules0000755000000000000000000000040211667673571010265 0ustar #!/usr/bin/make -f 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) debian/source/0000755000000000000000000000000011667673573010513 5ustar debian/source/format0000644000000000000000000000001411667673571011717 0ustar 3.0 (quilt) debian/control0000644000000000000000000000166511667673571010624 0ustar Source: ferari Section: python Priority: extra Maintainer: Debian Science Team Uploaders: Christophe Prud'homme , Johannes Ring Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~) Standards-Version: 3.9.2 X-Python-Version: >= 2.5 Homepage: http://fenicsproject.org DM-Upload-Allowed: yes Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/fenics/ferari/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/fenics/ferari/trunk/ Package: python-ferari Architecture: all Depends: python-numpy, ${python:Depends}, ${misc:Depends} Description: optimizations for evaluation of variational forms FErari (Finite Element rearrangement to automatically reduce instructions) generates optimized code for evaluation of the element tensor (element stiffness matrix) and functions as an optimizing backend for FFC. debian/copyright0000644000000000000000000000235311667673571011147 0ustar This package was debianized by Johannes Ring on Mon, 15 Sep 2008 13:19:26 +0200. It was downloaded from http://launchpad.net/ferari Upstream Author: Robert C. Kirby Copyright: Copyright (C) 2006-2008 Robert C. Kirby 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, 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 can be found in `/usr/share/common-licenses/LGPL-2'. 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'. debian/changelog0000644000000000000000000000334011667673571011063 0ustar ferari (1.0.0-1) unstable; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.2 (no changes needed). - Fix Vcs fields. - Update Homepage field. -- Johannes Ring Wed, 07 Dec 2011 15:24:39 +0100 ferari (0.2.0-2) unstable; urgency=low * Package moved from pkg-scicomp to Debian Science. * Update Homepage field in debian/control. * Move from python-central to dh_python2 (closes: #616805). - 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. * Switch to dpkg-source 3.0 (quilt) format. * Bump Standards-Version to 3.9.1 (no changes needed). * Remove old fields Conflicts, Provides, and Replaces from debian/control. -- Johannes Ring Fri, 01 Apr 2011 12:21:54 +0200 ferari (0.2.0-1) unstable; urgency=low * New upstream release. * debian/control: - Add DM-Upload-Allowed: yes. - Bump Standards-Version to 3.8.4 (no changes needed). - Bump debhelper version to 7. - Bump XS-Python-Version to >= 2.5. - Replace python-numeric-ext with python-numpy in Depends. * debian/rules: get-orig-source target no longer repacks orig tarball. * debian/compat: Bump dh compat to 7. * debian/watch, debian/copyright: Update download URLs. -- Johannes Ring Sat, 13 Feb 2010 00:07:38 +0100 ferari (0.0.2-1) unstable; urgency=low * Initial release (Closes: #503074) -- Johannes Ring Mon, 15 Sep 2008 13:19:26 +0200