autojump (21.6.9-1) unstable; urgency=low

  * New upstream release.
  * debian/patches:
     - fix-arbitrary-code-flaw.patch: removed, part of that upstream release.
     - fix-dict-bug.patch: removed, part of that upstream release.
     - fix-manpage.patch: removed, no longer needed.
     - runtests-shebang.patch, fix-tests.patch: removed as the tests no longer
       exist.
     - remove-makefile-test.patch: remove references to the removed tests in
       the makefile so it can be built.
     - man-source.patch, move-to-usrshare.patch: refresh.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Thu, 15 Aug 2013 15:56:12 +0200

autojump (21.5.1-2) experimental; urgency=low

  * debian/patches: new patches
     + fix-arbitrary-code-flaw.patch: pick a fix for an arbitrary code
       execution flaw. (Closes: #706252) (CVE-2013-2012)
     + fix-dict-bug.patch: fix a bug that rendered the --purge option
       unusable. (Closes: #705516)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 28 Apr 2013 20:21:34 +0200

autojump (21.5.1-1) experimental; urgency=low

  * New upstream release. (Closes: #704660)
  * debian/control:
     + remove the jumpapplet package, dropped by upstream.
     + remove the DM-Upload-Allowed field, deprecated and no longer useful for
       this package anyway.
     + update Standards-Version (required removing the DM-Upload-Allowed from
       debian/control).
  * debian/rules:
     + avoid running upstream's Makefile.
     + stop building jumpapplet's man page which no longer exists.
  * debian/copyright:
     + update with new upstream author.
     + removes the entry related to jumpapplet, which no longer exists.
  * debian/patches:
     + jumpapplet-*.patch: removed, no longer relevant with jumpapplet
       removed.
     + *.patch: refresh.
     + runtests-shebang.patch: correct runtests.py's shebang.
     + fix-tests.patch: fix the test suite that was not fully
       adapted for the new logarithmic growth model.
     + move-to-usrshare.patch: update header (add Forwarded: not-needed).
     + man-source.patch: update header (add Forwarded: not-needed).
  * debian/autojump.install: update for new upstream paths (bin/ and docs/).
  * debian/watch: use GitHub automatic tarballs from Git tags.
  * debian/jumpapplet.*: removed, as jumpapplet no longer exists.
  * debian/autojump.links: removed, no longer needed with jumpapplet removed.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Mon, 08 Apr 2013 23:57:51 +0200

autojump (20-2) unstable; urgency=low

  * debian/control: make autojump depend on Python 3.2+, where the module
    argparse was introduced. (Closes: #673008)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 26 May 2012 09:38:48 +0200

autojump (20-1) unstable; urgency=low

  * New upstream release.
  * debian/autojump.links: link autojump to /usr/share/autojump where it is
    used as a module imported by jumpapplet.
  * debian/patches:
     + jumpapplet-include-functions.patch: removed, remplaced by a simpler
       solution than copying functions from autojump to jumpapplet.
     + jumpapplet-import-path.patch: import autojump from jumpapplet using a
       full path.
     + man-source.patch: updated, the manpage now being written in Markdown
       and compiled with Pandoc.
     + fix-manpage.patch: fix the buggy manpage produced by Pandoc.
     + move-to-usrshare.patch: refreshed.
     + use-python3.patch: refreshed.
  * debian/copyright:
     + updated copyright date (to 2012).
     + updated to released format.
  * debian/autojump.docs: README.rst replaced by README.md.
  * debian/control:
     + update Standards-Version (no change required).
     + correct a typo and indicate that the user has to source autojump to be
       able to use it. (Closes: #649580)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 14 Apr 2012 13:59:47 +0200

autojump (18-1) unstable; urgency=low

  * New upstream release.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 10 Dec 2011 23:41:06 +0100

autojump (17-1) unstable; urgency=low

  * New upstream version.
  * debian/patches:
     + data_dir.patch: applied by upstream, not needed anymore.
     + force-pickle-v2.patch: this was a backport from upstream, not needed
       anymore.
     + jumpapplet-include-functions.patch: copy functions from autojump to
       jumpapplet instead of importing them as a temporary workaround (cf.
       patch header).
  * debian/copyright: replace the two previous copyright files by this single
    one to simplify and respect the policy.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 02 Oct 2011 22:48:44 +0200

autojump (15-4) unstable; urgency=low

  * debian/patches/force-pickle-v2.patch: document that upstream corrected
    this in parallel, so this patch will not be necessary by the next release.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 24 Jul 2011 20:53:00 +0200

autojump (15-3) unstable; urgency=low

  * debian/patches:
     + data_dir.patch: fix jumpapplet to use the new XDG compliant
       directories. (Closes: #633889)
     + use-python3.patch: use Python 3 for autojump. (Closes: #632224)
     + force-pickle-v2.patch: force using a serializing (pickle) protocole
       compatible with both Python 2 and Python 3.
  * debian/control: let autojump depend on python3.
  * debian/autojump.lintian-overrides: removed, as this seems to be corrected
    in Lintian.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 23 Jul 2011 13:42:06 +0200

autojump (15-2) unstable; urgency=low

  * Install manpages with dh_installman.
  * debian/control: updated Standards-Version (no change required).

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 28 May 2011 11:01:35 +0200

autojump (15-1) unstable; urgency=low

  * New upstream version.
  * debian/rules: upstream chmod -x'ed autojump.{bash,zsh}, no need to do it
    here anymore.
  * debian/patches/jumpapplet-shebang.patch: correct jumpapplet's shebang.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sun, 10 Apr 2011 20:20:07 +0200

autojump (14-1) unstable; urgency=low

  * New upstream version.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Fri, 14 Jan 2011 22:40:00 +0100

autojump (11-1) unstable; urgency=low

  * Initial release (Closes: #580891)

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Tue, 10 Aug 2010 10:22:17 +0200
