Codebase list fenics / f1cda31
Move fenics to Debian Science. Johannes Ring 14 years ago
6 changed file(s) with 53 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Here is one way to build the FEniCS meta-package:
1
2 VER=`dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p'`
3 mkdir -p fenics-$VER
4 cd fenics-$VER
5 cp -a ../debian .
6 rm -rf debian/.svn
7 dpkg-buildpackage
0 fenics (9.12.1) unstable; urgency=low
1
2 * Initial release (Closes: #503265)
3
4 -- Johannes Ring <johannr@simula.no> Thu, 14 Jan 2010 13:06:21 +0100
5
0 Source: fenics
1 Section: math
2 Priority: extra
3 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
4 Uploaders: Christophe Prud'homme <prudhomm@debian.org>, Johannes Ring <johannr@simula.no>
5 Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7)
6 Standards-Version: 3.8.3
7 Homepage: http://www.fenics.org
8 DM-Upload-Allowed: yes
9 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/fenics/trunk/
10 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/fenics/fenics/
11
12 Package: fenics
13 Architecture: any
14 Depends: dolfin-dev (>= 0.9.5), python-pydolfin0 (>= 0.9.5), dolfin-doc,
15 dolfin-bin, python-ferari (>= 0.0.2), python-ffc (>= 0.7.1),
16 python-fiat (>= 0.3.5), python-instant (>= 0.9.6), ufc (>= 1.2.0),
17 python-ufc (>= 1.2.0), ufc-doc, python-viper (>= 0.4.5),
18 python-ufl (>= 0.4.1), syfi-dev (>= 0.6.0), python-syfi0 (>= 0.6.0),
19 syfi-doc, syfi-bin, ${misc:Depends}
20 Description: automation of computational mathematical modeling
21 The vision of FEniCS is to set a new standard in Computational Mathematical
22 Modeling (CMM), which is the Automation of CMM (ACMM), towards the goals of
23 generality, efficiency and simplicity, concerning mathematical methodology,
24 implementation and application. FEniCS is organized as a collection of sub
25 projects/components, including DOLFIN, FErari, FFC, FIAT, Instant, SyFi
26 UFC, UFL, and Viper.
0 This package was debianized by Johannes Ring <johannr@simula.no> on
1 Tue, 14 Oct 2008 11:37:05 +0200.
2
3 This is a meta-package and does not have a license of its own.
4
5 The Debian packaging is © 2008-2009, Johannes Ring <johannr@simula.no> and
6 is licensed under the GPL version 2 or later, see
7 `/usr/share/common-licenses/GPL-2'.
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk