[Python-modules-commits] [sphinx] 07/07: Merge upstream release 1.4.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Apr 3 18:56:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sphinx.

commit 226205da6b8c68a4798764b18ace050e663880a7
Merge: 96406b6 7db3a7c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Apr 3 20:54:37 2016 +0200

    Merge upstream release 1.4.

 AUTHORS                                            |    6 +
 CHANGES                                            |  164 +-
 EXAMPLES                                           |   76 +-
 Makefile                                           |   31 +-
 PKG-INFO                                           |    2 +-
 Sphinx.egg-info/PKG-INFO                           |    2 +-
 Sphinx.egg-info/requires.txt                       |    2 +-
 debian/.git-dpm                                    |    6 +-
 debian/changelog                                   |    9 +
 debian/patches/disable_distribute_setup.diff       |   26 -
 debian/patches/disable_js_version_check.diff       |    3 +-
 debian/patches/no_external_css.diff                |    9 +-
 debian/patches/no_snowballstemmer.diff             |   17 +-
 debian/patches/reproducible_grammar.diff           |   70 -
 debian/patches/reproducible_inventory.diff         |   26 -
 debian/patches/reproducible_js_locale.diff         |   26 -
 debian/patches/reproducible_searchindex.diff       |   29 -
 debian/patches/series                              |    6 -
 debian/patches/source_date_epoch.diff              |   44 -
 doc/_templates/index.html                          |    4 +-
 doc/builders.rst                                   |   38 +-
 doc/config.rst                                     |  219 +-
 doc/develop.rst                                    |   26 +-
 doc/domains.rst                                    |  296 ++-
 doc/ext/autodoc.rst                                |    8 +-
 doc/ext/autosectionlabel.rst                       |   25 +
 doc/ext/example_google.py                          |  197 +-
 doc/ext/example_numpy.py                           |  109 +-
 doc/ext/githubpages.rst                            |   12 +
 doc/ext/graphviz.rst                               |    9 +
 doc/ext/math.rst                                   |   88 +-
 doc/ext/napoleon.rst                               |   23 +-
 doc/ext/todo.rst                                   |    8 +
 doc/extdev/appapi.rst                              |   28 +
 doc/extdev/index.rst                               |    1 +
 doc/extdev/markupapi.rst                           |    2 +-
 doc/extdev/parserapi.rst                           |    8 +
 doc/extdev/tutorial.rst                            |   20 +-
 doc/extensions.rst                                 |   18 +-
 doc/faq.rst                                        |   16 +-
 doc/install.rst                                    |    6 +-
 doc/intl.rst                                       |   32 +-
 doc/intro.rst                                      |   12 +-
 doc/invocation.rst                                 |   20 +-
 doc/markup/misc.rst                                |    2 +-
 doc/markup/para.rst                                |   20 +
 doc/markup/toctree.rst                             |    9 +-
 doc/rest.rst                                       |    6 +-
 doc/theming.rst                                    |   10 +-
 ez_setup.py                                        |  332 ---
 setup.py                                           |   10 +-
 sphinx/__init__.py                                 |    6 +-
 sphinx/addnodes.py                                 |   17 +-
 sphinx/apidoc.py                                   |    4 +
 sphinx/application.py                              |   63 +-
 sphinx/builders/__init__.py                        |   23 +-
 sphinx/builders/dummy.py                           |   36 +
 sphinx/builders/epub.py                            |  147 +-
 sphinx/builders/epub3.py                           |  213 ++
 sphinx/builders/gettext.py                         |   10 +-
 sphinx/builders/html.py                            |   31 +-
 sphinx/builders/htmlhelp.py                        |    2 +-
 sphinx/builders/latex.py                           |   19 +-
 sphinx/builders/linkcheck.py                       |   81 +-
 sphinx/builders/qthelp.py                          |    2 +-
 sphinx/cmdline.py                                  |    2 +-
 sphinx/config.py                                   |  103 +-
 sphinx/directives/__init__.py                      |    1 +
 sphinx/directives/code.py                          |    4 +
 sphinx/directives/patches.py                       |   33 +
 sphinx/domains/c.py                                |    2 +-
 sphinx/domains/cpp.py                              | 2439 +++++++++++++++-----
 sphinx/domains/javascript.py                       |    2 +-
 sphinx/domains/python.py                           |    4 +-
 sphinx/domains/rst.py                              |    2 +-
 sphinx/domains/std.py                              |  177 +-
 sphinx/environment.py                              |  148 +-
 sphinx/ext/autodoc.py                              |  144 +-
 sphinx/ext/autosectionlabel.py                     |   34 +
 sphinx/ext/autosummary/__init__.py                 |    2 +-
 sphinx/ext/githubpages.py                          |   24 +
 sphinx/ext/graphviz.py                             |   70 +-
 sphinx/ext/{pngmath.py => imgmath.py}              |  137 +-
 sphinx/ext/inheritance_diagram.py                  |    6 +-
 sphinx/ext/intersphinx.py                          |  139 +-
 sphinx/ext/mathbase.py                             |   36 +-
 sphinx/ext/mathjax.py                              |   25 +-
 sphinx/ext/napoleon/__init__.py                    |   20 +-
 sphinx/ext/napoleon/docstring.py                   |  176 +-
 sphinx/ext/pngmath.py                              |    7 +-
 sphinx/ext/todo.py                                 |   37 +-
 sphinx/ext/viewcode.py                             |    6 +-
 sphinx/highlighting.py                             |   74 +-
 sphinx/io.py                                       |   12 +-
 sphinx/locale/bn/LC_MESSAGES/sphinx.mo             |  Bin 13968 -> 14049 bytes
 sphinx/locale/bn/LC_MESSAGES/sphinx.po             |  358 +--
 sphinx/locale/ca/LC_MESSAGES/sphinx.mo             |  Bin 10822 -> 10780 bytes
 sphinx/locale/ca/LC_MESSAGES/sphinx.po             |  355 +--
 sphinx/locale/cs/LC_MESSAGES/sphinx.mo             |  Bin 10965 -> 10875 bytes
 sphinx/locale/cs/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/da/LC_MESSAGES/sphinx.mo             |  Bin 10716 -> 10617 bytes
 sphinx/locale/da/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/de/LC_MESSAGES/sphinx.mo             |  Bin 11040 -> 10946 bytes
 sphinx/locale/de/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/es/LC_MESSAGES/sphinx.mo             |  Bin 11373 -> 11260 bytes
 sphinx/locale/es/LC_MESSAGES/sphinx.po             |  369 +--
 sphinx/locale/et/LC_MESSAGES/sphinx.mo             |  Bin 10831 -> 10748 bytes
 sphinx/locale/et/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/eu/LC_MESSAGES/sphinx.mo             |  Bin 10903 -> 10932 bytes
 sphinx/locale/eu/LC_MESSAGES/sphinx.po             |  353 +--
 sphinx/locale/fa/LC_MESSAGES/sphinx.mo             |  Bin 11383 -> 11464 bytes
 sphinx/locale/fa/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/fi/LC_MESSAGES/sphinx.mo             |  Bin 10451 -> 10590 bytes
 sphinx/locale/fi/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/fr/LC_MESSAGES/sphinx.mo             |  Bin 11307 -> 11209 bytes
 sphinx/locale/fr/LC_MESSAGES/sphinx.po             |  372 +--
 sphinx/locale/he/LC_MESSAGES/sphinx.mo             |  Bin 11265 -> 11155 bytes
 sphinx/locale/he/LC_MESSAGES/sphinx.po             |  342 +--
 sphinx/locale/hr/LC_MESSAGES/sphinx.mo             |  Bin 10846 -> 10927 bytes
 sphinx/locale/hr/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/hu/LC_MESSAGES/sphinx.mo             |  Bin 11343 -> 11241 bytes
 sphinx/locale/hu/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/id/LC_MESSAGES/sphinx.mo             |  Bin 10712 -> 10621 bytes
 sphinx/locale/id/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/it/LC_MESSAGES/sphinx.mo             |  Bin 11079 -> 10991 bytes
 sphinx/locale/it/LC_MESSAGES/sphinx.po             |  367 +--
 sphinx/locale/ja/LC_MESSAGES/sphinx.mo             |  Bin 11686 -> 11569 bytes
 sphinx/locale/ja/LC_MESSAGES/sphinx.po             |  351 +--
 sphinx/locale/ko/LC_MESSAGES/sphinx.mo             |  Bin 10692 -> 10703 bytes
 sphinx/locale/ko/LC_MESSAGES/sphinx.po             |  342 +--
 sphinx/locale/lt/LC_MESSAGES/sphinx.mo             |  Bin 11145 -> 11055 bytes
 sphinx/locale/lt/LC_MESSAGES/sphinx.po             |  358 +--
 sphinx/locale/lv/LC_MESSAGES/sphinx.mo             |  Bin 11042 -> 10955 bytes
 sphinx/locale/lv/LC_MESSAGES/sphinx.po             |  353 +--
 sphinx/locale/mk/LC_MESSAGES/sphinx.mo             |  Bin 10954 -> 11061 bytes
 sphinx/locale/mk/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo          |  Bin 10539 -> 10439 bytes
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po          |  346 +--
 sphinx/locale/ne/LC_MESSAGES/sphinx.mo             |  Bin 13511 -> 13399 bytes
 sphinx/locale/ne/LC_MESSAGES/sphinx.po             |  348 +--
 sphinx/locale/nl/LC_MESSAGES/sphinx.mo             |  Bin 10781 -> 10687 bytes
 sphinx/locale/nl/LC_MESSAGES/sphinx.po             |  354 +--
 sphinx/locale/pl/LC_MESSAGES/sphinx.mo             |  Bin 11052 -> 10954 bytes
 sphinx/locale/pl/LC_MESSAGES/sphinx.po             |  366 +--
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo          |  Bin 11235 -> 11141 bytes
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po          |  371 +--
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo          |  Bin 11182 -> 11086 bytes
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po          |  366 +--
 sphinx/locale/ru/LC_MESSAGES/sphinx.mo             |  Bin 13574 -> 13452 bytes
 sphinx/locale/ru/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/si/LC_MESSAGES/sphinx.mo             |  Bin 11469 -> 11576 bytes
 sphinx/locale/si/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/sk/LC_MESSAGES/sphinx.mo             |  Bin 10973 -> 10876 bytes
 sphinx/locale/sk/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/sl/LC_MESSAGES/sphinx.mo             |  Bin 10760 -> 10841 bytes
 sphinx/locale/sl/LC_MESSAGES/sphinx.po             |  356 +--
 sphinx/locale/sphinx.pot                           |  296 +--
 sphinx/locale/sv/LC_MESSAGES/sphinx.mo             |  Bin 10567 -> 10486 bytes
 sphinx/locale/sv/LC_MESSAGES/sphinx.po             |  350 +--
 sphinx/locale/tr/LC_MESSAGES/sphinx.mo             |  Bin 11161 -> 11063 bytes
 sphinx/locale/tr/LC_MESSAGES/sphinx.po             |  361 +--
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo          |  Bin 12393 -> 12477 bytes
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po          |  356 +--
 sphinx/locale/vi/LC_MESSAGES/sphinx.mo             |  Bin 11209 -> 11292 bytes
 sphinx/locale/vi/LC_MESSAGES/sphinx.po             |  350 +--
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo          |  Bin 10284 -> 10191 bytes
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po          |  346 +--
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo          |  Bin 10586 -> 10653 bytes
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po          |  342 +--
 sphinx/parsers.py                                  |   44 +
 sphinx/pycode/Grammar-py3.txt                      |   43 +-
 sphinx/pycode/pgen2/grammar.py                     |    1 +
 sphinx/pycode/pgen2/token.py                       |   17 +-
 sphinx/pycode/pgen2/tokenize.py                    |   14 +
 sphinx/quickstart.py                               |   64 +-
 sphinx/roles.py                                    |   11 +-
 sphinx/search/__init__.py                          |    1 +
 sphinx/search/en.py                                |   21 +-
 sphinx/search/ja.py                                |   70 +-
 sphinx/search/nl.py                                |  203 +-
 sphinx/search/{en.py => zh.py}                     |   59 +-
 sphinx/texinputs/Makefile                          |   12 +-
 sphinx/texinputs/newfloat.sty                      |  737 ++++++
 sphinx/texinputs/sphinx.sty                        |  155 +-
 sphinx/themes/agogo/layout.html                    |    3 -
 sphinx/themes/basic/changes/frameset.html          |    2 +-
 sphinx/themes/basic/changes/rstsource.html         |    2 +-
 sphinx/themes/basic/changes/versionchanges.html    |    2 +-
 sphinx/themes/basic/genindex.html                  |    2 +-
 sphinx/themes/basic/layout.html                    |    2 +-
 sphinx/themes/basic/searchbox.html                 |    3 -
 sphinx/themes/basic/static/basic.css_t             |    9 +
 .../basic/static/{doctools.js => doctools.js_t}    |   26 +
 sphinx/themes/basic/static/searchtools.js_t        |    4 +-
 sphinx/themes/basic/static/websupport.js           |    2 +-
 sphinx/themes/basic/theme.conf                     |    3 +-
 sphinx/theming.py                                  |   19 +-
 sphinx/transforms.py                               |   55 +-
 sphinx/util/__init__.py                            |   60 +-
 sphinx/util/console.py                             |    4 +-
 sphinx/util/i18n.py                                |   98 +
 sphinx/util/images.py                              |   59 +
 sphinx/util/logging.py                             |   29 +
 sphinx/util/nodes.py                               |    6 +-
 sphinx/util/osutil.py                              |    8 +-
 sphinx/util/pycompat.py                            |    2 +
 sphinx/util/texescape.py                           |    1 +
 sphinx/writers/html.py                             |   87 +-
 sphinx/writers/latex.py                            |  295 ++-
 sphinx/writers/manpage.py                          |   24 +-
 sphinx/writers/texinfo.py                          |   18 +-
 sphinx/writers/text.py                             |    9 +
 tests/path.py                                      |   21 +-
 tests/root/includes.txt                            |    2 +
 tests/root/lists.txt                               |    9 +
 tests/root/markup.txt                              |    2 +
 tests/root/objects.txt                             |    2 +-
 tests/roots/test-add_enumerable_node/conf.py       |   10 +
 tests/roots/test-add_enumerable_node/index.rst     |   48 +
 tests/roots/test-add_enumerable_node/rimg.png      |  Bin 0 -> 218 bytes
 .../test_enumerable_node.py                        |   65 +
 .../conf.py                                        |   18 +
 .../test_source_parser.py                          |   11 +
 tests/roots/test-add_source_parser/conf.py         |   18 +
 .../test-add_source_parser/test_source_parser.py   |   11 +
 tests/roots/test-config/conf.py                    |   47 +
 tests/roots/test-contentsname/conf.py              |    5 -
 tests/roots/test-directive-code/classes.rst        |   21 +
 tests/roots/test-domain-cpp/any-role.rst           |    7 +-
 tests/roots/test-domain-cpp/index.rst              |    9 +
 tests/roots/test-domain-cpp/roles.rst              |    7 +-
 tests/roots/test-ext-autosectionlabel/conf.py      |    4 +
 tests/roots/test-ext-autosectionlabel/index.rst    |   25 +
 tests/roots/test-ext-githubpages/conf.py           |    4 +
 tests/roots/test-ext-githubpages/index.rst         |    3 +
 tests/roots/test-ext-graphviz/conf.py              |    5 +
 tests/roots/test-ext-graphviz/graph.dot            |    3 +
 tests/roots/test-ext-graphviz/graph.xx.dot         |    3 +
 tests/roots/test-ext-graphviz/index.rst            |   14 +
 tests/roots/test-ext-inheritance_diagram/conf.py   |    9 +
 tests/roots/test-ext-inheritance_diagram/index.rst |    5 +
 tests/roots/test-ext-inheritance_diagram/test.py   |   17 +
 tests/roots/test-ext-math/conf.py                  |    6 +
 tests/roots/test-ext-math/index.rst                |   18 +
 tests/roots/test-html_extra_path/conf.py           |    6 +
 tests/roots/test-html_extra_path/extra/.htaccess   |    0
 tests/roots/test-html_extra_path/extra/.htpasswd   |    0
 tests/roots/test-html_extra_path/extra/API.html_t  |    0
 .../roots/test-html_extra_path/extra/css/style.css |    0
 tests/roots/test-html_extra_path/extra/rimg.png    |  Bin 0 -> 218 bytes
 tests/roots/test-html_extra_path/index.rst         |    3 +
 .../test-html_extra_path/subdir/_build/index.html  |    0
 .../test-html_extra_path/subdir/background.png     |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/conf.py                |    3 +
 tests/roots/test-image-glob/img.gif                |  Bin 0 -> 24976 bytes
 tests/roots/test-image-glob/img.ja.png             |  Bin 0 -> 67765 bytes
 tests/roots/test-image-glob/img.pdf                |  Bin 0 -> 141783 bytes
 tests/roots/test-image-glob/img.png                |  Bin 0 -> 67765 bytes
 tests/roots/test-image-glob/img.zh.png             |  Bin 0 -> 67765 bytes
 tests/roots/test-image-glob/index.rst              |   14 +
 tests/roots/test-image-glob/rimg.png               |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/rimg.png.xx            |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/rimg.xx.png            |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/subdir/index.rst       |   10 +
 tests/roots/test-image-glob/subdir/rimg.png        |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/subdir/rimg.xx.png     |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/subdir/svgimg.pdf      |  Bin 0 -> 141783 bytes
 tests/roots/test-image-glob/subdir/svgimg.svg      |  158 ++
 tests/roots/test-image-glob/subdir/svgimg.xx.svg   |  158 ++
 .../bar.rst                                        |    0
 tests/roots/test-latex-babel/conf.py               |    8 +
 .../foo.rst                                        |    0
 .../index.rst                                      |    0
 tests/test_application.py                          |   15 +
 tests/test_autodoc.py                              |   82 +-
 tests/test_autodoc_py35.py                         |  346 +++
 tests/test_build.py                                |   52 +-
 tests/test_build_html.py                           |   57 +-
 tests/test_build_latex.py                          |  312 ++-
 tests/test_build_manpage.py                        |    5 +
 tests/test_build_texinfo.py                        |    1 +
 tests/test_config.py                               |  110 +-
 tests/test_directive_code.py                       |   21 +-
 tests/test_domain_cpp.py                           |  287 ++-
 tests/test_domain_std.py                           |   23 -
 tests/test_ext_autosectionlabel.py                 |   36 +
 tests/test_ext_githubpages.py                      |   20 +
 tests/test_ext_graphviz.py                         |   72 +-
 tests/test_ext_inheritance_diagram.py              |   17 +
 tests/test_ext_intersphinx.py                      |   80 +-
 tests/test_ext_math.py                             |   73 +
 tests/test_ext_napoleon_docstring.py               |  767 +++++-
 tests/test_highlighting.py                         |   26 +
 tests/test_intl.py                                 |  108 +-
 tests/test_markup.py                               |    4 +-
 tests/test_quickstart.py                           |    3 +-
 tests/test_search.py                               |    2 +-
 tests/test_util.py                                 |   19 +-
 tests/test_util_i18n.py                            |   70 +-
 tests/test_util_logging.py                         |   26 +
 tests/typing_test_data.py                          |   48 +
 tests/util.py                                      |   50 +-
 utils/check_sources.py                             |  121 +-
 utils/release-checklist                            |    2 +-
 304 files changed, 16732 insertions(+), 9312 deletions(-)

diff --cc debian/.git-dpm
index 9bdc72a,0000000..f2e418c
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 4cbb7fc79efd57de674aa1cfd1fc3c0603e21969
- 4cbb7fc79efd57de674aa1cfd1fc3c0603e21969
- cca571bd757bd9a1ab039154581b689c7986ee29
++7db3a7cd210060a3c5bfa4cfb4f8b34004b5ccc0
++7db3a7cd210060a3c5bfa4cfb4f8b34004b5ccc0
++c8d9490e517c760ca37f48b4012ace427dad6df6
 +c8d9490e517c760ca37f48b4012ace427dad6df6
 +sphinx_1.4.orig.tar.gz
 +eacf8d0e445915eb7b239867fb5a2f1cdcad22bb
 +4222024
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 1c0b455,0000000..c004c35
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,949 -1,0 +1,958 @@@
 +sphinx (1.4-1) UNRELEASED; urgency=medium
 +
++  * New upstream release.
++  * Drop the following patches, applied upstream:
++    - disable_distribute_setup.diff
++    - source_date_epoch.diff
++    - reproducible_grammar.diff
++    - reproducible_inventory.diff
++    - reproducible_js_locale.diff
++    - reproducible_searchindex.diff
++  * Refresh and rebase other patches.
 +  * Update debian/watch to correctly mangle upstream alpha releases.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 03 Apr 2016 20:00:02 +0200
 +
 +sphinx (1.3.6-2) unstable; urgency=medium
 +
 +  * Use implementation of jstest from Iain Lane in hope it succeeds on
 +    buildds.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 03 Mar 2016 20:17:15 +0300
 +
 +sphinx (1.3.6-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Port jstest to WebKit2 (closes: #814909).
 +  * Remove the now obsolete debian/TODO file.
 +  * Update debian/source/lintian-overrides for new Lintian versions.
 +  * Use https in Vcs-Git field.
 +  * Bump Standards-Version to 3.9.7, no changes needed.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 02 Mar 2016 10:24:30 +0300
 +
 +sphinx (1.3.5-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Build-depend on Pygments 2.1, the testsuite now requires it.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 26 Jan 2016 12:57:34 +0300
 +
 +sphinx (1.3.4-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Clean and ignore auto-generated files.
 +  * jstest.py: Add gi.require_version() calls to fix warnings from PyGI.
 +  * Bump version number in sphinx-autogen manpage.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 14 Jan 2016 19:01:44 +0300
 +
 +sphinx (1.3.3-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 03 Dec 2015 18:35:09 +0300
 +
 +sphinx (1.3.2-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Drop the following patches, applied upstream:
 +    - py35compat.diff
 +    - no_theme_rename_warning.diff
 +    - addto_only_babel.diff
 +    - print_help.diff
 +    - compat_css.diff
 +  * Refresh and rebase other patches.
 +  * Stop exporting SOURCE_DATE_EPOCH in debian/rules.
 +    Debhelper does it automatically since version 9.20151004.
 +  * Update sphinx-autogen.1 man page.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 30 Nov 2015 18:31:36 +0300
 +
 +sphinx (1.3.1-8) unstable; urgency=medium
 +
 +  * Do not fail on removing SOURCES.txt file when it does not exist.
 +    Fixes build with dh-python ≥ 2.20151103.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 08 Nov 2015 16:13:14 +0300
 +
 +sphinx (1.3.1-7) unstable; urgency=medium
 +
 +  * Make libjs-sphinxdoc depend on libjs-jquery ≥ 1.11.1 and libjs-underscore
 +    ≥ 1.3.1, as these are the versions used by upstream.
 +  * Fix command in autopkgtests to make them pass.
 +  * Update Vcs fields for Git migration.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 18 Oct 2015 18:38:38 +0300
 +
 +sphinx (1.3.1-6) unstable; urgency=medium
 +
 +  * Update reproducibility patches to the latest version from Val Lorentz:
 +    - Update reproducible_grammar.diff.
 +    - Make searchindex generation deterministic (reproducible_searchindex.diff).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 03 Sep 2015 16:54:07 +0300
 +
 +sphinx (1.3.1-5) unstable; urgency=medium
 +
 +  * Fix remaining reproducibility issues (closes: #795976):
 +    - Export SOURCE_DATE_EPOCH in debian/rules.
 +    - Set PYTHONHASHSEED=0 when generating grammar files.
 +    - Make grammar generation deterministic (reproducible_grammar.diff).
 +    - Make inventory generation deterministic (reproducible_inventory.diff).
 +    - Make JavaScript locales deterministic (reproducible_js_locale.diff).
 +    Many thanks to Val Lorentz for the patches.
 +  * Drop XS-Testsuite header, no longer needed with dpkg ≥ 1.17.11.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 20 Aug 2015 11:56:56 +0300
 +
 +sphinx (1.3.1-4) unstable; urgency=medium
 +
 +  * Fix message when calling sphinx-build without arguments
 +    (print_help.diff; closes: #792715).
 +  * Add compatibility default.css file (compat_css.diff).
 +  * Upload to unstable.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 15 Aug 2015 18:04:49 +0300
 +
 +sphinx (1.3.1-3) experimental; urgency=medium
 +
 +  * Update debian/TODO with the actual information.
 +  * Backport upstream patch to disable warning about renamed default theme
 +    (no_theme_rename_warning.diff).
 +  * Backport upstream patch to not insert babel-specific code to generated
 +    LaTeX files when babel is not in use (addto_only_babel.diff).
 +  * Add support for $SOURCE_DATE_EPOCH environment variable, to make
 +    the documentation builds reproducible (source_date_epoch.diff).
 +  * dh_sphinxdoc: Symlink css3-mediaqueries.js, thanks to Jakub Wilk
 +    for the patch (closes: #793045).
 +  * dh_sphinxdoc: Add support for symlinking files specific to the RTD
 +    theme (closes: #781849).
 +  * Bump version number in sphinx-autogen manpage.
 +  * Drop initialize_autodoc.diff, the bug seems to be fixed differently
 +    upstream.
 +  * Update bug URL in a comment in debian/rules for move to GitHub.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 28 Jul 2015 22:19:39 +0300
 +
 +sphinx (1.3.1-2) experimental; urgency=medium
 +
 +  [ Dmitry Shachnev ]
 +  * debian/patches/no_snowballstemmer.diff: Exclude snowballstemmer
 +    from setup.py and egg-info requirements.
 +  * Move the signing keys to debian/upstream/signing-key.asc.
 +
 +  [ Barry Warsaw ]
 +  * debian/patches/py35compat.diff: Python 3.5 compatibility.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 30 Jun 2015 21:02:36 +0300
 +
 +sphinx (1.3.1-1) experimental; urgency=medium
 +
 +  [ Helmut Grohne ]
 +  * Mark libjs-sphinxdoc Multi-Arch: foreign (closes: #779458).
 +
 +  [ Dmitry Shachnev ]
 +  * New upstream release.
 +    - The codebase now works with Python 3 with no need to run 2to3.
 +    - Output is now reproducible (closes: #776443).
 +  * Remove patches:
 +    - python3_test_build_dir.diff (no longer needed)
 +    - parallel_2to3.diff (no longer needed)
 +    - fix_latex_hlines.diff (applied upstream)
 +  * Bump required versions of python, docutils and pygments.
 +  * Build-depend and depend on:
 +    - python[3]-six
 +    - python[3]-babel
 +    - python[3]-sphinx-rtd-theme
 +    - python[3]-alabaster
 +  * Add python[3]-mock to build-dependencies and test dependencies.
 +  * Use upstream tarball, which now contains non-minified versions of
 +    jquery.js and underscore.js.
 +  * Update debian/watch to use pypi.debian.net redirector.
 +  * Simplify debian/rules:
 +    - Adjust for using upstream tarballs.
 +    - Do not mention site-packages anymore.
 +  * Update JS tests for the new version.
 +  * Add a patch to skip JS libraries versions check.
 +  * Drop 2to3 call from debian/tests/python3-sphinx.
 +  * Properly clean up after running tests.
 +  * Bring debian/copyright in sync with upstream AUTHORS file.
 +  * Disable snowballstemmer-based search until upstream implements
 +    it correctly (without JS blobs) and we get snowballstemmer packaged.
 +  * Bump Standards-Version to 3.9.6, no changes needed.
 +  * Override lintian false positive warnings about missing sources for
 +    minified files (jquery.js, underscore.js, and css3-mediaqueries.js).
 +  * debian/dh-sphinxdoc/install-js: Update list of files to be installed.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 02 May 2015 22:18:56 +0300
 +
 +sphinx (1.2.3+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Drop websupport_todo.diff, applied upstream.
 +  * Update date and version in sphinx-autogen.1.
 +  * Add Takayuki Shimizukawa’s signing key to upstream-signing-key.pgp.
 +  * Replace links to online docutils docs with links to packaged
 +    docutils docs.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 12 Sep 2014 11:49:40 +0400
 +
 +sphinx (1.2.2+dfsg-4) unstable; urgency=medium
 +
 +  * Build-depend on python3-whoosh, now when it is available.
 +  * Drop sphinxcontrib_namespace.diff, all sphinxcontrib packages
 +    are using dh_python2 now. Break old versions of issuetracker and
 +    spelling packages.
 +  * Update my e-mail address.
 +  * Override false-positive Lintian errors about sourceless files.
 +  * Generate compiled translations using compile_catalog command.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 08 Sep 2014 12:58:18 +0400
 +
 +sphinx (1.2.2+dfsg-3) unstable; urgency=medium
 +
 +  * Remove obsolete Recommends: on python-simplejson and Suggests:
 +    on jsmath.
 +  * debian/patches/websupport_todo.diff: Make websupport work with
 +    todolist directives (closes: #754408).
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 25 Aug 2014 13:50:20 +0400
 +
 +sphinx (1.2.2+dfsg-2) unstable; urgency=medium
 +
 +  * Downgrade error about documentation not found to a warning
 +    (closes: #745690).
 +  * Cleanup dh_compress arguments.
 +  * Export NO_PKG_MANGLE, needed to build on Ubuntu.
 +  * Update version number and URL in sphinx-autogen man page.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 18 May 2014 15:13:18 +0400
 +
 +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).
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 03 Mar 2014 20:28:04 +0400
 +
 +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.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 13 Feb 2014 12:54:23 +0400
 +
 +sphinx (1.2.1+dfsg-2) unstable; urgency=medium
 +
 +  * Move Grammar files to /usr/share/sphinx, the code still expects
 +    that thay are in that location (closes: #736239).
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 21 Jan 2014 19:47:34 +0400
 +
 +sphinx (1.2.1+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Drop fix_jinja_recursion.diff, applied upstream.
 +  * Drop unversioned_grammar_pickle.diff, a different fix was applied
 +    upstream.
 +  * No longer move Grammar.txt and Grammar.pickle to shared location,
 +    upstream is now shipping different versions of grammar for Python 2
 +    and Python 3.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 20 Jan 2014 18:28:47 +0400
 +
 +sphinx (1.2+dfsg-2) unstable; urgency=medium
 +
 +  * Backport upstream patch (fix_jinja_recursion.diff) to fix infinite
 +    recursion when building python-numpy docs.
 +  * Add explicit build-dependency on dh-python.
 +  * JS tests: use WebView.load_uri() instead of deprecated open().
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 12 Jan 2014 13:00:20 +0400
 +
 +sphinx (1.2+dfsg-1) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * New upstream stable release.
 +  * Drop fix_setup_command_test.diff, applied upstream.
 +  * Refresh sphinxcontrib_namespace.diff.
 +  * Fix package names in Recommends: python(3)-imaging → python(3)-pil.
 +  * Bump Standards-Version to 3.9.5, no changes needed.
 +  * Bump python-all build-dependency to 2.6.6-3~.
 +  * Verify upstream PGP signature in debian/watch.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 18 Dec 2013 17:25:19 +0400
 +
 +sphinx (1.2~b3+dfsg-2) experimental; urgency=low
 +
 +  * Really switch from dh_pysupport to dh_python2.
 +  * Remove unwanted files from python-sphinx package (closes: #726754).
 +  * Remove useless imports in jstest/jstest.py.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 21 Oct 2013 20:55:27 +0400
 +
 +sphinx (1.2~b3+dfsg-1) experimental; urgency=low
 +
 +  [ Dmitry Shachnev ]
 +  * New upstream beta release.
 +    - Correctly handles errors when repr()-ing objects (closes: #706581).
 +  * Drop upstream patches.
 +  * Refresh and rebase other patches.
 +  * Add a patch to make sure setup_command tests can import sphinx module.
 +  * Switch debian/watch to use HTTPS.
 +  * JS tests:
 +    - Port from deprecated static bindings and Python 2 to PyGI and
 +      Python 3. Update the dependencies accordingly.
 +    - Do not use web server, instead set a WebKit option that will allow
 +      us to access files directly. Now the pages should load faster
 +      (closes: #724472).
 +  * Switch from deprecated dh_pysupport to dh_python2 (closes: #659196).
 +  * Add XS-Testsuite header, and replace XS-Python-Version with preferred
 +    X-Python-Version (closes: #685508).
 +  * Add myself to Uploaders.
 +
 +  [ Jakub Wilk ]
 +  * Remove myself from Uploaders.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 05 Oct 2013 19:29:41 +0400
 +
 +sphinx (1.2~b1+dfsg-2) experimental; urgency=low
 +
 +  * Export http_proxy=http://127.0.0.1:9/ in debian/rules to prevent Internet
 +    access at build time.
 +  * Use canonical URIs for Vcs-* fields.
 +  * Add texinfo to Build-Depends.
 +  * Add patch (fix_copying_imgs_singlehtml_builder.diff) to fix copying images
 +    in the singlehtml builder (closes: #706563).
 +  * Add patch (fix_globaltoc_and_hidden_toctree.diff) to fix combination of
 +    globaltoc and hidden toctree causing an exception (closes: #706586).
 +  * Add patch (fix_missing_citation_target_assert.diff) to fix missing
 +    citation target causing AssertionError (closes: #706565).
 +  * Rename skiptest_latex.diff as skiptest.diff; fix more cases when a missing
 +    tool was silently ignored.
 +  * Set Debian Python Modules Team as Maintainer; move myself to Uploaders.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Tue, 04 Jun 2013 23:57:47 +0200
 +
 +sphinx (1.2~b1+dfsg-1) experimental; urgency=low
 +
 +  * New upstream beta release.
 +    + Drop fix_nepali_po.diff; applied upstream.
 +    + Drop fix_shorthandoff.diff; different fix applied upstream.
 +    + Drop l10n_fixes.diff; applied upstream.
 +    + Drop manpage_writer_docutils_0.10_api.diff; applied upstream.
 +    + Drop pygments_byte_strings.diff; different fix applied upstream.
 +    + Drop show_more_stack_frames.diff; an option to show full traceback (-T)
 +      is now available.
 +    + Drop sort_stopwords.diff; applied upstream.
 +    + Drop support_python_3.3.diff; applied upstream.
 +    + Drop test_build_html_rb.diff; applied upstream.
 +    + Refresh other patches.
 +    + Update integration tests for the JavaScript code.
 +    + Update debian/copyright.
 +    + Update debian/*.docs to take into account that README was renamed as
 +      REAMDE.rst.
 +    + Update version in sphinx-autogen manpage.
 +    + This release fixes parsing C++11 “static constexpr” declarations
 +      (closes: #693066). Thanks to Alexandre Duret-Lutz for the bug report and
 +      the patch.
 +  * Run tests under LC_ALL=C.UTF-8 to work around test failures.
 +  * Make it impossible to accidentally build the source package with an
 +    .orig.tar that includes jquery.js or underscore.js.
 +  * Refactor debian/rules.
 +  * When building our own documentation, run sphinx-build with the -T option.
 +  * Use a dedicated script to extract JavaScript code for libjs-sphinxdoc.
 +  * Add no_external_css.diff: don't use CSS files hosted on external sites.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 29 Apr 2013 23:37:06 +0200
 +
 +sphinx (1.1.3+dfsg-7) experimental; urgency=low
 +
 +  * Backport upstream patch for fix compatibility with Docutils 0.10.
 +  * Run 2to3 in parallel.
 +  * Add DEP-8 tests for the documentation package.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 19 Dec 2012 10:53:51 +0100
 +
 +sphinx (1.1.3+dfsg-6) experimental; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * DEP-8 tests: remove “Features: no-build-needed”; it's the default now.
 +  * Bump standards version to 3.9.4; no changes needed.
 +  * Pass -a to xvfb-run, so that it tries to get a free server number.
 +  * Rebuild MO files from source.
 +    + Update debian/rules.
 +    + Add the rebuilt files to extend-diff-ignore.
 +  * Make synopses in the patch header start with a lowercase latter and not
 +    end with a full stop.
 +
 +  [ Dmitry Shachnev ]
 +  * debian/patches/l10n_fixes.diff: fix crashes and not working external
 +    links in l10n mode (closes: #691719).
 +  * debian/patches/sort_stopwords.diff: mark as applied upstream.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sat, 08 Dec 2012 14:38:19 +0100
 +
 +sphinx (1.1.3+dfsg-5) experimental; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * DEP-8 tests: use $ADTTMP.
 +  * dh_sphinxdoc: ignore comments when analysing HTML files (closes: #682850).
 +    Thanks to Dmitry Shachnev for the bug report.
 +  * Add dvipng to Suggests (closes: #687273). Thanks to Matthias Klose for the
 +    bug report.
 +  * Set PYTHONHASHSEED=random in debian/rules and in DEP-8 tests.
 +  * Backport upstream patch to fix encoding issues in test_build_html. Now
 +    that this is fixed, stop running Python 3 tests under LC_ALL=C.
 +  * Make “debian/rules binary-arch” no-op.
 +  * Update version number in the sphinx-autogen manpage.
 +  * Improve dh_sphinxdoc:
 +    + Fix the --tmpdir option. Thanks to Andriy Senkovych for the bug report.
 +    + Ignore references to JavaScript code that start with an URI scheme.
 +      Thanks to Dmitry Shachnev for the bug report.
 +    + Strip query (?...) and fragment (#...) components from JavaScript
 +      references. Thanks to Dmitry Shachnev for the bug report.
 +  * Sort stopwords in searchtools.js. Thanks to Dmitry Shachnev for the bug
 +    report.
 +  * Fix compatibility with Python 3.3. Thanks to Dmitry Shachnev for the bug
 +    report and hunting down the upstream patch.
 +
 +  [ Dmitry Shachnev ]
 +  * Update Homepage field to point to http://sphinx-doc.org/.
 +  * Build-depend of python3-all instead of python3.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Thu, 08 Nov 2012 16:28:23 +0100
 +
 +sphinx (1.1.3+dfsg-4) unstable; urgency=low
 +
 +  * Add DEP-8 tests.
 +  * LaTeX writer: fix generation of \shorthandoff (closes: #672586,
 +    LP: #997891). Thanks to Melissa Draper for the bug report and the initial
 +    patch.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Thu, 24 May 2012 18:53:29 +0200
 +
 +sphinx (1.1.3+dfsg-3) unstable; urgency=low
 +
 +  * Validate *.po files at build time. Add gettext to Build-Depends.
 +  * Add fix_nepali_po.diff: remove Nepali translations that must have been
 +    wrong.
 +  * Add pygments_byte_strings.diff: fix Unicode issues in
 +    PygmentsBridge.highlight_block (closes: #660930). Thanks to Anton Gladky
 +    for the bug report and the initial patch.
 +  * Fix a typo in a patch description.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 02 Apr 2012 22:17:49 +0200
 +
 +sphinx (1.1.3+dfsg-2) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * Add skiptest_latex.diff: if LaTeX (or a required LaTeX package) is not
 +    found when running test_build_latex, raise SkipTest instead of just
 +    printing a message to stderr.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 14 Mar 2012 20:31:19 +0100
 +
 +sphinx (1.1.3+dfsg-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop python3_test_syspath.diff, applied upstream.
 +    + Update integration tests for the JavaScript code.
 +  * Bump standards version to 3.9.3 (no changes needed).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 12 Mar 2012 12:18:37 +0100
 +
 +sphinx (1.1.2+dfsg-5) unstable; urgency=low
 +
 +  * Don't run ‘python setup.py clean’ in the clean target (we nuke the whole
 +    build subdirectory anyway).
 +  * Move python-all and python-setuptools from Build-Depends to
 +    Build-Depends-Indep, as it's not needed in the clean target anymore.
 +  * Don't run dh_testroot in the clean target. There's a good chance that root
 +    privileges are not needed (e.g. because binary target was run under
 +    fakeroot), and even if they are actually needed, the target will fail
 +    quickly.
 +  * Run tests against Python 3:
 +    + Add build-dependency on python3-nose, python3-docutils,
 +      python3-pygments, python3-jinja2, python3-sqlalchemy.
 +    + Add python3_test_syspath.diff to fix Python 3 sys.path for the test
 +      runner.
 +    + Add python3_test_build_dir.diff to hardcode Python 3 build directory in
 +      the test runner to the one that the package uses.
 +    + Add test running code debian/rules. Don't use --no-skip for the moment,
 +      as some required packages don't exist yet (see #647441, #647439). Set
 +      LC_ALL=C.UTF-8 to work around failures under LC_ALL=C (see
 +      <http://deb.li/H8ED> and <http://deb.li/3Rw0z>).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Tue, 14 Feb 2012 00:13:35 +0100
 +
 +sphinx (1.1.2+dfsg-4) unstable; urgency=low
 +
 +  * Make the build actually fail if integration tests for the JavaScript
 +    code fail.
 +  * Don't remove *.egg-info in the clean target; add it to extend-diff-ignore
 +    instead.
 +  * Pass --no-guessing-deps to dh_python3.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 05 Feb 2012 19:33:59 +0100
 +
 +sphinx (1.1.2+dfsg-3) unstable; urgency=low
 +
 +  * Upload to unstable (closes: #655637).
 +  * Use xargs to iterate over all Python versions.
 +  * Make sphinx-autogen initialize the sphinx.ext.autodoc module (hopefully
 +    closes: #611078).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 05 Feb 2012 17:59:55 +0100
 +
 +sphinx (1.1.2+dfsg-2) experimental; urgency=low
 +
 +  * Add sphinxcontrib_namespace.diff: create namespace package
 +    ‘sphinxcontrib’. This allows python-sphinxcontrib.* packages, both those
 +    using dh_python2 and those using python-support, to be co-importable.
 +  * Add various texlive-* and libjs-mathjax to Suggests.
 +  * Don't install SOURCES.txt into binary packages.
 +  * dh_sphinxdoc: produce different diagnostic message when unknown JavaScript
 +    script is being ignored than when it's a fatal error. Thanks to Sandro
 +    Tosi for the bug report.
 +  * Make the get-orig-source script create temporary files in /tmp (or
 +    $TMPDIR).
 +  * Revert all the changes to manual pages that accumulated over the years.
 +  * Document that symlinking translations.js and non-English searchtools.js is
 +    not supported (see bug #658238).
 +  * Don't include websupport.js in libjs-jquery. Make dh_sphinxdoc remove this
 +    file from binary package.
 +  * dh_sphinxdoc: -X<item> should now exclude a file if <item> exists anywhere
 +    in the path, so it can be used e.g. to exclude whole directories.
 +  * Fix a typo in dh_sphinxdoc manual page.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Fri, 03 Feb 2012 13:52:49 +0100
 +
 +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.
 +    + 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.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 20 Nov 2011 15:56:50 +0100
 +
 +sphinx (1.0.8+dfsg-2) unstable; urgency=low
 +
 +  * Upload to unstable.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 12 Oct 2011 00:34:20 +0200
 +
 +sphinx (1.0.8+dfsg-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop fix_jquery_1.5_incompatibility.diff, applied upstream.
 +    + Drop fix_test_build_latex.diff, applied upstream.
 +    + Refresh other patches.
 +  * Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python
 +    code.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 28 Sep 2011 17:20:22 +0200
 +
 +sphinx (1.0.7+dfsg-2) unstable; urgency=low
 +
 +  * JavaScript test suite: don't hang if get_title() returns None. Thanks to
 +    Ansgar Burchardt for the bug report.
 +  * dh_sphinxdoc:
 +    + Fix a typo in the manual page.
 +    + Don't check for existence of source files if HAS_SOURCE is false
 +      (closes: #641710). Thanks to Raphaël Hertzog for the bug report.
 +  * Disable use of ez_setup in setup.py.
 +  * Set myself as maintainer. Thanks to Mikhail Gusarov for his past work!
 +
 + -- Jakub Wilk <jwilk at debian.org>  Thu, 15 Sep 2011 13:53:16 +0200
 +
 +sphinx (1.0.7+dfsg-1) unstable; urgency=medium
 +
 +  * Strip jQuery and Underscore.js from the upstream tarball (closes:
 +    #631535).
 +    + Add get-orig-source target.
 +    + Remove them from debian/copyright.
 +    + Add build-dependency on libjs-underscore,
 +    + Update watch file to deal with the +dfsg suffix.
 +  * Unify multiple calls to dh_link.
 +  * Use build/html as build directory for documentation.
 +  * Add integration tests for the JavaScript code. They should allow us to
 +    avoid bugs like #625208 or #628642 in the future.
 +    + Build-depend on xvfb, xauth, python-webkit, libjs-jquery and
 +      libjs-underscore.
 +  * Add build-arch and build-indep targets to debian/rules.
 +  * Add new tool, dh_sphinxdoc that aids shipping Sphinx-generated
 +    documentation in Debian packages.
 +    + Update debian/rules, debian/control and debian/*.links to use
 +      dh_sphinxdoc.
 +    + Use pod2man to generate manpage. Add dependency on perl. Update
 +      debian/manpages and debian/clean.
 +  * Move all JavaScript code into a separate package, libjs-sphinxdoc.
 +  * Fix test_build_latex to not fail in a directory with special characters.
 +  * Use debian/clean rather than listing files to clean directly in
 +    debian/rules.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 10 Jul 2011 22:43:16 +0200
 +
 +sphinx (1.0.7-5) unstable; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * Bump standards version to 3.9.2 (no changes needed).
 +  * Bump minimum required version of jQuery to 1.4.
... 496 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list