r46978 - in /packages/fenics/fiat/trunk/debian: changelog control
    johannr-guest at users.alioth.debian.org 
    johannr-guest at users.alioth.debian.org
       
    Mon Jan 12 19:39:35 UTC 2015
    
    
  
Author: johannr-guest
Date: Mon Jan 12 19:39:34 2015
New Revision: 46978
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46978
Log:
* New upstream release.
* debian/control:
  - Bump Standards-Version to 3.9.6.
  - Bump X-Python-Version to >= 2.7.
  - Replace python-scientific with python-sympy in Depends field.
  - Bump python-all in Build-Depends to >= 2.7.
Modified:
    packages/fenics/fiat/trunk/debian/changelog
    packages/fenics/fiat/trunk/debian/control
Modified: packages/fenics/fiat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/fiat/trunk/debian/changelog?rev=46978&op=diff
==============================================================================
--- packages/fenics/fiat/trunk/debian/changelog	(original)
+++ packages/fenics/fiat/trunk/debian/changelog	Mon Jan 12 19:39:34 2015
@@ -1,3 +1,14 @@
+fiat (1.5.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/control:
+    - Bump Standards-Version to 3.9.6.
+    - Bump X-Python-Version to >= 2.7.
+    - Replace python-scientific with python-sympy in Depends field.
+    - Bump python-all in Build-Depends to >= 2.7.
+
+ -- Johannes Ring <johannr at simula.no>  Mon, 12 Jan 2015 19:33:29 +0100
+
 fiat (1.4.0-1) unstable; urgency=medium
 
   * New upstream release.
Modified: packages/fenics/fiat/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/fiat/trunk/debian/control?rev=46978&op=diff
==============================================================================
--- packages/fenics/fiat/trunk/debian/control	(original)
+++ packages/fenics/fiat/trunk/debian/control	Mon Jan 12 19:39:34 2015
@@ -3,16 +3,16 @@
 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: debhelper (>= 9), python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.4
+Build-Depends: debhelper (>= 9), python-all (>= 2.7)
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.7
 Homepage: http://fenicsproject.org
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/fenics/fiat/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/fenics/fiat/trunk/
 
 Package: python-fiat
 Architecture: all
-Depends: python-numpy, python-scientific, ${python:Depends}, ${misc:Depends}
+Depends: python-numpy, python-sympy, ${python:Depends}, ${misc:Depends}
 Description: tabulation of finite element function spaces
  The FInite element Automatic Tabulator FIAT supports generation of arbitrary
  order instances of the Lagrange elements on lines, triangles, and tetrahedra.
    
    
More information about the debian-science-commits
mailing list