tortoisehg (1.1.4-1ubuntu1) natty; urgency=low

  * Add wrap-mercurial-17.patch in iorder to work with mercurial 1.7
    (LP: #76862).

 -- Ludovico Cavedon <cavedon@debian.org>  Thu, 21 Apr 2011 15:35:57 -0700

tortoisehg (1.1.4-1) experimental; urgency=low

  [ Max Bowsher ]
  * New upstream release.

  [ Ludovico Cavedon ]
  * Depend on mercurial << 1.8.

 -- Ludovico Cavedon <cavedon@debian.org>  Tue, 26 Oct 2010 17:24:13 -0700

tortoisehg (1.1.3-1) experimental; urgency=low

  * New upstream release.
  * Add dependecy on python-gnome2 for nautilus plugin (LP: #617235).
  * Bump Standards-Version to 3.9.1.

 -- Ludovico Cavedon <cavedon@debian.org>  Tue, 31 Aug 2010 21:40:49 -0700

tortoisehg (1.1.2-1) experimental; urgency=low

  * New upstream release.

 -- Max Bowsher <maxb@f2s.com>  Wed, 04 Aug 2010 16:50:55 +0100

tortoisehg (1.1.1-1) unstable; urgency=low

  * New upstream release.
  * Set minimum mercurial dependecy to version 1.6 (Closes: #589503).

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 18 Jul 2010 16:41:12 +0200

tortoisehg (1.1-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file.
  * Update Standards-Version to 3.9.0.

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 02 Jul 2010 18:19:44 +0200

tortoisehg (1.0.4-1) unstable; urgency=low

  * New upstream release.

 -- Ludovico Cavedon <cavedon@debian.org>  Sat, 12 Jun 2010 02:20:19 -0700

tortoisehg (1.0.3-1) unstable; urgency=low

  * New upstream release:
    - Which drops ReleaseNotes.txt, update packaging accordingly.

 -- Max Bowsher <maxb@f2s.com>  Thu, 13 May 2010 23:49:52 +0100

tortoisehg (1.0.2-1) unstable; urgency=low

  [ Max Bowsher ]
  * New upstream release.

  [ Ludovico Cavedon ]
  * Add ReleaseNotes-update.patch: update upstream changelog
    (Closes: #579782).

 -- Ludovico Cavedon <cavedon@debian.org>  Wed, 05 May 2010 00:24:08 -0700

tortoisehg (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Upstream have flipflopped again on including the docs in the tarball,
    re-enable docs build, re-adding python-sphinx build-dep.

 -- Max Bowsher <maxb@f2s.com>  Sat, 03 Apr 2010 18:05:20 +0100

tortoisehg (1.0-1) unstable; urgency=low

  [ Max Bowsher ]
  * New upstream release.
  * Drop disable-stdout-redirect.patch, included in this version.
  * Drop python-sphinx build-dep, use upstream's pre-built docs, which are now
    present in the tarball again.

  [ Ludovico Cavedon ]
  * Install contrib/mergetools.rc as /etc/mercurial/hgrc.d/thgmergetools.rc.

 -- Ludovico Cavedon <cavedon@debian.org>  Wed, 10 Mar 2010 09:27:19 +0100

tortoisehg (0.9.3-2) unstable; urgency=low

  * Add disable-stdout-redirect.patch: fix dangling process with python 2.6
    (LP: 519984).
  * Update Standards-Version to 3.8.4.
  * Set XS-Python-Version to >= 2.4 (Closes: #570576).

 -- Ludovico Cavedon <cavedon@debian.org>  Fri, 19 Feb 2010 19:57:37 -0800

tortoisehg (0.9.3-1) unstable; urgency=low

  * Update watch file for changed upstream download location.
  * New upstream release.

 -- Max Bowsher <maxb@f2s.com>  Wed, 03 Feb 2010 08:39:50 +0000

tortoisehg (0.9.2-1) unstable; urgency=low

  [ Ludovico Cavedon ]
  * New upstream release.
  * Remove references to quilt from debian/rules in order to allow unpacking
    with lenny's dpkg.
  * Revert to not installing _hgtk (zsh completions), but leave it in
    doc/contrib, as upstream say it is not up-to-date.

  [ Max Bowsher ]
  * Drop both preserve-version.patch and __version__.py munging code in
    debian/rules, upstream have improved their setup.py such that this is no
    longer needed.

 -- Ludovico Cavedon <cavedon@debian.org>  Mon, 04 Jan 2010 15:31:14 +0100

tortoisehg (0.9.1.1-1) unstable; urgency=low

  [ Max Bowsher ]
  * New upstream release.
  * Upstream no longer ships HTML documentation, we must build it - add
    builddep on python-sphinx to allow this.
  * Loosen overly strict regex on the debian revision
    (facilitate backports, third-party builds, etc.)

  [ Ludovico Cavedon ]
  * Lower depends on python to 2.4, according to upstream.
  * Install _hgtk (zhs completions) into proper location for zsh.
  * Use newer source format 3.0 (quilt). 
  * Update Maintainer and remove DM-Upload-Allowed.
  * Update Upstream Homepage.

 -- Ludovico Cavedon <cavedon@debian.org>  Sun, 27 Dec 2009 23:26:09 +0100

tortoisehg (0.9-1) unstable; urgency=low

  [ Ludovico Cavedon ]
  * New upstream release (Closes: #557263).
  * Update copyright file.
  * Bump mercurial dependency to 1.4.
  * Specify minimum version for pyobject and pygtk dependencies.
  * Set Python-Version to current.
  * Replace fix-license-path.patch with add-config-file.patch: the whole
    config file needs to be provided.
  * Remove avoid-double-locale-install.patch (merged upstream).
  * Add preserve-version.patch to prevent setup.py from overriding the package
    version (but still fix it by hand after clean, as patches are unapplied
    before calling setup.py).
  * Include html documentation registered with doc-base (and recommend
    libjs-jquery).
  * Recommend python-iniparse.

  [ Max Bowsher ]
  * Remove obsolete note about repacking from README.source.
  * Drop python from Depends, ${python:Depends} will add it automatically.
  * Depend on mercurial, not mercurial-common.
  * Add Format-Specification line to debian/copyright, and tidy.
  * Change section to 'vcs'.
  * Narrow builddep from python-dev to python.
  * With agreement of maintainer, add myself to Uploaders.

 -- Ludovico Cavedon <ludovico.cavedon@gmail.com>  Tue, 24 Nov 2009 21:47:15 -0800

tortoisehg (0.8+dfsg1-1) unstable; urgency=low

  * Initial release (Closes: #535902).
  * Merge changes from Max Bowsher Ubuntu PPA package:
    - update copyright statement
    - fix-license-path.patch

 -- Ludovico Cavedon <ludovico.cavedon@gmail.com>  Tue, 29 Sep 2009 16:15:03 -0700
