Your message dated Tue, 04 Mar 2014 07:19:26 +0000 with message-id <[email protected]> and subject line Bug#732585: fixed in sphinx 1.2.2+dfsg-1 has caused the Debian Bug report #732585, regarding python-sphinx: latex writer does not write table hline 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.) -- 732585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732585 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-sphinx Version: 1.2+dfsg-1 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 latex writer does not write table hline. for example, +-----+-----+ |aaaaa|bbbbb| +=====+=====+ |11111|22222| +-----+-----+ |33333|44444| +-----+-----+ is written below. \begin{tabulary}{\linewidth}{|L|L|} \hline \textsf{\relax aaaaa } & \textsf{\relax bbbbb }\\ \hline 11111 & 22222 \\ 33333 & 44444 \\ \hline\end{tabulary} i expected \hline after '22222 \\' line. it may be caused by this commit. https://bitbucket.org/birkenfeld/sphinx/diff/sphinx/writers/latex.py?diff2=6e80ccdfcea3&at=default#Lsphinx/writers/latex.pyF754 reverted this block, then latex writer writes table hline. - -- System Information: Debian Release: jessie/sid APT prefers proposed-updates APT policy: (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11-2-amd64 (SMP w/8 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-sphinx depends on: ii python 2.7.5-5 ii python-docutils 0.11-2 ii python-jinja2 2.7.1-1 ii python-pygments 1.6+dfsg-1 ii sphinx-common 1.2+dfsg-1 Versions of packages python-sphinx recommends: ii python-pil 2.2.1-3 pn sphinx-doc <none> Versions of packages python-sphinx suggests: pn dvipng <none> pn jsmath <none> pn libjs-mathjax <none> ii texlive-fonts-recommended 2013.20131112-1 ii texlive-latex-extra 2013.20131112-1 ii texlive-latex-recommended 2013.20131112-1 - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iQIcBAEBCAAGBQJSslwVAAoJEHg5YZ3UOWaOTL8P/37mr0uo9p5K9FXefbrbUM9g AoGmR9DNfwiat2rZ+cB8zD0+C5xbBauANtNGkq0zAEqR99V0xShgVhrgCKJjiZVH kmm2hi45YZoCqplgKCsXbrLS23QNPmpZBM+JpyNyd5+GxJyvYv8Ux6b2o8T6DW7A Pieq4Inhe/W83vo8hh46dufMTtkfYCHdz8NmvNPeGE2NF1g6tFqoMuAMk4jYq09I BsOvfyTfKAIUkRN2xdiJXTyhX73+Dk+I7sPhYxruEGgCcxtfpVVwt91kdZRBs0OL wuSIdjVtDBTqp1x1Uc+dJbodgGTNswN5COzaxNFx9JpaV9NwXrkaLem6tXAwiQbN hWJuUeQ2/eiiZkTEz0hIspz9hawynuF+2klLqPfvLckYMJTapCRMuCcL8yNp5naF OcqdITPRuIhY6sYkbg0axd/CeeC9+lhCYvim6lcjFtH1MT7PuVcqZdNb/S/IDLL2 iDaF0Wjb1lRtYaQfFOXSOwuGjT8cYIHIazV1lUWmh85Sz18QNOYbYkUrLLWpGge/ 6MDlR00ZsIG3w3nE9XovKEJMIrDDAsDKzb4dcKmYX0+fMLQd7d2XZbyvcGVodD14 LLsvfK1U3a49ZoK12w6ejeEVu6uWWW80fPcrUkYqxGoSd/qEFXau3lHY1YQU+Xba Bgla5UATStDjpNXOK3gE =2rOM -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: sphinx Source-Version: 1.2.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. 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. Dmitry Shachnev <[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: Mon, 03 Mar 2014 20:28:04 +0400 Source: sphinx Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc Architecture: source all Version: 1.2.2+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Dmitry Shachnev <[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: 732585 Changes: sphinx (1.2.2+dfsg-1) unstable; urgency=low . * New upstream bugfix release. * Drop html_logo_path_fix.diff, applied upstream. * Refresh and rebase other patches. * Update numbers in jstest/run-tests to match docs updates in the new version. * Bump debhelper compatibility level to 9. * Backport upstream patch to fix writing table hlines in LaTeX writer (closes: #732585). Checksums-Sha1: f011865547e20f61a514b65591f9fcb8c05c3a57 2788 sphinx_1.2.2+dfsg-1.dsc 5d009f8bbdd9edac54c681a3b5bb9372676d17ae 3118635 sphinx_1.2.2+dfsg.orig.tar.gz d5838f2c65575bbfce458500168d6220248dfa85 26200 sphinx_1.2.2+dfsg-1.debian.tar.xz 6b4628668db55df506aea2db34cc309c78dcea76 270934 python-sphinx_1.2.2+dfsg-1_all.deb cfc65e2238e81a1d73e90e146a089647e73cbdaf 269392 python3-sphinx_1.2.2+dfsg-1_all.deb 0ec67a527d7b4e7faebe8c814fddc1248562ce13 390836 sphinx-common_1.2.2+dfsg-1_all.deb 27a08469dd7fa77da93806dc96ccc9b4916fcf01 998332 sphinx-doc_1.2.2+dfsg-1_all.deb d77dbc2a30b291ff18b9ca85af46038813f3c09b 39602 libjs-sphinxdoc_1.2.2+dfsg-1_all.deb Checksums-Sha256: e5e28fe15d5c5ff4623c1dc944bfaacb3f861e6792d159d03c57507ae38f3f3c 2788 sphinx_1.2.2+dfsg-1.dsc 5856d54fb8dffb96c604846df9c03b452c9d8f5de234e100deb65935f4a973ad 3118635 sphinx_1.2.2+dfsg.orig.tar.gz 9a0df593d9681e36198bebf82a65335461c8af747422814e276e192b73e40493 26200 sphinx_1.2.2+dfsg-1.debian.tar.xz d8340af968682dcc8ff63cda31e206203bd2d6d2994f873de9510404394562f6 270934 python-sphinx_1.2.2+dfsg-1_all.deb 79834f6903b6d4d0dc2ed816a21360eee8810655cd44d9dbac2706ab315aa5fe 269392 python3-sphinx_1.2.2+dfsg-1_all.deb 2794bf4194e0ddb6708f8f711f2092680368e72aff1c7432ebadfa3bef92b112 390836 sphinx-common_1.2.2+dfsg-1_all.deb 3cfb5bb1431876e80a488e48753c9525643bb1e7f6c049ef0b6dab47517c0fa6 998332 sphinx-doc_1.2.2+dfsg-1_all.deb 7149e2e31aa4ba859e26f3c353fdbc9a2f6bdb929291973a045fede747b8bb8c 39602 libjs-sphinxdoc_1.2.2+dfsg-1_all.deb Files: 2938db84c3aeda19e2f66368a9543c35 2788 python optional sphinx_1.2.2+dfsg-1.dsc 649067027fcc0ff5a67bc2b149a7d6a1 3118635 python optional sphinx_1.2.2+dfsg.orig.tar.gz 87d0825ee73891751bb36f1bedf10c27 26200 python optional sphinx_1.2.2+dfsg-1.debian.tar.xz 13f9a00fe835fc5a29a0e487593fa184 270934 python optional python-sphinx_1.2.2+dfsg-1_all.deb 350fe53438e298b93cfdd2f9b0ed123f 269392 python optional python3-sphinx_1.2.2+dfsg-1_all.deb a2444ed5045ff06948b6687285466ea5 390836 python optional sphinx-common_1.2.2+dfsg-1_all.deb 98a43d3cf47d1225fd54dd16834dd7f1 998332 doc optional sphinx-doc_1.2.2+dfsg-1_all.deb f3f1052188a90160b63a6ff46e31b07a 39602 web optional libjs-sphinxdoc_1.2.2+dfsg-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTFXmhAAoJEGAmk20vHIrgRhwP/2Q81JawNcgLb6nyLjMklFw+ D1Ncht9j0GVJt/OcqONp+oG0MQ8/LpxbYheI1x3BcEa1V3TOU1cyMw9wI4tdxAkf qtwYPiALyWhfPCh353tgPp+x/qrH4PsGJMpidhwqjU6y1GkzxcVsbzsf15M7Wsce EUJ1wnutSjqMUEAkZsAMFv96wz3WXRn+ojTYS0n9uEg5DvOYDm1QU7VtvQyHgetz KUrmEd6gPZpifEAIb+vUjPAY2yUx+7dL7Mfe2Iv2Gaq+QPeX0ulJheNEXfM4pwbq U6kzQ00RQw84wWLb33LVO0yF9FReEx2X/tqIEO18PxN4kax22mWURy+VrSDrUVuU 6bmdEjfZtLf7q6ulqBE3NGTpWx8JNB0z/cmyZt2tFTmXbpdzF65WKD3S9De8IGUU /imNcQ+52w3biNe//Sio+KNDOkBNJAtyYl9JPapWFcnXTIRo/x3IVKldD89Y/pYv jOY6PFpG7LnBsvbiFuhEEvMi32sR54+lBOvodsj31krL/nUaztUyy8HHyjpB+XkV PfDNiVngrmpj3dQjxlN1pfDFLkxuEcqJrw+tGW7KjCWU8weO/Pqgcw78+TIwcu0w Z+LTxGil/xfecKlKD2qz2CzpacWIw/CgUSkxpaYZGcX9BBMsAiTxTGKGljCmoicm N80TQ3eldqQids4UZDNf =BOKv -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

