catfish (1.3.1-0ubuntu1) wily; urgency=medium

  * New upstream bugfix release
    - Fix: authentication in livesession accepts any
      value as password (LP: #1395720)
    - Fix: Catfish will lock up if 'locate' is not
      installed (LP: #1482919)
    - Fix: Catfish does not find files whose size
      exceeds 2GB (LP: #1442559)

 -- Sean Davis <smd.seandavis@gmail.com>  Tue, 08 Sep 2015 20:54:13 -0400

catfish (1.3.0-0ubuntu1) wily; urgency=medium

  * New upstream release
  * No-change bump to Standards-Version 3.9.6

 -- Sean Davis <smd.seandavis@gmail.com>  Wed, 19 Aug 2015 21:57:17 -0400

catfish (1.2.2-1build1) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 22 Jul 2015 03:32:01 +0000

catfish (1.2.2-1) unstable; urgency=medium

  * New upstream bugfix release.
    - Fixes opening previous selected item (LP: #1372165)
    - Fixes AttributeError on update dialog (LP: #1372166)

 -- Jackson Doak <noskcaj@ubuntu.com>  Mon, 22 Sep 2014 08:03:08 +1000

catfish (1.2.1-1) unstable; urgency=medium

  * New upstream release
    - Fix startup crash. Closes: #758652

 -- Sean Davis <smd.seandavis@gmail.com>  Tue, 19 Aug 2014 19:50:13 -0400

catfish (1.2.0-1) unstable; urgency=medium

  * New upstream release
    - Fix about dialogue version shown. Closes: #757828
  * debian/control: Make the PAPT the maintainer, Sean and myself uploaders

 -- Jackson Doak <noskcaj@ubuntu.com>  Sun, 17 Aug 2014 08:28:04 +1000

catfish (1.0.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Refresh Manually-Install-Docs.patch

 -- Sean Davis <smd.seandavis@gmail.com>  Sat, 09 Aug 2014 00:02:10 -0400

catfish (1.0.2-2) unstable; urgency=medium

  * Team upload.
  * Change python version to python3, improves case-insensitive
    search for non-english file names (lp: #1280607)
  * debian/control:
    - Change dependencies to python3
    - Remove suggests for python-zeitgeist, no python3-zeitgeist
  * debian/rules:
    - Change build to python3
    - Removed obsolete line for pexpect license

 -- Sean Davis <smd.seandavis@gmail.com>  Sat, 29 Mar 2014 23:03:33 -0400

catfish (1.0.2-1) unstable; urgency=medium

  * New upstream release

 -- Jackson Doak <noskcaj@ubuntu.com>  Wed, 12 Mar 2014 07:11:06 +1100

catfish (1.0.1-2) unstable; urgency=medium

  * Add python-pexpect to depends

 -- Jackson Doak <noskcaj@ubuntu.com>  Fri, 07 Mar 2014 06:23:19 +1100

catfish (1.0.1-1) unstable; urgency=medium

  * New upstream release
    - Fix CVE-2014-2093, CVE-2014-2094, CVE-2014-2095, CVE-2014-2096.
      (Closes: #739958)

 -- Jackson Doak <noskcaj@ubuntu.com>  Fri, 28 Feb 2014 16:10:56 +1100

catfish (1.0.0-3) unstable; urgency=medium

  * debian/control: use python:depends instead of python3:depends.
    Closes: #739954, #738982

 -- Jackson Doak <noskcaj@ubuntu.com>  Wed, 26 Feb 2014 16:48:23 +1100

catfish (1.0.0-2) unstable; urgency=medium

  * Depend on python-gi-cairo. Closes: #738639

 -- Jackson Doak <noskcaj@ubuntu.com>  Sun, 23 Feb 2014 07:40:04 +1100

catfish (1.0.0-1) unstable; urgency=medium

  * Team upload.

  [ Jackson Doak ]
  * New upstream release. Closes: #589777, #598598 LP: #1257500, #1258713
  * Replace Depends: locate with Recommends: mlocate | locate. Closes: #731363
  * Bump standards-version to 3.9.5

  [ Vincent Cheng ]
  * Drop debian/catfish.1 and use upstream manpage instead.

 -- Vincent Cheng <vcheng@debian.org>  Tue, 04 Feb 2014 21:03:50 -0800

catfish (0.8.2-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Jackson Doak ]
  * Set myself as maintainer
  * New upstream release
  * Update manpage
  * Merge from ubuntu, changes:
    Closes: #641577, #664326, #579181, #524603, #579564, #589776, #713006
  * Create debian/catfish.manpages, debian/docs,
    debian/patches/Manually-Install-Docs.patch
  * Delete debian/README.source, we no longer use dpatch
  * debian/copyright: 
    - Specify GPL-2+
    - Convert to debian format 1.0
  * debian/control: 
    - Bump debhelper to 9
    - Use "canonical" VCS fields
    - Update description
  * debian/compat: Set as 9
  * Use new URL in debian/watch
  
  [ Sean Davis ]
  * debian/control
    - Updated standards version to 3.9.4
    - Updated homepage to launchpad
    - Remove dependencies on yelp, gksu
    - Move zeitgeist dependencies to Suggests
    - Update description to be more accurate    
  * Update watch file for new home on Launchpad
    - update debian/watch

  [ Liviu Andronic ]
  * Misc changes to debian/control.
  * Simplify debian/rules to ensure it works with newest catfish.

  [ Scott Kitterman ]
  * Fix Makefile.in.in to install .py instead of .pyc files
  * Drop obsolete debian/patches/10Fix_makefile.dpatch and 00list
  * Drop dpatch from build-depends
  * Add --with python2 so dh_python2 is used

  [ Lionel Le Folgoc ]
  * debian/patches:
    - 20Fix_desktopfile.dpatch, 40Fix_gtkiconload.dpatch: dropped, applied
      upstream.
    - 30Fix_tracker_backend.dpatch: dropped, tracker support has been removed.
  * debian/control:
    - replace gtk2 b-deps with python-gi.
    - promote python-xdg to depends, the new mimetype filter seems to discard
      all results without it.
  * debian/source/format: switch to 3.0 (quilt).
  * Convert to dh_python2
    - update debian/rules
    - update debian/control

  [ Andrew Starr-Bochicchio ]
  * Fix file permissions during install.
  * Don't install extra license file.
  * Document missing copyright holder.

 -- Jackson Doak <noskcaj@ubuntu.com>  Mon, 14 Oct 2013 17:47:55 +1100

catfish (0.3.2-2) unstable; urgency=low

  * Team upload.

  [ Severin Heiniger ]
  * Fix lintian warning dh_desktop-is-deprecated in debian/rules.
  * Remove sclocate from Recommends as it does not appear to be used anymore.
    It only exists in old stable.
    + Closes: #532103.

  [ Jakub Wilk ]
  * Fix compatibility with tracker 0.8 (closes: #577205). Thanks to Michael
    Biebl for the bug report and the patch.
  * Add README.source.
  * Bump to Standards-Version 3.9.2 (no changes needed).
  * Add ${misc:Depends} to Depends.
  * Add build-arch and build-indep target. Make binary-arch target do nothing.
  * Prevent program crashing when an icon is missing from the icon theme
    (closes: #655430). Thanks to Carlos Kosloff for the bug report and John
     Church for the initial patch.
  * Remove reference to slocate from package description (see bug #532103).

 -- Jakub Wilk <jwilk@debian.org>  Thu, 09 Feb 2012 14:09:24 +0100

catfish (0.3.2-1) unstable; urgency=low

  [ Marco Rodrigues ]
  * New upstream version (0.3.1)
    + Closes LP: #316674
  * Bump to Standards-Version 3.8.0.

  [ Sandro Tosi ]
  * debian/watch
    - updated to reflect new upstream website
  * debian/control
    - Homepage field updated
  * debian/copyright
    - updated upstream location
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Savvas Radević ]
  * 10Fix_makefile.dpatch updated to follow upstream changes

  [ Piotr Ożarowski ]
  * New upstream version (0.3.2)
    + Closes: #511492
  * Updated the copyright years in debian/copyright
  * Updated catfish.svg link in debian/rules

 -- Python Applications Team <python-apps-team@lists.alioth.debian.org>  Tue, 13 Jan 2009 19:04:56 +0100

catfish (0.3-2) unstable; urgency=low

  * debian/patches/10Fix_makefile.dpatch: UPDATED
    - Disable the creation of symlinks in Makefile as we will
      handle it in debian/rules to ensure they are created correctly.
  * debian/rules: 
    - Updated to create correct symlinks that were being incorrectly created in
      the Makefile.    
  * Closes lp: #222050
  
 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Thu, 22 May 2008 02:48:46 +0200

catfish (0.3-1) unstable; urgency=low
  
  * debian/control:
    - added python-gobject to Depends
    - removed dbus from Depends
    - moved python-xdg to Recommends
    - added slocate to Recommends
    - added "python-dbus, strigi-daemon, doodle, tracker, beagle" to Suggests
    - bumped Standards-Version to 3.7.3
    - added PAPT to Uploaders
    - added Vcs-Svn and Vcs-Browser fields
  * debian/rules:
    - Removed call to dh_shlibsdeps
  * debian/patches/20Fix_desktopfile.dpatch:
    - Remove encoding field from .desktop file

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Mon, 18 Feb 2008 16:52:28 -0800

catfish (0.3-0ubuntu2) hardy; urgency=low

  [Cody A.W. Somerville]
  * debian/watch: Created watchfile.
  * debian/rules:
    - Removed unrequired debhelper comments
    - Removed unneeded spaces at eol
    - Removed undeeded header
    - README now passed to dh_installdocs
  * debian/patches/10Disable_compile.dpatch:
    - Updated patch header
      . Added name before e-mail
      . Added patch description
  * debian/control:
    - Removed build-depends-indep python (not required)
    - Added homepage field (removed from long description)
    - Removed 'a' from start of package synopsis
    - Removed unneeded whitespace
    - Removed X[BS]-Python-Version fields
  * debian/docs: REMOVED (installed directly in debian/rules now).
  * debian/menu:
    - No longer uses absolute path
    - Updated to conform to new Debian menu policy

 -- Bryce Harrington <bryce@ubuntu.com>  Wed, 12 Dec 2007 18:37:33 -0800

catfish (0.3-0ubuntu1) hardy; urgency=low

  * New release 0.3
  * Added dbus dependency
  * Updated debian/docs
  * Updated makefile patch
  * Modified debian/rules to handle "clean" errors better

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Fri, 02 Nov 2007 17:24:10 -0300

catfish (0.1-0ubuntu1) feisty; urgency=low

  * Initial release

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Fri, 12 Jan 2007 22:54:55 -0400

