sphinx (1.0.7-2~nd10.04+1) lucid; urgency=low

  * Backported for lucid.
  * Used following sed expression to modify debian/control: -e
    's/\(^Depends:\) */\1 neurodebian-popularity-contest, /g' -e
    's/^Maintainer:.*$/Maintainer: NeuroDebian Maintainers
    <team@neuro.debian.net>\nX-Original-&/'.

 -- NeuroDebian Maintainers <team@neuro.debian.net>  Sun, 20 Mar 2011 00:48:07 -0400

sphinx (1.0.7-2) experimental; urgency=low

  [ Mikhail Gusarov ]
  * Change my email address.

  [ Jakub Wilk ]
  * 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.
  * Revert changes to the autosummary extension introduced in 1.0.7
    (closes: #611078).

 -- Jakub Wilk <jwilk@debian.org>  Thu, 17 Feb 2011 15:26:43 +0100

sphinx (1.0.7-1) experimental; urgency=low

  * New upstream release.
    + Refresh patches.
    + Add texlive-{latex-{recommended,extra},fonts-recommended} to
      Build-Depends-Indep, so that tests for LaTeX output can be run.
  * Move pycode/Grammar.txt and ext/autosummary/templates/* out of
    /usr/share/pyshared/ (closes: #609486).

 -- Jakub Wilk <jwilk@debian.org>  Sat, 15 Jan 2011 19:32:06 +0100

sphinx (1.0.6-1) experimental; urgency=low

  * New upstream release.
    + Refresh patches.
    + Bump year in debian/copyright.
  * Don't compress objects.inv. Thanks to Michael Fladischer for the bug
    report.
  * Remove *.egg-info in the clean target.

 -- Jakub Wilk <jwilk@debian.org>  Sat, 08 Jan 2011 15:54:59 +0100

sphinx (1.0.5-1) experimental; urgency=low

  [ Jakub Wilk ]
  * New upstream release.
  * Fix formatting of the manual pages.
  * Update and significantly rewrite manual pages (closes: #593623).
  * Point Vcs-* fields to the 1.0 branch.
  * 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 and python-simplejson to Build-Depends-Indep.
    + Patch test runner to import modules correctly and prevent it from
      reading files in /usr/share/sphinx.
    + Update debian/rules.

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

 -- Jakub Wilk <jwilk@debian.org>  Sat, 18 Dec 2010 18:11:54 +0100

sphinx (1.0.1-1) experimental; urgency=low

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

  [ Jakub Wilk ]
  * Add myself to uploaders.
  * New upstream release, fixing HTML generation bugs (closes: #588825,
    #588829).
  * Bump standards version to 3.9.1 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Sat, 07 Aug 2010 17:34:29 +0200

sphinx (1.0~b1-1) experimental; urgency=low

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

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Tue, 25 May 2010 23:01:44 +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
