Your message dated Sun, 06 Jul 2008 17:32:36 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486329: fixed in python-numpy 1:1.1.0-2
has caused the Debian Bug report #486329,
regarding Please also ship Numpy documentation
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
486329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486329
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-numpy-doc
Version: 1:1.1.0-1
Severity: minor
Tags: patch
Hi,
python-numpy-doc currently ships f2py documentation, but not numpy's. This patch
against python-modules SVN makes it ship both f2py and numpy documentation.
Cheers,
Emilio
Index: debian/control
===================================================================
--- debian/control (revision 5645)
+++ debian/control (working copy)
@@ -64,4 +64,4 @@
are now deprecated and shouldn't be used except to support older
software.
.
- This package contains documentation for the f2py subpackage.
+ This package contains documentation for Numpy and f2py.
Index: debian/changelog
===================================================================
--- debian/changelog (revision 5645)
+++ debian/changelog (working copy)
@@ -1,3 +1,13 @@
+python-numpy (1:1.1.0-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Also install Numpy documentation in python-numpy-doc.
+ * debian/control:
+ - Update python-numpy-doc's long description to mention that it also
+ contains Numpy documentation.
+
+ -- Emilio Pozuelo Monfort <[EMAIL PROTECTED]> Sun, 15 Jun 2008 13:28:58 +0200
+
python-numpy (1:1.1.0-1) unstable; urgency=low
[ Ondrej Certik ]
Index: debian/rules
===================================================================
--- debian/rules (revision 5645)
+++ debian/rules (working copy)
@@ -70,9 +70,11 @@
done
binary-install/python-numpy-doc::
- rst2html numpy/f2py/docs/usersguide/index.txt > $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/index.html
- cp -r $(CURDIR)/numpy/f2py/docs/* $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)
- chmod -x $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/usersguide/setup_example.py
+ cp -r $(CURDIR)/numpy/doc/html/* $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)
+ mkdir $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/f2py
+ rst2html numpy/f2py/docs/usersguide/index.txt > $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/f2py/index.html
+ cp -r $(CURDIR)/numpy/f2py/docs/* $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/f2py
+ chmod -x $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/f2py/usersguide/setup_example.py
build/python-numpy-dbg::
set -e; \
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: python-numpy
Source-Version: 1:1.1.0-2
We believe that the bug you reported is fixed in the latest version of
python-numpy, which is due to be installed in the Debian FTP archive:
python-numpy-dbg_1.1.0-2_i386.deb
to pool/main/p/python-numpy/python-numpy-dbg_1.1.0-2_i386.deb
python-numpy-doc_1.1.0-2_all.deb
to pool/main/p/python-numpy/python-numpy-doc_1.1.0-2_all.deb
python-numpy-ext_1.1.0-2_all.deb
to pool/main/p/python-numpy/python-numpy-ext_1.1.0-2_all.deb
python-numpy_1.1.0-2.diff.gz
to pool/main/p/python-numpy/python-numpy_1.1.0-2.diff.gz
python-numpy_1.1.0-2.dsc
to pool/main/p/python-numpy/python-numpy_1.1.0-2.dsc
python-numpy_1.1.0-2_i386.deb
to pool/main/p/python-numpy/python-numpy_1.1.0-2_i386.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.
Ondrej Certik <[EMAIL PROTECTED]> (supplier of updated python-numpy 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.8
Date: Sun, 06 Jul 2008 18:28:29 +0200
Source: python-numpy
Binary: python-numpy python-numpy-dbg python-numpy-ext python-numpy-doc
Architecture: source all i386
Version: 1:1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<python-modules-team@lists.alioth.debian.org>
Changed-By: Ondrej Certik <[EMAIL PROTECTED]>
Description:
python-numpy - Numerical Python adds a fast array facility to the Python
languag
python-numpy-dbg - Fast array facility to the Python language (debug extension)
python-numpy-doc - NumPy documentation
python-numpy-ext - NumPy adds a fast array facility to the Python language
Closes: 486329 489253
Changes:
python-numpy (1:1.1.0-2) unstable; urgency=low
.
[ Emilio Pozuelo Monfort ]
* debian/rules:
- Also install Numpy documentation in python-numpy-doc (Closes: #486329)
* debian/control:
- Update python-numpy-doc's long description to mention that it also
contains Numpy documentation.
.
[ Tiziano Zito ]
* debian/control, debian/patches/: enable ATLAS support (Closes: #489253)
Checksums-Sha1:
37956b4ba425a9f8f06a99e19b7e036bce77edf2 1872 python-numpy_1.1.0-2.dsc
d1b407fcb78304c0b77ededa95a0392f226975ec 8446 python-numpy_1.1.0-2.diff.gz
f034ace19d9f16912179489602a1a8d54cd988c2 6172 python-numpy-ext_1.1.0-2_all.deb
f466046030a6d800bae4398d7889fc81be35e0f5 112404
python-numpy-doc_1.1.0-2_all.deb
a63e9b721a6ea296182b39c52bdc033d400099f6 1733060 python-numpy_1.1.0-2_i386.deb
4e2a96c500fb7b551abd8de8f0f9af4936c7ff5d 3943846
python-numpy-dbg_1.1.0-2_i386.deb
Checksums-Sha256:
3b0e5b652aa80bb342b61197b8d20dc20d7cde43b349d15234dbb06ca4addcb7 1872
python-numpy_1.1.0-2.dsc
8726c4fdcbe10ef07007ee706416799b592f7807595f0e038d6480b3412ae95d 8446
python-numpy_1.1.0-2.diff.gz
4ef8c55b2ab17305553dfd5e92ab6009d16838d91f49c1241419ea800b1ae3e7 6172
python-numpy-ext_1.1.0-2_all.deb
5e8ab2cb6125bf96811d9c12677f10f089c351a15234611e6d4ea48f0a0c169a 112404
python-numpy-doc_1.1.0-2_all.deb
91976d6825981db15e5822a16f7acf2b0608233578658df920e89ba72353901f 1733060
python-numpy_1.1.0-2_i386.deb
e0f835037179f085329363a9a4b6b25c5e234036c35aad37d4740d8586a8c9ae 3943846
python-numpy-dbg_1.1.0-2_i386.deb
Files:
444ae0460b7a7a93e608f50d49195de5 1872 python optional python-numpy_1.1.0-2.dsc
7ca0466edbe0b4305b15b8c057c3e57b 8446 python optional
python-numpy_1.1.0-2.diff.gz
651aabb238313a55df3fbc1d50aedaf3 6172 python optional
python-numpy-ext_1.1.0-2_all.deb
b1ebba084f479035b22b77f748b33d75 112404 doc optional
python-numpy-doc_1.1.0-2_all.deb
7eae1e2a517a1b780eb73b8c592a8de6 1733060 python optional
python-numpy_1.1.0-2_i386.deb
f6bed46eb61705c14ea4976a54d835fd 3943846 python extra
python-numpy-dbg_1.1.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkhw/kkACgkQKQ++Uu6gdgn7VgCfdS2kSSFBSoouQKT54vh+0UdI
q1kAn2ULgSh610nZxZvaj11xYkMu8yxm
=OE48
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team