r36283 - in /packages/getfem++/trunk/debian: changelog control

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Fri Mar 19 14:47:33 UTC 2010


Author: sylvestre
Date: Fri Mar 19 14:47:32 2010
New Revision: 36283

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36283
Log:
  * Missing dependency on python-numpy
  * Standards-Version updated to 3.8.4
  * Package moved to Debian Science
  *  missing for libgetfem++-dev

Modified:
    packages/getfem++/trunk/debian/changelog
    packages/getfem++/trunk/debian/control

Modified: packages/getfem++/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/getfem%2B%2B/trunk/debian/changelog?rev=36283&op=diff
==============================================================================
--- packages/getfem++/trunk/debian/changelog (original)
+++ packages/getfem++/trunk/debian/changelog Fri Mar 19 14:47:32 2010
@@ -1,3 +1,12 @@
+getfem++ (4.0.0-4) unstable; urgency=low
+
+  * Missing dependency on python-numpy
+  * Standards-Version updated to 3.8.4
+  * Package moved to Debian Science
+  * ${misc:Depends} missing for libgetfem++-dev
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 19 Mar 2010 15:21:51 +0100
+
 getfem++ (4.0.0-3) unstable; urgency=low
 
   * Fix broken superlu interface in libgmm++-dev (Closes: #552709)

Modified: packages/getfem++/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/getfem%2B%2B/trunk/debian/control?rev=36283&op=diff
==============================================================================
--- packages/getfem++/trunk/debian/control (original)
+++ packages/getfem++/trunk/debian/control Fri Mar 19 14:47:32 2010
@@ -1,18 +1,17 @@
 Source: getfem++
 Priority: extra
-Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Konstantinos Poulios <poulios.konstantinos at gmail.com>
 Build-Depends: debhelper (>= 7),
     autotools-dev, libtool, automake, autoconf, quilt (>= 0.46-4),
     libblas-dev, libboost-dev, libqhull-dev, libsuperlu3-dev,
     python-numpy, python-all-dev, python-support (>= 1.0.4)
 XS-Python-Version: all
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Section: libs
 Homepage: http://home.gna.org/getfem/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/getfem++/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/getfem++/
-
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/getfem++/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/getfem++/
 
 Package: libgetfem4++
 Section: libs
@@ -40,7 +39,7 @@
 Package: libgetfem++-dev
 Section: libdevel
 Architecture: any
-Depends: libgetfem4++ (= ${binary:Version}), libboost-dev
+Depends: ${misc:Depends}, libgetfem4++ (= ${binary:Version}), libboost-dev
 Description: Development files for the GETFEM++ generic finite element library
  GETFEM++ is a library allowing the computation of any elementary matrix (even
  for mixed finite element methods) on the largest class of methods and elements,
@@ -67,7 +66,7 @@
 Section: python
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
-    libgetfem4++ (= ${binary:Version})
+    libgetfem4++ (= ${binary:Version}), python-numpy
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: Python interface to the GETFEM++ generic finite element library




More information about the debian-science-commits mailing list