Your message dated Tue, 08 Aug 2006 22:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326234: fixed in python-biggles 1.6.4-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: python-biggles
Source-Version: 1.6.4-2
We believe that the bug you reported is fixed in the latest version of
python-biggles, which is due to be installed in the Debian FTP archive:
python-biggles_1.6.4-2.diff.gz
to pool/main/p/python-biggles/python-biggles_1.6.4-2.diff.gz
python-biggles_1.6.4-2.dsc
to pool/main/p/python-biggles/python-biggles_1.6.4-2.dsc
python-biggles_1.6.4-2_amd64.deb
to pool/main/p/python-biggles/python-biggles_1.6.4-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Ablassmeier <[EMAIL PROTECTED]> (supplier of updated python-biggles
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 9 Aug 2006 07:28:27 +0200
Source: python-biggles
Binary: python-biggles
Architecture: source amd64
Version: 1.6.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Michael Ablassmeier <[EMAIL PROTECTED]>
Description:
python-biggles - Scientific plotting package for Python
Closes: 326234 331003 348514 373514 381829
Changes:
python-biggles (1.6.4-2) unstable; urgency=low
.
* QA Upload (Ack NMU's; Closes: #348514,#326234,#331003,#373514)
* Set Maintainer to QA Group; Orphaned: #379684
* Remove [dummy package] from short description (Closes: #381829)
* Remove unnecessary dh calls in binary-indep.
Files:
2b247ba28b3083530821ac4d6a809e9b 696 python optional python-biggles_1.6.4-2.dsc
7428437bf5394c9463ddb82a248db05a 3083 python optional
python-biggles_1.6.4-2.diff.gz
3d35abd4861f1908b6e713719292fe19 66146 python optional
python-biggles_1.6.4-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE2XRLEFV7g4B8rCURAvb5AJ0Wd8ZKTglZtgY1DVnvKL38rdF4CgCg2OOY
/btyBQTLSS0+IsekT8uylzQ=
=/b9+
-----END PGP SIGNATURE-----
--- End Message ---