Package: pytables
Version: 0.9.1-2
Severity: serious
Tags: patch

When building 'pytables' in a clean 'unstable' chroot,
I get the following error:

Building pytables unstable main amd64...
Reading package lists...
Building dependency tree...
E: Build-Depends dependency for pytables cannot be satisfied because the 
package python2.2-numarray cannot be found

Please remove the Build-Depends on 'python2.2-numeric'
from debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pytables-0.9.1/debian/control ./debian/control
--- ../tmp-orig/pytables-0.9.1/debian/control   2005-09-05 08:48:52.000000000 
+0000
+++ ./debian/control    2005-09-05 08:48:13.000000000 +0000
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Francesc Alted <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.2.30), python, zlib1g-dev, liblzo-dev, 
libucl-dev, libhdf5-serial-dev, python2.2-dev, python2.3-dev, python2.4-dev, 
python2.2-numarray (>=1.1), python2.3-numarray (>= 1.1), python2.4-numarray (>= 
1.1)
+Build-Depends: debhelper (>= 4.2.30), python, zlib1g-dev, liblzo-dev, 
libucl-dev, libhdf5-serial-dev, python2.3-dev, python2.4-dev, 
python2.3-numarray (>= 1.1), python2.4-numarray (>= 1.1)
 Standards-Version: 3.6.1
 
 Package: python-tables
@@ -33,31 +33,6 @@
  .
   Homepage: http://pytables.sourceforge.net
 
-Package: python2.2-tables
-Section: python
-Architecture: any
-Depends: python2.2-numarray (>= 1.1), python2.2, ${shlibs:Depends}
-Description: hierarchical database for Python based on HDF5
- PyTables is a hierarchical database package designed to efficently
- manage very large amounts of data. PyTables is built on top of the
- HDF5 library and the numarray package. It features an object-oriented
- interface that, combined with natural naming and C-code generated
- from Pyrex sources, makes it a fast, yet extremely easy to use tool
- for interactively save and retrieve large amounts of data.
- .
-  - Compound types (records) can be used entirely from Python (i.e. it
-    is not necessary to use C for taking advantage of them).
-  - The tables are both enlargeable and compressible.
-  - I/O is buffered, so you can get very fast I/O, specially with
-    tables.
-  - Very easy to select data through the use of iterators over the
-    rows in tables. Extended slicing is supported as well.
-  - It supports both Numeric and numarray objects.
- .
- This Debian package is built for Python 2.2.
- .
-  Homepage: http://pytables.sourceforge.net
-  
 Package: python2.3-tables
 Section: python
 Architecture: any
diff -urN ../tmp-orig/pytables-0.9.1/debian/rules ./debian/rules
--- ../tmp-orig/pytables-0.9.1/debian/rules     2005-09-05 08:48:52.000000000 
+0000
+++ ./debian/rules      2005-09-05 08:48:36.000000000 +0000
@@ -10,7 +10,6 @@
 export DH_COMPAT=4
 
 build: build-stamp
-       /usr/bin/python2.2 setup.py build
        /usr/bin/python2.3 setup.py build
        /usr/bin/python2.4 setup.py build
 
@@ -36,9 +35,6 @@
        dh_testdir
        dh_testroot
        dh_clean -k
-       /usr/bin/python2.2 setup.py install --no-compile 
--prefix=$(CURDIR)/debian/python2.2-tables/usr
-       : # Delete scripts
-       rm -rf $(CURDIR)/debian/python2.2-tables/usr/bin
        /usr/bin/python2.3 setup.py install --no-compile 
--prefix=$(CURDIR)/debian/python2.3-tables/usr
        : # Delete scripts
        rm -rf $(CURDIR)/debian/python2.3-tables/usr/bin
@@ -68,11 +64,10 @@
        dh_testdir
        dh_testroot
 
-       dh_installdocs -ppython2.2-tables README.txt changelog.gz 
changelog.Debian.gz
        dh_installdocs -ppython2.3-tables README.txt changelog.gz 
changelog.Debian.gz
        dh_installdocs -ppython2.4-tables README.txt changelog.gz 
changelog.Debian.gz
 
-       dh_python -ppython2.2-tables -ppython2.3-tables -ppython2.4-tables
+       dh_python -ppython2.3-tables -ppython2.4-tables
 
        dh_strip -a
        dh_compress -a -X.py


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to