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 <melissa@catalyst.net.nz>  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 <scott@kitterman.com>  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.

 -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Tue, 27 Mar 2012 16:25:04 -0400

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@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@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@debian.org>  Tue, 14 Feb 2012 00:13:35 +0100

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 <a.starr.b@gmail.com>  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 <barry@ubuntu.com>  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 <barry@ubuntu.com>  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 <jwilk@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@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@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@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@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@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@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@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.
  * Use python (>= 2.6.6-14~) as an alternative build-dependency to
    python-simplejson. The latter package is only needed for python2.5, and
    python-defaults 2.6.6-14 doesn't support it anymore.
  * Include jQuery source (closes: #630973).
    + Check at build time if versions of both jQuery copies match.

  [ Nikolaus Rath ]
  * Backport upstream changesets a8b0ef275438 and de340a6098c7 to allow
    extraction of function signature from docstring for extension modules.
    (closes: #630409). The feature is disabled by default for the moment.

 -- Jakub Wilk <jwilk@debian.org>  Sun, 19 Jun 2011 14:44:49 +0200

sphinx (1.0.7-4) unstable; urgency=low

  * When Sphinx crashes, show 10 stack frames (instead of a single one).
  * Backport upstream patch to fix incompatibility with jQuery >= 1.5
    (closes: #625208). Thanks to Tshepang Lekhonkhobe for the bug report.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 19 May 2011 11:59:00 +0200

sphinx (1.0.7-3) unstable; urgency=low

  [ Mikhail Gusarov ]
  * Change my email address.

  [ Jakub Wilk ]
  * New upstream release (closes: #613207).
    + Refresh patches.
    + Revert changes to the autosummary extension introduced in 1.0.7
      (closes: #611078).
  * Don't compress objects.inv. Thanks to Michael Fladischer for the bug
    report.
  * Remove *.egg-info in the clean target.
  * Move pycode/Grammar.txt and ext/autosummary/templates/* out of
    /usr/share/pyshared/ (closes: #609486).
  * Stop embedding Python version in filename of grammar pickle.
  * Ship grammar pickle in the binary package (closes: #613412). Thanks to
    Frederic-Emmanuel Picca for the bug report.
  * Drop preinst script to remove python-central leftovers; not needed
    anymore.
  * New upstream release.
  * Update and significantly rewrite manual pages (closes: #593623).
  * Switch to source format 3.0 (quilt).
    + Drop README.source.
    + Refresh patches.
    + Update debian/rules.
    + Drop quilt from build-depends.
  * Update debian/copyright.
  * Use DEP-3 format for patch headers.
  * Run tests at build time.
    + Add python-nose, python-simplejson and
      texlive-{latex-{recommended,extra},fonts-recommended} to
      Build-Depends-Indep.
    + Patch test runner to import modules correctly and prevent it from
      reading files in /usr/share/sphinx.
    + Update debian/rules.
  * Bump standards version to 3.9.1 (no changes needed).
  * Add ‘set -e’ to a for loop in debian/rules.

  [ Piotr Ożarowski ]
  * Minimum required versions bumped:
    - python-jinja2 >= 2.2
    - python-docutils >= 0.5
  * move_static_files_outside_site-packages.patch updated

  [ Stefano Rivera ]
  * Improve language and clarify options in manpages.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 04 Apr 2011 13:50:56 +0200

sphinx (0.6.6-3) unstable; urgency=low

  * Add myself to uploaders.
  * Fix formatting of the manual pages.
  * Update and significantly rewrite the sphinx-build manual page
    (closes: #593623).
  * Bump standards version to 3.9.1 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Mon, 30 Aug 2010 00:26:04 +0200

sphinx (0.6.6-2) unstable; urgency=low

  * Team upload.

  [ Mikhail Gusarov ]
  * Fix preinst script to correctly remove python-central remnants (Closes:
    #559572).

 -- Jakub Wilk <jwilk@debian.org>  Fri, 06 Aug 2010 16:33:55 +0200

sphinx (0.6.6-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release
    - disable_ez_setup.patch removed, no longer needed
    - move_static_files_outside_site-packages.patch updated
  * Bump Standards-Version to 3.8.4, no changes needed.

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Tue, 25 May 2010 22:30:46 +0200

sphinx (0.6.5-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Mon, 29 Mar 2010 23:08:45 +0200

sphinx (0.6.4-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Wed, 13 Jan 2010 23:26:40 +0100

sphinx (0.6.3-2) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Add preinst maintainer script to remove python-central leftovers; thanks to
    Jakub Wilk for the report; Closes: #559572

  [ Sandro Tosi ]
  * debian/control
    - added misc:Depends to the binary package Depends line

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sun, 03 Jan 2010 22:37:20 +0600

sphinx (0.6.3-1) unstable; urgency=low

  * New upstream release (Closes: #545042):
    - handle error when using autoclass with a non-class (Closes: #537165)
    - all patches refreshed.
  * Use debian/pyversions instead of X[SB]-Python-Version.
  * Add doc-base file for manual.
  * Bump Standards-Version, no changes needed.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Fri, 04 Sep 2009 17:49:20 +0700

sphinx (0.6.2-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release (Closes: #527538)
    - add_missing_sphinx-autogen and rfind-invocation patches removed, no
      longer needed
    - move_static_files_outside_site-packages.patch updated
  * Standards-Version bumped to 3.8.2, no changes needed.

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Wed, 17 Jun 2009 19:32:26 +0200

sphinx (0.6.1-2) unstable; urgency=low

  [ Mikhail Gusarov ]
  * Fix debian/README.source: s/dpatch/quilt/ (Closes: #523293).
  * Add debian/rfind-invocation.patch, fixing breakage on python-werkzeug
    docs.

  [ Piotr Ożarowski ]
  * Install .mo files (Closes: #526027)

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sun, 12 Apr 2009 14:37:30 +0700

sphinx (0.6.1-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release
    + depend on python-jinja2 instead of python-jinja
  * Add move_static_files_outside_site-packages patch
  * Build depend on python-all (>= 2.5.4-1) (py_libdir is now used in
    debian/rules)
  * add_missing_sphinx-autogen.patch added (missing file will be added in next
    upstream release)

  [ Jan Dittberner ]
  * add man page debian/sphinx-autogen.1

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Thu, 07 Apr 2009 18:24:25 +0100

sphinx (0.5.2-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release (Closes: #517735)
    + bump python-jinja minimum required version to 1.2
  * Switch to python-support
  * remove .pickle file in clean rule
  * Standards-Version bumped to 3.8.1, no changes needed.

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Tue, 24 Mar 2009 21:26:26 +0100

sphinx (0.5.1-2) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Upload to unstable
  * Add debian/README.source file

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Sat, 07 Feb 2009 15:31:02 +0100

sphinx (0.5.1-1) experimental; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release
    + Closes: #507647
    + upload to experimental due to Lenny freeze, to ease testing rev.
      dependencies
  * Add disable_ez_setup patch (and quilt to build dependencies) so that it
    will not try to download stuff that is already installed on the system
  * Add jsmath to suggested packages (Closes: #507691)

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Wed, 17 Dec 2008 18:42:59 +0100

sphinx (0.5-1) experimental; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Piotr Ożarowski ]
  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * Add python (>=2.6) | python-simplejson and python-imaging to Recommends
  * Remove .doctrees directory from docs/html
  * Bump python-jinja's required version to >= 1.1

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Sun, 23 Nov 2008 21:49:50 +0100

sphinx (0.4.2-1) unstable; urgency=medium

  * New upstream version. Fixes bug with broken show-inheritance in
    automodule (Closes: #492732)
  * Urgency medium, fixes RC bug.
  * Using jQuery from Debian package, not bundled one:
    - Added dependency on libjs-jquery,
    - Replaced jquery.js by symlink to /usr/share/javascript/jquery/jquery.js

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Tue, 29 Jul 2008 17:55:27 +0700

sphinx (0.4.1-2) unstable; urgency=low

  * debian/control: sphinx is not compatible with python 2.3, so
    XS-Python-Version: >= 2.4 (Closes: #490537).

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sat, 12 Jul 2008 20:13:12 +0700

sphinx (0.4.1-1) unstable; urgency=low

  * New upstream version.
  * All patches removed, applied upstream:
    - Removed quilt build-dep
    - Removed quilt patch/unpatch targets in debian/rules.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Wed, 09 Jul 2008 02:57:25 +0700

sphinx (0.4-1) unstable; urgency=low

  * New upstream version.
  * Standards-Version bumped to 3.8.0, no changes needed.
  * Vcs-{Svn,Browser} added.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Mon, 23 Jun 2008 19:31:00 +0700

sphinx (0.3-2) unstable; urgency=medium

  * Added missing python-docutils dependency (Closes: #482916).

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Mon, 26 May 2008 04:44:14 +0700

sphinx (0.3-1) unstable; urgency=low

  * New upstream version.
  * Fixed typo in package description (Closes: #479285).
  * debhelper compatibility level bumped to 7:
    - Updated debhelper dependency
    - debian/rules: stamp files are removed automatically
  * Removed empty debian/examples file.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sun, 04 May 2008 13:44:34 +0700

sphinx (0.2-1) unstable; urgency=low

  * New upstream version.
  * sphinx no longer bundles jinja in tarball:
    - nuked jinja removal code from debian/rules,
    - added build-depencency to python-jinja for documentation generation,
    - updated debian/copyright, removing information about jinja copyrights

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Thu, 01 May 2008 11:00:18 +0700

sphinx (0.1.61950-1) unstable; urgency=low

  * Initial release (Closes: #474782)
  * Added patch disable-sphinx-web.patch, disabling installation of
    sphinx-web, which is not yet ready.
  * Added patch add_shebangs.patch, adding shebangs in sphinx-build and
    sphinx-quickstart
  * Added manpages for sphinx-build(1) and sphinx-quickstart(1).
  * Removed bundled jinja instance.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sun, 20 Apr 2008 23:01:50 +0200
