objgraph (3.4.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Stefano Rivera ]
  * Switch homepage URL to https.
  * Bump Standards-Version to 4.2.0, no changes needed.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 21 Aug 2018 09:50:20 -0700

objgraph (3.4.0-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
  * Refresh patches.
  * Bump copyright years.
  * Bump Standards-Version to 4.1.3, no changes needed.
  * Drop Breaks + Replaces on objgraph (<< 1.6.0-2), that's not in any
    supported release any more.
  * Use python3-sphinx rather than the Python 2 version.
  * Bump debhelper compat to 11.
    - Override dh_installdocs package heuristics.
  * Drop overrides for things that debhelper now supports.
  * Patch: Drop graphviz from install_requires, not packaged in Debian and not
    needed.
  * Set Rules-Requires-Root: no

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

 -- Stefano Rivera <stefanor@debian.org>  Sun, 18 Feb 2018 19:30:34 -0800

objgraph (3.0.1-1) unstable; urgency=medium

  * New upstream release.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 10 Nov 2016 12:26:04 +0000

objgraph (3.0.0-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release
  * Switch watch file to https.
  * Bump copyright years.
  * Bump Standards-Version to 3.9.8, no changes needed.
  * Upstream dropped support for Python << 2.7 & << 3.3.
  * Build-Depend on python{3,}-mock for unittests. (This is available in
    stdlib for Python 3, but setup.py declares a dependency)

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

 -- Stefano Rivera <stefanor@debian.org>  Sun, 08 May 2016 22:15:20 +0200

objgraph (2.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 20 Sep 2015 18:14:39 -0700

objgraph (2.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Point watch file to pypi.debian.net.
  * Remove now-unnecessary XS-Testsuite control field.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Bump copyright years.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 03 Jul 2015 17:34:19 -0700

objgraph (1.8.1-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
  * Refresh patches.
  * Bump copyright years.
  * Add DEP-12 upstream metadata.

  [ Andrey Rahmatullin ]
  * Switch to pybuild.
  * Switch to debhelper compat level 9.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 19 Jun 2014 23:29:35 +0200

objgraph (1.8.0-1) unstable; urgency=medium

  * New upstream release (Closes: #741822)
  * Bump Standards-Version to 3.9.5, no changes needed.
  * The upstream changelog is now CHANGES.rst.
  * Patch: remove-external-images. Remove references to Travis CI's status
    image from the documentation.

 -- Stefano Rivera <stefanor@debian.org>  Sat, 12 Apr 2014 16:51:59 +0200

objgraph (1.7.2-2) unstable; urgency=low

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

  [ Stefano Rivera ]
  * Upload to unstable, wheezy released.
  * Bump debhelper compat to 8.
  * Add autopkgtests.
  * Switch the debian/watch URL to https.
  * Don't ship SOURCES.txt.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 26 May 2013 15:37:05 +0200

objgraph (1.7.2-1) experimental; urgency=low

  * New upstream release.
    - Tests pass on Python 3.3. (Closes: #686331)
    - Supports file formats besides png.
  * Upload to experimental, as Debian is frozen for wheezy.
  * Bump Standards-Version to 3.9.4.
    - Bump debhelper Build-Depends to 8.1 for build-{arch,indep} support.
  * Bump machine readable copyright format to 1.0.
  * Bump copyright years.

 -- Stefano Rivera <stefanor@debian.org>  Sat, 10 Nov 2012 18:59:27 +0200

objgraph (1.7.1-1) unstable; urgency=low

  * New upstream release.
    - Supports "setup.py test". We now use that, and Build-Depend on
      python-setuptools + python3-setuptools.
    - Drop utf8-changes.patch and quoting-py3k-utf8.patch: Superseded
      upstream.
  * Use dh_sphinxdoc.
    - Version python-sphinx Build-Depend.
    - Drop dh_installdocs override.
    - Don't manually symlink to libjs-jquery any more.
  * Don't compress sphinx _sources.
  * debian/rules: set -x for setup.py loops.

 -- Stefano Rivera <stefanor@debian.org>  Wed, 04 Jan 2012 14:35:50 +0200

objgraph (1.7.0-2) unstable; urgency=low

  * Rebuild for Python transition.
  * Bump Standards-Version to 3.9.2, no changes needed.
  * Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
  * debian/copyright: Update to DEP5 Format r174.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 17 Apr 2011 19:58:04 +0200

objgraph (1.7.0-1) unstable; urgency=low

  * New upstream release.
    - Update copyright years.
    - utf8-changes.patch: Fix UnicodeDecodeError in non-UTF-8 locales
    - quoting-py3k-utf8.patch: Fix quoting.txt test for Py3k + non-UTF-8
      locales
  * Update my e-mail address.
  * Correct DEP3 headers (first line of Description is the subject)

 -- Stefano Rivera <stefanor@debian.org>  Sat, 12 Mar 2011 17:25:37 +0200

objgraph (1.6.0-2) unstable; urgency=low

  * New binary package: python-objgraph-doc

 -- Stefano Rivera <stefano@rivera.za.net>  Sat, 18 Dec 2010 22:30:32 +0200

objgraph (1.6.0-1) unstable; urgency=low

  * New upstream release.
    - Adds Python 3.x support (LP: #687601)
  * Refresh patches.
  * Use upstream example images, rather than re-generating. (LP: #686731)

 -- Stefano Rivera <stefano@rivera.za.net>  Sat, 18 Dec 2010 16:35:11 +0200

objgraph (1.5.0-1) unstable; urgency=low

  * New upstream release
  * Refresh patches.
  * debian/control: Reword description.
  * Build new Sphinx-based documentation

 -- Stefano Rivera <stefano@rivera.za.net>  Wed, 08 Dec 2010 00:13:12 +0200

objgraph (1.4.0-1) experimental; urgency=low

  * New upstream release.
    - Drop README.Debian: Upstream fixed the issues we were warning about.
    - Extend copyright years.
    - Add examples: examples.txt and finalizers.png
  * Convert from python-support to dh_python2.
  * Use debhelper's --buildsystem=python_distutils option instead of removing
    Makefile in clean.
  * debian/control:
    - Bump Standards-Version to 3.9.1 (no changes needed).
    - Suggest: xdot (now packaged)
  * Patches:
    - Dropped dont-call-xdot.patch: Now builds and runs with or without an
      xdot in PATH.
    - Refreshed Patches.

 -- Stefano Rivera <stefano@rivera.za.net>  Mon, 08 Nov 2010 02:22:13 +0200

objgraph (1.2-1) unstable; urgency=low

  * Initial release (Closes: #566798)

 -- Stefano Rivera <stefano@rivera.za.net>  Thu, 28 Jan 2010 13:00:22 +0200
