Package: python-biggles
Version: 1.6.4-1
Severity: serious
Tags: patch
When building 'python-biggles' on unstable,
I get the following error:
Building python-biggles unstable main amd64...
Reading package lists...
Building dependency tree...
E: Package python2.2-numeric has no installation candidate
E: Failed to satisfy Build-Depends dependency for python-biggles:
python2.2-numeric
Package python2.2-numeric is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Please support python2.4 instead of python2.2 to fix this.
Regards
Andreas Jochens
diff -urN ../tmp-orig/python-biggles-1.6.4/debian/control ./debian/control
--- ../tmp-orig/python-biggles-1.6.4/debian/control 2005-09-02
15:44:20.000000000 +0000
+++ ./debian/control 2005-09-02 15:43:54.000000000 +0000
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Peter Hawkins <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.67), python, python2.2-dev, python2.3-dev,
python2.2-numeric, python2.3-numeric, libplot-dev (>= 2.4.1-8)
+Build-Depends: debhelper (>= 4.1.67), python, python2.4-dev, python2.3-dev,
python2.4-numeric, python2.3-numeric, libplot-dev (>= 2.4.1-8)
Standards-Version: 3.6.1
Package: python-biggles
@@ -17,21 +17,21 @@
This is a dummy package that depends the appropriate version of the package
for the default python version.
-Package: python2.2-biggles
+Package: python2.3-biggles
Architecture: any
-Depends: ${shlibs:Depends}, python2.2, python2.2-numeric
-Suggests: python2.2-numeric-ext
-Description: Scientific plotting package for Python 2.2
+Depends: ${shlibs:Depends}, python2.3, python2.3-numeric
+Suggests: python2.3-numeric-ext
+Description: Scientific plotting package for Python 2.3
Biggles is a Python module for creating publication-quality 2D scientific
plots. It supports multiple output formats (postscript, x11, png, svg, gif),
understands simple TeX, and sports a high-level, elegant interface. It's
intended for technical users with sophisticated plotting needs.
-Package: python2.3-biggles
+Package: python2.4-biggles
Architecture: any
-Depends: ${shlibs:Depends}, python2.3, python2.3-numeric
-Suggests: python2.3-numeric-ext
-Description: Scientific plotting package for Python 2.3
+Depends: ${shlibs:Depends}, python2.4, python2.4-numeric
+Suggests: python2.4-numeric-ext
+Description: Scientific plotting package for Python 2.4
Biggles is a Python module for creating publication-quality 2D scientific
plots. It supports multiple output formats (postscript, x11, png, svg, gif),
understands simple TeX, and sports a high-level, elegant interface. It's
diff -urN ../tmp-orig/python-biggles-1.6.4/debian/rules ./debian/rules
--- ../tmp-orig/python-biggles-1.6.4/debian/rules 2005-09-02
15:44:20.000000000 +0000
+++ ./debian/rules 2005-09-02 15:42:43.000000000 +0000
@@ -25,8 +25,8 @@
build-stamp:
dh_testdir
- /usr/bin/python2.2 setup.py build --build-lib build2.2
/usr/bin/python2.3 setup.py build --build-lib build2.3
+ /usr/bin/python2.4 setup.py build --build-lib build2.4
touch build-stamp
@@ -36,8 +36,8 @@
rm -f build-arch-stamp build-indep-stamp configure-stamp
# Add here commands to clean up after the build process.
- /usr/bin/python2.2 setup.py clean --all --build-lib build2.2
/usr/bin/python2.3 setup.py clean --all --build-lib build2.3
+ /usr/bin/python2.4 setup.py clean --all --build-lib build2.4
-rm -fr build
dh_clean
@@ -50,8 +50,8 @@
dh_installdirs
# Add here commands to install the package into debian/python-biggles.
- /usr/bin/python2.2 setup.py install
--prefix=`pwd`/debian/python2.2-biggles/usr --no-compile
/usr/bin/python2.3 setup.py install
--prefix=`pwd`/debian/python2.3-biggles/usr --no-compile
+ /usr/bin/python2.4 setup.py install
--prefix=`pwd`/debian/python2.4-biggles/usr --no-compile
# dh_movefiles
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]