[Python-modules-commits] r4460 - in packages/numpy/trunk/debian (changelog control)

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Mon Feb 4 16:44:14 UTC 2008


    Date: Monday, February 4, 2008 @ 16:44:13
  Author: kumanna-guest
Revision: 4460

* Build using gfortran, libblas-dev, liblapack-dev.
* Conflict with python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3),
  built with g77.
* Add build-conflict with atlas3-base-dev.
* Build again using python-central as done up to version 1:1.0.4-2.

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2008-02-04 14:03:04 UTC (rev 4459)
+++ packages/numpy/trunk/debian/changelog	2008-02-04 16:44:13 UTC (rev 4460)
@@ -2,7 +2,12 @@
 
   * Switch back to python-central.
   * Remove unnecessary README.numpy-dbg.
-
+  * Build using gfortran, libblas-dev, liblapack-dev.
+  * Conflict with python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3),
+    built with g77.
+  * Add build-conflict with atlas3-base-dev.
+  * Build again using python-central as done up to version 1:1.0.4-2.
+  
  -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Tue, 29 Jan 2008 06:49:14 +0530
 
 python-numpy (1:1.0.4-5) unstable; urgency=low

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2008-02-04 14:03:04 UTC (rev 4459)
+++ packages/numpy/trunk/debian/control	2008-02-04 16:44:13 UTC (rev 4460)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, José Fonseca <j_r_fonseca at yahoo.co.uk>, Matthias Klose <doko at debian.org>, Ondrej Certik <ondrej at certik.cz>, Kumar Appaiah <akumar at ee.iitm.ac.in>
-Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central, refblas3-dev [!arm !m68k], lapack3-dev [!arm !m68k], debhelper (>= 5.0.38), g77, patchutils, python-docutils, libfftw3-dev
+Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-support, gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.38), patchutils, python-docutils, libfftw3-dev
 Build-Conflicts: atlas3-base-dev
-XS-Python-Version: >=2.3
+XS-Python-Version: >= 2.3
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/numpy/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/numpy/trunk/?op=log
@@ -15,7 +15,7 @@
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}
 Suggests: python-numpy-doc, python-numpy-dbg
-Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.5.2-7+b1), python-matplotlib (<< 0.90.0-1), python-numpy-dev (<= 1:1.0.3-2)
+Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3), python-numpy-dev (<= 1:1.0.3-2)
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py
 Description: Numerical Python adds a fast array facility to the Python language




More information about the Python-modules-commits mailing list