r36651 - in /packages/getdp/trunk/debian: changelog control rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Thu Jun 17 12:48:18 UTC 2010


Author: sylvestre
Date: Thu Jun 17 12:48:13 2010
New Revision: 36651

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36651
Log:
Fix some issues in getpd

Modified:
    packages/getdp/trunk/debian/changelog
    packages/getdp/trunk/debian/control
    packages/getdp/trunk/debian/rules

Modified: packages/getdp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/changelog?rev=36651&op=diff
==============================================================================
--- packages/getdp/trunk/debian/changelog (original)
+++ packages/getdp/trunk/debian/changelog Thu Jun 17 12:48:13 2010
@@ -1,35 +1,5 @@
-getdp (2.0.0-svn-20100125-1) unstable; urgency=low
-
-  * Update to svn version
-
- -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Wed, 27 Jan 2010 10:58:17 +0100
-
-getdp (1.2.1-4) unstable; urgency=low
-
-  * Add support for metis (scotchmetis)
-
- -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Wed, 13 Jan 2010 11:16:15 +0100
-
-getdp (1.2.1-3) unstable; urgency=low
-
-  * Added support for GMSH 2.1 format
-
- -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Wed, 04 Nov 2009 16:29:46 +0100
-
-getdp (1.2.1-2) unstable; urgency=low
-
-  * Added watch file
-  * Switch to cdbs to build
-  * Switch to quilt to patch 
-
- -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Tue, 08 Sep 2009 13:39:39 +0200
-
-getdp (1.2.1-1) unstable; urgency=low
+getdp (2.0.0-1) unstable; urgency=low
 
   * Initial release (Closes: #502615)
-  * Forced use of autoconf 2.50 in configure.in
-  * Forced use of gfortran in configure.in
-  * Removed call to Arpack use libarpack2 instead
 
- -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Thu, 27 Aug 2009 13:09:50 +0200
-
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Thu, 17 Jun 2010 12:52:04 +0200

Modified: packages/getdp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/control?rev=36651&op=diff
==============================================================================
--- packages/getdp/trunk/debian/control (original)
+++ packages/getdp/trunk/debian/control Thu Jun 17 12:48:13 2010
@@ -1,14 +1,17 @@
 Source: getdp
 Section: math
 Priority: extra
-Maintainer: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
-Build-Depends: quilt, cdbs, debhelper (>= 7), autotools-dev, automake, autoconf, gfortran, libarpack2-dev, libgsl0-dev, libscotchmetis-dev, libpetsc3.0.0-dev (>= 3.0.0-0)
-Standards-Version: 3.8.3
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
+Build-Depends: quilt, cdbs, debhelper (>= 7), autotools-dev, automake, 
+ autoconf, gfortran, libarpack2-dev, libgsl0-dev, libscotchmetis-dev, 
+ libpetsc3.1-dev, libhdf5-serial-dev
+Standards-Version: 3.8.4
 Homepage: http://www.geuz.org/getdp
 
 Package: getdp
 Architecture: any
-Depends: libarpack2, libgsl0ldbl, libpetsc3.0.0 (>= 3.0.0-0), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: general environment for the treatment of discrete problems
  GetDP is a general finite element solver using mixed elements to
  discretize de Rham-type complexes in one, two and three dimensions.

Modified: packages/getdp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/rules?rev=36651&op=diff
==============================================================================
--- packages/getdp/trunk/debian/rules (original)
+++ packages/getdp/trunk/debian/rules Thu Jun 17 12:48:13 2010
@@ -13,7 +13,7 @@
 
 
 # PETSC_DIR is the location of PETSc.
-export PETSC_DIR=/usr/lib/petscdir/3.0.0
+export PETSC_DIR=/usr/lib/petscdir/3.1
 export PETSC_ARCH=linux-gnu-c-opt
 
 #DEB_MAKE_ENVVARS               := -j2




More information about the debian-science-commits mailing list