Your message dated Sun, 20 Nov 2011 22:32:59 +0000
with message-id <[email protected]>
and subject line Bug#586747: fixed in sphinx 1.1.2+dfsg-1
has caused the Debian Bug report #586747,
regarding python-sphinx: please add support for GNU info format
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.)


-- 
586747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586747
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python2.6-doc
Version: 2.6.5+20100616-1
Severity: wishlist


Up to python2.5-doc, the package contained documentation in info format. 
Browsing
info pages is vastly easier and faster than html, so I would kindly request that
documentation in info format be reinstated. Thank you.

-Juha


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python2.6-doc depends on:
ii  libjs-jquery                  1.4.2-2    JavaScript library for dynamic web

python2.6-doc recommends no packages.

Versions of packages python2.6-doc suggests:
ii  python2.6               2.6.5+20100616-1 An interactive high-level object-o

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: sphinx
Source-Version: 1.1.2+dfsg-1

We believe that the bug you reported is fixed in the latest version of
sphinx, which is due to be installed in the Debian FTP archive:

libjs-sphinxdoc_1.1.2+dfsg-1_all.deb
  to main/s/sphinx/libjs-sphinxdoc_1.1.2+dfsg-1_all.deb
python-sphinx_1.1.2+dfsg-1_all.deb
  to main/s/sphinx/python-sphinx_1.1.2+dfsg-1_all.deb
python3-sphinx_1.1.2+dfsg-1_all.deb
  to main/s/sphinx/python3-sphinx_1.1.2+dfsg-1_all.deb
sphinx-common_1.1.2+dfsg-1_all.deb
  to main/s/sphinx/sphinx-common_1.1.2+dfsg-1_all.deb
sphinx-doc_1.1.2+dfsg-1_all.deb
  to main/s/sphinx/sphinx-doc_1.1.2+dfsg-1_all.deb
sphinx_1.1.2+dfsg-1.debian.tar.gz
  to main/s/sphinx/sphinx_1.1.2+dfsg-1.debian.tar.gz
sphinx_1.1.2+dfsg-1.dsc
  to main/s/sphinx/sphinx_1.1.2+dfsg-1.dsc
sphinx_1.1.2+dfsg.orig.tar.gz
  to main/s/sphinx/sphinx_1.1.2+dfsg.orig.tar.gz



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.
Jakub Wilk <[email protected]> (supplier of updated sphinx 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: SHA256

Format: 1.8
Date: Sun, 20 Nov 2011 15:56:50 +0100
Source: sphinx
Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc
Architecture: source all
Version: 1.1.2+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Jakub Wilk <[email protected]>
Changed-By: Jakub Wilk <[email protected]>
Description: 
 libjs-sphinxdoc - JavaScript support for Sphinx documentation
 python-sphinx - documentation generator for Python projects (implemented in 
Pytho
 python3-sphinx - documentation generator for Python projects (implemented in 
Pytho
 sphinx-common - documentation generator for Python projects - common data
 sphinx-doc - documentation generator for Python projects - documentation
Closes: 586747 649048
Changes: 
 sphinx (1.1.2+dfsg-1) experimental; urgency=low
 .
   * New upstream release (closes: #649048).
     + Drop autosummary_1.0.6.patch for the time being (reopens: #611078).
     + Drop docstring_parse.diff, applied upstream.
     + Rename disable_ez_setup.diff to disable_distribute_setup.diff.
     + Drop move_static_files_outside_site-packages.patch. Most of it was
       applied upstream, the remaining bits are now taken care of in
       debian/rules.
     + Refresh other patches.
     + Update integration tests for the JavaScript code.
     + Bump minimum required versions:
       - python-docutils to >= 0.7;
       - python-pygments to >= 1.2;
       - python-jinja2 to >= 2.3.
       - python to >= 2.5.
     + Add code to install also JavaScript files that are generated at build
       time. Add websupport.js to dh_sphinxdoc index.
     + Update debian/copyright.
   * Texinfo output format is now supported (closes: #586747).
   * Update version numbers in the manual pages. Add a build-time warning to be
     emitted if they ever get out of date again.
   * Build manual pages (except for sphinx-autogen.1) from reStructuredText
     sources.
   * Rephrase short package description, so that it's... shorter.
   * New binary package: sphinx-common, containing manual pages, templates,
     translations and other data files.
   * New binary package: sphinx-doc, containing documentation.
     + Conflict with previous versions python-sphinx.
     + /usr/share/doc/python-sphinx/html used to be a directory, but is now a
       symlink. Conflict with older versions of python-docutils, so that dpkg
       can replace one with the other. Add lintian override.
   * New binary package: python3-sphinx.
     + Both python-sphinx and python3-sphinx provide sphinx-* scripts. The
       scripts have:
       #!/usr/bin/python3 shebang if only python3-sphinx is installed;
       #!/usr/bin/python shebang otherwise.
     + /usr/bin/sphinx-* are now symlinks and are managed by docutils-common
       postinst/postrm maintainer scripts.
     + Make sphinx-common conflict with older versions of python-sphinx that
       were shipping /usr/bin/sphinx-* scripts. Add lintian override for
       conflicts-with-version.
     + Add build-dependency on python3 (needed for dh_python3) and
       python3-setuptools.
     + Add X-Python3-Version field.
   * Improve debian/rules:
     + Run dh_install with --fail-missing.
     + Make the build actually fail if integration tests for the JavaScript
       code fail.
     + Refactor the code responsible for moving data into a private directory.
       Rename some variables to make them lowercase. Don't use CURDIR where
       it's not necessary.
     + Make it possible to rebuild the package without running clean target.
     + Remove unneeded mkdir calls.
     + Use a for loop in debian/rules to install all sphinx-* scripts.
     + Run nosetests with --verbose --no-skip.
   * Add build-dependency on the following packages (needed for the test
     suite): python-sqlalchemy, python-whoosh, python-xapian.
   * Use XS-Python-Version instead of debian/pyversions.
Checksums-Sha1: 
 e783d3ec1a61799d00cfe8b55371d5affb47e32b 2659 sphinx_1.1.2+dfsg-1.dsc
 247877f47800f5774baa03114d1d6d17d7006883 2606044 sphinx_1.1.2+dfsg.orig.tar.gz
 ef91f22559968a7a728b02295a35c8e84001ffaa 23147 
sphinx_1.1.2+dfsg-1.debian.tar.gz
 aa3fb822066facfe925dec07aaedc3de242e6e86 310504 
python-sphinx_1.1.2+dfsg-1_all.deb
 dbdde3c27986a833e048e759f81a86caa482b768 308756 
python3-sphinx_1.1.2+dfsg-1_all.deb
 fff8f61cb1c143eff425b1ac41f28090953a82bf 402826 
sphinx-common_1.1.2+dfsg-1_all.deb
 ce6af7f01217ca2543a449cc3a720f7f0e182f62 853300 sphinx-doc_1.1.2+dfsg-1_all.deb
 df32e194aab45bcb1feb6575b3e053d33a0d388f 48424 
libjs-sphinxdoc_1.1.2+dfsg-1_all.deb
Checksums-Sha256: 
 c9dd5cd16e9a44efd2502f315f132c7d2621c0551dc80312880188dafe0cbc02 2659 
sphinx_1.1.2+dfsg-1.dsc
 7567fee65154e7d28956962f9ffda0761880d16a9a661d0cfc3d8414de08b463 2606044 
sphinx_1.1.2+dfsg.orig.tar.gz
 1e55e55431bdcc8548a7a08ec2edc4e5d890ba3a53a92fb9b01ef9a32f55c0c2 23147 
sphinx_1.1.2+dfsg-1.debian.tar.gz
 d45993a244b0f2f8c0248229f6751bbb331b12b7f99c035bc427b2662df08a8f 310504 
python-sphinx_1.1.2+dfsg-1_all.deb
 4af499819283fe792be15a2c274cfb916d624b97994a9f01368d5efffcbb084e 308756 
python3-sphinx_1.1.2+dfsg-1_all.deb
 f84516410a450b25b60e32c518a6d5beda8ed0a5f297b3643dbcdf93ac6d523c 402826 
sphinx-common_1.1.2+dfsg-1_all.deb
 9729c769f52db736af533e4807c20a88624d2331834400997e3ffd133dfeec42 853300 
sphinx-doc_1.1.2+dfsg-1_all.deb
 04b947581b433ceabdc7cc8b4c5c6416c2b66f5edb66947a70c9eed95b0b6b54 48424 
libjs-sphinxdoc_1.1.2+dfsg-1_all.deb
Files: 
 1874a62d3ebb99598fdd1c75e1fedbcf 2659 python optional sphinx_1.1.2+dfsg-1.dsc
 21299002b3c38f92b8c17db7acfda55e 2606044 python optional 
sphinx_1.1.2+dfsg.orig.tar.gz
 527faa8b136323e0fccc37c07cbc004f 23147 python optional 
sphinx_1.1.2+dfsg-1.debian.tar.gz
 d7803a487feaa2610fe44e275c5af28c 310504 python optional 
python-sphinx_1.1.2+dfsg-1_all.deb
 f7d2c0be0be8bfa7bfd58c1b832fbe11 308756 python optional 
python3-sphinx_1.1.2+dfsg-1_all.deb
 6dfb9a9d8b1fab3fc4f4bc591d855bb1 402826 python optional 
sphinx-common_1.1.2+dfsg-1_all.deb
 1ed8fbc7a2f3357109ac6a58d4b5db21 853300 doc optional 
sphinx-doc_1.1.2+dfsg-1_all.deb
 270a0d22e00257387fbb1ec01bbeff57 48424 web optional 
libjs-sphinxdoc_1.1.2+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOyVM6AAoJEC1Os6YBVHX15LAP/1iqEzAkSrcLimgQGIi8qgcF
KeLI69gTaH5X7bobgFW6HU1mTWQVu/wVmzpm9//ot9pj6NbI2n0TQZO3l6n1h27/
AFKFv10xBXnCd1jNVgNnqoKfeLvgJEn8g+VqrpaJKi+78ic5Db1rJ3YPwjWvmIy4
GvhOSuMfnOmcIadWhybtTdMx1NqcuYLR6cMeJMA/5qeVGo4pMdbYkTFWxNI8HJk4
0xkwkP0z5/7eW1qWD30xHnpEu+WhMqXMXs7Gs/ksHygvj6kK1HpnqwUZLcZWQ94N
hZZNR8ShWF5lpEFnlZ4AxbaprJGhJ1cdkQSe+WsrHGdLQpU1HP8EF63Bw3GO67RT
5yfRgYjFxrHhtiYDYqub0n0TP4N0rOYSUQfnYfQfPLZBENeOr4gTYfYGcJFb0EEL
/ipGVIXDJev/fjjjI1WITsziAOCMjpJe5My9QPWYc6qQrd0kthIRR5SPerH3IdRV
c6C8gTCfJSAK0R9/pZe3qBmCaNfwKI3TaLAib1dpC10TrGbfjWfXyNIhaiqgR8m8
Xs5DOo3SJVtBe37XzFqp+H7KWiEX+hyCU8mA8Pl5tXXrJQMiNfY2sU/rgNEdPgN/
ega9wj0kBUW9gI5iHl3VQ68a0H5/AtCekMXUFwW3I6Sj7iOwdMm6HFZ5swxx6gsD
qceNWIIpiu/daSu02OG+
=NNMj
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to