Change logs for sphinx source package in Trusty

  • sphinx (1.2.2+dfsg-1ubuntu1.1) trusty; urgency=medium
    
      * Cherry-pick patch from Debian SVN to fix dh_sphinxdoc for source
        builds that don't produce any arch-indep binaries (LP: #1317203)
     -- Adam Conrad <email address hidden>   Wed, 07 May 2014 11:21:29 -0600
  • sphinx (1.2.2+dfsg-1ubuntu1) trusty; urgency=medium
    
      * Merge with Debian unstable, remaining changes:
        - debian/rules: Export NO_PKG_MANGLE=1 in order to not have
          translations stripped.
        - debian/control: Drop the build-dependency on python-whoosh.
     -- Dmitry Shachnev <email address hidden>   Fri, 07 Mar 2014 09:41:42 +0400
  • sphinx (1.2.1+dfsg-2ubuntu2) trusty; urgency=medium
    
      * Add 00upstream_html_logo_path.diff: Fix path check for HTML logo,
        backported from upstream hg. (LP: #1273075)
     -- Martin Pitt <email address hidden>   Mon, 27 Jan 2014 08:04:40 +0100
  • sphinx (1.2.1+dfsg-2ubuntu1) trusty; urgency=medium
    
      * Merge with Debian unstable.
        - New upstream release fixes pngmath error handling code
          (LP: #1184658).
      * Remaining changes:
        - Export NO_PKG_MANGLE=1 in order to not have translations stripped.
        - debian/control: Drop the build-dependency on python-whoosh.
     -- Dmitry Shachnev <email address hidden>   Fri, 24 Jan 2014 16:17:13 +0400
  • sphinx (1.2+dfsg-1ubuntu3) trusty; urgency=medium
    
      * Pull fix_jinja_recursion.diff from unreleased Debian branch
        to replace revert_jinja2_changes.diff with upstream's fix.
     -- Adam Conrad <email address hidden>   Fri, 27 Dec 2013 14:11:03 -0700
  • sphinx (1.2+dfsg-1ubuntu2) trusty; urgency=medium
    
      * revert_jinja2_changes.diff: Revert upstream commits 97d5dd1
        and 56a153 to fix (at least) the numpy documentation build.
     -- Adam Conrad <email address hidden>   Wed, 25 Dec 2013 03:04:59 -0700
  • sphinx (1.2+dfsg-1ubuntu1) trusty; urgency=medium
    
      * Merge with Debian unstable, remaining changes:
        - Export NO_PKG_MANGLE=1 in order to not have translations stripped.
        - debian/control: Drop the build-dependency on python-whoosh.
     -- Dmitry Shachnev <email address hidden>   Sun, 22 Dec 2013 12:02:15 +0400
  • sphinx (1.2~b3+dfsg-2ubuntu1) trusty; urgency=low
    
      * Merge with Debian experimental, remaining changes:
        - Export NO_PKG_MANGLE=1 in order to not have translations stripped.
        - debian/control: Drop the build-dependency on python-whoosh.
    
    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.
    
    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.
    
    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.
    
    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.
     -- Dmitry Shachnev <email address hidden>   Wed, 23 Oct 2013 12:24:31 +0400
  • sphinx (1.1.3+dfsg-7ubuntu2) raring; urgency=low
    
      * Backport upstream patch to fix broken search in WebKit-based browsers.
     -- Dmitry Shachnev <email address hidden>   Sat, 30 Mar 2013 15:49:49 +0400