Change logs for sphinx source package in Precise

  • sphinx (1.1.3+dfsg-2ubuntu2.1) precise-proposed; urgency=low
    
      * debian/patches/add_names_to_shorthandoff_helper.patch: newer versions
        of docutils (>=0.8) report full language name rather than shortcodes and
        hence breaking pdf compilation in de, sl, pt, es, nl, pl and it locales
        as the \shorthandoff directive is not added. Will be fixed in next
        upstream release. (LP: #997891)
     -- Melissa Draper <email address hidden>   Fri, 11 May 2012 16:36:33 +1200
  • sphinx (1.1.3+dfsg-2ubuntu2) precise; urgency=low
    
      * Finish dh_python2 switch:
        - Drop python-support from build-depends
        - Update version requirement for python in build-depends
     -- Scott Kitterman <email address hidden>   Fri, 30 Mar 2012 23:32:16 -0400
  • sphinx (1.1.3+dfsg-2ubuntu1) precise; urgency=low
    
      * Merge from Debian Testing. Remaining Ubuntu changes:
       - Switch to dh_python2.
       - debian/rules: export NO_PKG_MANGLE=1 in order to
         not have translations stripped.
       - debian/control: Drop the dependency on python-whoosh.
    
    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.
    
    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).
    
    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>).
     -- Andrew Starr-Bochicchio <email address hidden>   Tue, 27 Mar 2012 16:25:04 -0400
  • sphinx (1.1.2+dfsg-4ubuntu3) precise; urgency=low
    
      * debian/rules: export NO_PKG_MANGLE=1 in order to
        not have translations stripped (LP: #480913).
     -- Andrew Starr-Bochicchio <email address hidden>   Tue, 13 Mar 2012 12:34:01 -0400
  • sphinx (1.1.2+dfsg-4ubuntu2) precise; urgency=low
    
      * Drop the dependency on python-whoosh.  The latter is in universe
        but the upstream Sphinx maintainer confirms it's only necessary for
        experimental features.
     -- Barry Warsaw <email address hidden>   Tue, 21 Feb 2012 14:54:38 -0500
  • sphinx (1.1.2+dfsg-4ubuntu1) precise; urgency=low
    
      * Merge with Debian sid. (LP: #911124)  Remaining Ubuntu delta:
        - Switch to dh_python2.
     -- Barry Warsaw <email address hidden>   Wed, 08 Feb 2012 19:46:24 -0500
  • 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 <email address hidden>  Sun, 05 Feb 2012 19:33:59 +0100
  • sphinx (1.0.8+dfsg-2ubuntu1) precise; urgency=low
    
      * Build using dh_python2
     -- Matthias Klose <email address hidden>   Sat, 17 Dec 2011 15:17:49 +0000
  • sphinx (1.0.8+dfsg-2) unstable; urgency=low
    
      * Upload to unstable.
    
    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.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  22 Oct 2011 14:41:11 +0000
  • 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!
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 15:36:02 +0000
  • 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 <email address hidden>  Sun, 10 Jul 2011 22:43:16 +0200