[SCM] Packaging for getfem++ branch, master, updated. 15903dbf7e32f3732921529d04a41fe7ea126fcf

Anton Gladky gladky.anton at gmail.com
Wed Jan 18 18:59:14 UTC 2012


The following commit has been merged in the master branch:
commit 849b0e0191036c301a4ca903322adf48b2d74ab6
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Jan 18 19:42:19 2012 +0100

    Use compat 9. Fix python-dependencies (use 2.7 explicitely).

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index ced7ecd..feace8b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: getfem++
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Konstantinos Poulios <poulios.konstantinos at gmail.com>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 9),
     autotools-dev, libtool, automake, autoconf,
     libblas-dev, libboost-dev, libqhull-dev,
     libsuperlu3-dev, libmumps-seq-dev, libmuparser-dev,
     python-numpy, python-scipy, python-all-dev, python-support (>= 1.0.4),
     scilab-include  [!mips !kfreebsd-amd64 !kfreebsd-i386],
     scilab [!mips !kfreebsd-amd64 !kfreebsd-i386]
-XS-Python-Version: all
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://home.gna.org/getfem/
@@ -70,8 +69,9 @@ Package: python-getfem++
 Section: python
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
-    libgetfem4++ (= ${binary:Version}), python-numpy
-XB-Python-Version: ${python:Versions}
+    libgetfem4++ (= ${binary:Version}), python-numpy, 
+    python (>= 2.7), python (<<2.8)
+X-Python-Version: current
 Provides: ${python:Provides}
 Description: Python interface to the GETFEM++ generic finite element library
  GETFEM++ is a library allowing the computation of any elementary matrix (even

-- 
Packaging for getfem++



More information about the debian-science-commits mailing list