[Pkg-scicomp-commits] freefem3d/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Fri Apr 14 16:20:20 UTC 2006


SVN commit 391 by prudhomm:

new upstream, changed maintainer...

 M  +5 -3      freefem3d/trunk/debian/changelog  
 M  +6 -5      freefem3d/trunk/debian/control  
 M  +3 -0      freefem3d/trunk/debian/rules  


--- freefem3d/trunk/debian/changelog #390:391
@@ -1,8 +1,10 @@
-freefem3d (1.0pre8-1) UNRELEASED; urgency=low
+freefem3d (1.0pre8-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * Changed Maintainer to Debian Scientific Computing Team and added
+    myself as uploader
 
- -- Christophe Prud'homme <prudhomm at debian.org> <prudhomm at mit.edu>  Fri, 14 Apr 2006 17:54:35 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Fri, 14 Apr 2006 18:19:28 +0200
 
 freefem3d (1.0pre7-3) unstable; urgency=low
 
--- freefem3d/trunk/debian/control #390:391
@@ -1,6 +1,7 @@
 Source: freefem3d
 Priority: optional
-Maintainer: Christophe Prud'homme <prudhomm at debian.org>
+Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
+Uploaders: Christophe Prud'homme <prudhomm at debian.org>
 Section: math
 Standards-Version: 3.6.2
 Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), automake1.9, libtool (>= 1.5), doc-base, bison, tetex-bin, tetex-extra
@@ -13,24 +14,24 @@
  FreeFEM3D (aka ff3d) is a 3D solver of partial differential
  equations (PDE).  It is a member of the familly of the freefem
  programs (see http://www.freefem.org).
- .  
+ .
  ff3d, as well as its cousins, is a PDE solver driven by a
  user-friendly language. It solves many kind of problems such as
  elasticity, fluids (Stokes and Navier-Stokes) and a lot more. The
  user has to enter the equation associated with the problem, giving
  either the PDE in strong formulation or weak (variational)
  formulation.
- .          
+ .
  ff3d does not use standard Finite Elements method but a Fictitious
  Domain approach. The geometry is described using Constructive Solid
  Geometry (CSG). This description is done using the POV-Ray language
  but others such as VRML could be added.
- .              
+ .
  The processing of the results is left to the user.  One can use
  various graphic tools: OpenDX being the most powerful free software
  on the market nowadays. The implementation of a VTK base
  visualization module is underway.
- .                  
+ .
  The goal of ff3d is to provide a good teaching tool and a research
  toolbox (the code is written in C++ and its design is such that new
  methods can be easily implemented).
--- freefem3d/trunk/debian/rules #390:391
@@ -3,6 +3,9 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+CC=gcc-4.1
+CXX=g++-4.1
+
 DEB_AC_AUX_DIR = $(DEB_SRCDIR)/m4
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-optimize --disable-gui
 



More information about the Pkg-scicomp-commits mailing list