r43849 - /packages/fenics/syfi/trunk/debian/control
johannr-guest at users.alioth.debian.org
johannr-guest at users.alioth.debian.org
Fri Sep 2 11:49:11 UTC 2011
Author: johannr-guest
Date: Fri Sep 2 11:49:10 2011
New Revision: 43849
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43849
Log:
Switch to dh_python2 and bump Standards-Version.
Modified:
packages/fenics/syfi/trunk/debian/control
Modified: packages/fenics/syfi/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/syfi/trunk/debian/control?rev=43849&op=diff
==============================================================================
--- packages/fenics/syfi/trunk/debian/control (original)
+++ packages/fenics/syfi/trunk/debian/control Fri Sep 2 11:49:10 2011
@@ -3,11 +3,11 @@
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Johannes Ring <johannr at simula.no>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all-dev,
- python-central (>= 0.5.6), scons, libginac-dev, swig, pkg-config,
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7),
+ python-all-dev (>= 2.6.6-3~), scons, libginac-dev, swig, pkg-config,
python-numpy
-Standards-Version: 3.8.4
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
Homepage: http://www.fenicsproject.org
DM-Upload-Allowed: yes
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/syfi/trunk
@@ -16,7 +16,6 @@
Package: libsyfi0-dev
Section: libdevel
Architecture: any
-XB-Python-Version: ${python:Versions}
Depends: swig, ufc, python-numpy, libsyfi0 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Suggests: python-swiginac (>= 1.5.1)
@@ -30,14 +29,13 @@
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
- FIAT in the sense that it implements many different finite elements.
+ FIAT in the sense that it implements many different finite elements.
.
This package contains the development files.
Package: syfi-dev
Section: libdevel
Architecture: all
-XB-Python-Version: ${python:Versions}
Depends: libsyfi0-dev (>= ${source:Version}), ${misc:Depends}
Description: Empty package depending on latest SyFi development package
The finite element method (FEM) package SyFi is a C++ library built on top of
@@ -49,7 +47,7 @@
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
- FIAT in the sense that it implements many different finite elements.
+ FIAT in the sense that it implements many different finite elements.
.
This package will always depend on the most recent version of libsyfiX-dev
(X=version), so if you install it then you will get upgrades automatically.
@@ -71,14 +69,13 @@
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
- FIAT in the sense that it implements many different finite elements.
+ FIAT in the sense that it implements many different finite elements.
.
This package contains the shared libraries.
Package: libsyfi0-dbg
Section: debug
Architecture: any
-XB-Python-Version: ${python:Versions}
Depends: libsyfi0 (= ${binary:Version}), ${misc:Depends}
Description: Shared libraries with debugging symbols for SyFi
The finite element method (FEM) package SyFi is a C++ library built on top of
@@ -90,14 +87,13 @@
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
- FIAT in the sense that it implements many different finite elements.
+ FIAT in the sense that it implements many different finite elements.
.
This package contains the shared libraries with debugging symbols.
Package: python-syfi0
Section: python
Architecture: any
-XB-Python-Version: ${python:Versions}
Depends: python-numpy, python-swiginac, libsyfi0 (= ${binary:Version}),
${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
@@ -112,13 +108,12 @@
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
- FIAT in the sense that it implements many different finite elements.
+ FIAT in the sense that it implements many different finite elements.
.
This package contains the Python interface for SyFi.
Package: syfi-doc
Architecture: all
-XB-Python-Version: ${python:Versions}
Section: doc
Depends: libsyfi0-dev (>= ${source:Version}), syfi-bin (= ${source:Version}),
${misc:Depends}
@@ -132,14 +127,13 @@
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
- FIAT in the sense that it implements many different finite elements.
+ FIAT in the sense that it implements many different finite elements.
.
This package contains documentation and demo programs for SyFi.
Package: syfi-bin
Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: python-ufl, python-numpy, python-ufc,
+Depends: python-ufl, python-numpy, python-ufc,
python-syfi0 (>= ${source:Version}), ${python:Depends}, ${misc:Depends}
Description: Executable scripts for SyFi
The finite element method (FEM) package SyFi is a C++ library built on top of
@@ -151,6 +145,6 @@
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
- FIAT in the sense that it implements many different finite elements.
+ FIAT in the sense that it implements many different finite elements.
.
This package contains sfc and other executable scripts for SyFi.
More information about the debian-science-commits
mailing list