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

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Mon Dec 3 18:12:39 UTC 2007


    Date: Monday, December 3, 2007 @ 18:12:37
  Author: kumanna-guest
Revision: 3824

Revert rules file

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

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2007-12-03 17:16:29 UTC (rev 3823)
+++ packages/numpy/trunk/debian/changelog	2007-12-03 18:12:37 UTC (rev 3824)
@@ -4,14 +4,11 @@
   * New upstream release.
   * debian/control:
     + Don't build python-numpy-dev. Make python-numpy provide it.
-    + Build python-f2py.
-    + python-numpy depends on python-f2py.
     + Add Conflicts to all packages to python-numpy and
-      python-f2py introduction.
-  * debian/rules:    
-    + Move all f2py related installs to python-f2py.
-    + Man pages altered to go to python-f2py.
-    
+      provide python-f2py.
+  * debian/rules:
+    + Don't use pycentral's nomove.
+  
   [ Ondrej Certik ]
   * Changed maintainer from deb-scipy to DPMT, removed deb-scipy from
     Uploaders

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2007-12-03 17:16:29 UTC (rev 3823)
+++ packages/numpy/trunk/debian/control	2007-12-03 18:12:37 UTC (rev 3824)
@@ -17,7 +17,7 @@
 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)
-Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev
+Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py
 Description: Numerical Python adds a fast array facility to the Python language
  Numpy contains a powerful N-dimensional array object,
  sophisticated (broadcasting) functions, tools for integrating C/C++
@@ -61,17 +61,4 @@
  features introduced by numarray and can be used to replace numarray.
  Numeric users should find the transition very easy
  .
- This package contains documentation for f2py subpackage
-
-Package: python-f2py
-Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}
-Recommends: g77 | fortran77-compiler
-Conflicts: python2.3-f2py, python-f2py-doc, python-f2py (<= 2.45.241+1926-5), python-numpy (<< 1:1.0.4-1)
-Replaces: python2.3-f2py, python2.4-f2py, python-numpy-ext (<< 1:1.0.1-1), python-f2py-doc
-Provides: python-f2py-doc
-Description: Fortran to Python interface generator
- F2PY is a Python extension tool for creating Python C/API modules from
- (handwritten or F2PY generated) signature files (or directly from Fortran
- sources).
+ This package contains documentation for the f2py subpackage.

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2007-12-03 17:16:29 UTC (rev 3823)
+++ packages/numpy/trunk/debian/rules	2007-12-03 18:12:37 UTC (rev 3824)
@@ -5,7 +5,6 @@
 DEB_AUTO_CLEANUP_RCS            := yes
 
 DEB_PYTHON_SYSTEM=pycentral
-export DH_PYCENTRAL="nomove"
 PYVERS=$(shell pyversions -vr debian/control)
 
 DEB_MAKE_CLEAN_TARGET    := clean




More information about the Python-modules-commits mailing list