Your message dated Thu, 13 Feb 2014 09:54:19 +0000
with message-id <[email protected]>
and subject line Bug#738741: fixed in sphinx 1.2.1+dfsg-3
has caused the Debian Bug report #738741,
regarding python-sphinx: html_logo does not find files in source directory
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.)
--
738741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738741
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-sphinx
Version: 1.2.1+dfsg-2
Severity: normal
Tags: patch fixed-upstream
Hi,
This issue
https://bitbucket.org/birkenfeld/sphinx/issue/1352/copying-html_logo-file-over-improperly
is currently causing my package (python-sfml) to FTBFS.
Could you apply the upstream fix (which I've put in a patch file) to sphinx?
Thanks,
James
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-sphinx depends on:
ii python-docutils 0.11-3
ii python-jinja2 2.7.2-2
ii python-pygments 1.6+dfsg-1
pn python:any <none>
ii sphinx-common 1.2.1+dfsg-2
Versions of packages python-sphinx recommends:
ii python 2.7.5-5
ii python-pil 2.3.0-1
ii python-simplejson 3.3.2-1
ii sphinx-doc 1.2.1+dfsg-2
Versions of packages python-sphinx suggests:
pn dvipng <none>
pn jsmath <none>
pn libjs-mathjax <none>
ii texlive-fonts-recommended 2013.20140123-1
ii texlive-latex-extra 2013.20140123-1
ii texlive-latex-recommended 2013.20140123-1
-- no debconf information
Description: Fix html_logo file existance check
Origin: https://bitbucket.org/birkenfeld/sphinx/pull-request/211/fix-for-issue-1352/
Bug: https://bitbucket.org/birkenfeld/sphinx/issue/1352/copying-html_logo-file-over-improperly
Applied-Upstream: https://bitbucket.org/birkenfeld/sphinx/commits/e57544e4ef0b543c98e92700d30e14ff03a81508
Last-Update: 2014-02-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/sphinx/builders/html.py
+++ b/sphinx/builders/html.py
@@ -597,15 +597,17 @@
if self.config.html_logo:
logobase = path.basename(self.config.html_logo)
logotarget = path.join(self.outdir, '_static', logobase)
- if not path.isfile(logobase):
- self.warn('logo file %r does not exist' % logobase)
+ if not path.isfile(path.join(self.confdir, self.config.html_logo)):
+ self.warn('logo file %r does not exist' % self.config.html_logo)
elif not path.isfile(logotarget):
copyfile(path.join(self.confdir, self.config.html_logo),
logotarget)
if self.config.html_favicon:
iconbase = path.basename(self.config.html_favicon)
icontarget = path.join(self.outdir, '_static', iconbase)
- if not path.isfile(icontarget):
+ if not path.isfile(path.join(self.confdir, self.config.html_favicon)):
+ self.warn('favicon file %r does not exist' % self.config.html_favicon)
+ elif not path.isfile(icontarget):
copyfile(path.join(self.confdir, self.config.html_favicon),
icontarget)
self.info('done')
--- End Message ---
--- Begin Message ---
Source: sphinx
Source-Version: 1.2.1+dfsg-3
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: Thu, 13 Feb 2014 12:54:23 +0400
Source: sphinx
Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc
Architecture: source all
Version: 1.2.1+dfsg-3
Distribution: unstable
Urgency: medium
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: 738741
Changes:
sphinx (1.2.1+dfsg-3) unstable; urgency=medium
.
* Add html_logo_path_fix.diff to fix path check for HTML logo,
backported from upstream hg (thanks James Cowgill, closes: #738741).
* Add missing xauth depencency for sphinx-doc autopkgtest.
Checksums-Sha1:
0a015e9341c6d3096ca79ca7a651ef3e1e44d1c8 2788 sphinx_1.2.1+dfsg-3.dsc
c73ff73ecf76b26c0faac3e7e79ec50e8524f396 25848
sphinx_1.2.1+dfsg-3.debian.tar.xz
6c0b67143855bd4ce672ed505f2f60ecc7daa6b3 269786
python-sphinx_1.2.1+dfsg-3_all.deb
5d7d15dd0c43cdd9ec62eed35440069997fce956 268026
python3-sphinx_1.2.1+dfsg-3_all.deb
91d0d0db426da4ac2e30424a6bc9d8a21df1c407 390296
sphinx-common_1.2.1+dfsg-3_all.deb
254118ebe789af04aae4808972944f8ba1c24efd 984616 sphinx-doc_1.2.1+dfsg-3_all.deb
89a77ff67006cb6632714bffa203d042a517c89c 39090
libjs-sphinxdoc_1.2.1+dfsg-3_all.deb
Checksums-Sha256:
d1a8c50c0aef5d568e26b0163c698addab0968e0c2f30591d93a993f6880150c 2788
sphinx_1.2.1+dfsg-3.dsc
d85b7b863ebbe350856d18dd5dae98d970c60619850d232aebcc0aaa18e2163f 25848
sphinx_1.2.1+dfsg-3.debian.tar.xz
0a4fce57e4677526213ba23defabaf3892fc8534d7fc6d0c2a8e553365770c35 269786
python-sphinx_1.2.1+dfsg-3_all.deb
cf64008eca4263a7b7e799727647bf976b690d399748b0d515bf9fe123ba5ed5 268026
python3-sphinx_1.2.1+dfsg-3_all.deb
fb9bc91a59334ee50f25e4f29cba2ba6759330767a513f3c61595c0475cc3a99 390296
sphinx-common_1.2.1+dfsg-3_all.deb
340abd02f121b28c79df6ecfe9e49fc241a81ea9efdc8d78b2804267ff48702f 984616
sphinx-doc_1.2.1+dfsg-3_all.deb
47f383352a9a9082cab25ec01708a3654135a8063a34c40529721b6311ddacf8 39090
libjs-sphinxdoc_1.2.1+dfsg-3_all.deb
Files:
15ccdcad38e448d9cce46fa702b9239e 2788 python optional sphinx_1.2.1+dfsg-3.dsc
6dd0d5c9e99f01dd207ed6660e081891 25848 python optional
sphinx_1.2.1+dfsg-3.debian.tar.xz
680aa36b009445cef132da21fe65e3bc 269786 python optional
python-sphinx_1.2.1+dfsg-3_all.deb
4a1cb3aa0e3d6ce1dec3830b54905b50 268026 python optional
python3-sphinx_1.2.1+dfsg-3_all.deb
3cae63e31d8e73279347f98269e747b5 390296 python optional
sphinx-common_1.2.1+dfsg-3_all.deb
d8ffd8509eaf34074988931da0cc866a 984616 doc optional
sphinx-doc_1.2.1+dfsg-3_all.deb
2fc3ca26715082caee044b214fd12a16 39090 web optional
libjs-sphinxdoc_1.2.1+dfsg-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJS/JE0AAoJEGAmk20vHIrgJH8P/1oinnZZhXIV1FpnGvJXAgF5
KIsmAROnXXkxKraZN6gmZdpxEcXh1wkREP7a8ApXKa3W750wP1fHpJaNbbZYnA0X
lcljPOsRXqP8/hUiW68SV9iK4gGqgjEcnxavZN+ojygsmyPEA6byaB1Fd2sSsCAR
l7hA4CAaCGDlxoOeDEJ+YHPoWgktMNphMc9woIxfNfQg4ZWxs+4dzqturyr44LIh
AO39Z6Vsy7wD3XXD+cvRsuuCTjXl8q8EO3ET/z15IOIdAFm1ULiUl9XO0/oCtWMm
zK65L0zwKTG0ncLN43QpSG0EIgAWLF5Fbe7WpV+jSdOZWp1NirAN0BIm57ygFtPx
bfpdY3mAk9vmE11T4tZMEpCfShgu5pgLPAAycb7YZR2HDDBxwWG1QYhRrKkeslKY
a6V7ueNmX3KjD/sf9ui3E0aHFetKj14Wj1PY8GuLnNciI5hbsff7tc60v8PgxmJQ
Au8CDAcAg1T+0CZ4p4xMEG8mtJpFNFfamhW0DhLPDMxbVBqveHWKptHUXA17IUCd
UIIeapyavdpStXCi8nfu9150wJy8OdajsWQMoT9ziAVk5o7vJD+52ePVslo3VUzL
j+vqyQtZR7lKKqnmZxjfzSY/pl4aSf2ZZvFNDoa13xRyTLjRR+BpZu260rqisaiA
aHOGP8UiKkfptAgnKgFP
=V0QB
-----END PGP SIGNATURE-----
--- End Message ---