pyparted (3.6-6) unstable; urgency=low

  [ Tim Gardner ]
  * m4/python.m4 really wants the full path in the PYTHON environment
    variable in order to correctly determine all multiarch include paths
    (closes: #697779).  Thanks to Colin Watson for the suggestion.

  [ Colin Watson ]
  * Improve debian/rules to stop immediately on errors.

 -- Colin Watson <cjwatson@debian.org>  Thu, 10 Jan 2013 11:35:02 +0000

pyparted (3.6-5) unstable; urgency=low

  * debian/patches/no-last-flag-check.patch:
    - Remove explicit *_LAST_FLAG checks, which impose additional interface
      constraints not guaranteed by parted (closes: #697588).  We'll still
      get parted exceptions for invalid flags, although they'll no longer be
      ValueError.
  * debian/control:
    - Add myself to Uploaders.

 -- Colin Watson <cjwatson@debian.org>  Mon, 07 Jan 2013 11:53:42 +0000

pyparted (3.6-4) unstable; urgency=low

  * debian/patches/py26.patch:
    - Enable support for python2.6 (Closes: #642545).
  * debian/control:
    - Set X-Python-Version back to >= 2.6.
  * debian/copyright:
    - Adopt DEP5 syntax.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 24 Sep 2011 10:40:36 +0200

pyparted (3.6-3) unstable; urgency=low

  * debian/control:
    - Build-depend on dh-autoreconf.
    - Drop autoconf, automake and libtool build-dependencies.
    - Drop Breaks field, no longer needed.
  * debian/rules:
    - Use autoreconf sequencer.
    - Do not install .la file (Closes: #633254).

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 14 Jul 2011 23:32:12 +0200

pyparted (3.6-2) unstable; urgency=low

  * Upload to unstable.
  * debian/control:
    - Bump Standards-Version to 3.9.2, no changes required.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 16 Apr 2011 15:35:58 +0200

pyparted (3.6-1) experimental; urgency=low

  * New upstream release.
  * debian/control:
    - New release is not compatible with python versions prior to 2.7, so
      bump X-Python-Version field to >= 2.7.
    - Bump minimum version of python related packages to >= 2.6.6-13~ to
      make sure python 2.7 is a supported python version.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 27 Mar 2011 12:07:47 +0200

pyparted (3.5-1) unstable; urgency=low

  * New upstream release.
  * Switch to dh_python2.
  * debian/control:
    - Drop python-decorator (build-)dependency, no longer needed.
    - Bump Standards-Version to 3.9.1, no changes required.
  * debian/copyright:
    - Update copyright years.

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 09 Feb 2011 00:00:17 +0100

pyparted (3.4-2) unstable; urgency=low

  * debian/patches/no_PED_PARTITION_DIAG.patch:
    - Removed, PED_PARTITION_DIAG is available in parted 2.3.
  * debian/control:
    - python2.6 is default, simplify dependencies accordingly.
    - Build-depend on libparted0-dev (>= 2.3).
    - Bump Standards-Version to 3.9.0, no changes required.

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 29 Jun 2010 19:51:30 +0200

pyparted (3.4-1) unstable; urgency=low

  * New upstream release.
  * Switch to format 3.0 (quilt).
  * debian/patches/no_PED_PARTITION_DIAG.patch:
    - Disable support for PARTITION_DIAG, not yet implemented upstream.
  * debian/control:
    - Add autoconf, automake and libtool to Build-Depends.
    - Add autoconf2.13 and automake1.4 to Build-Conflicts.
  * debian/rules:
    - Run "autoreconf -fi -I m4" for every Python build instance to get
      proper autoconf/libtool fixes.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 01 May 2010 12:17:44 +0200

pyparted (3.1-2) unstable; urgency=low

  * debian/rules:
    - Fix location of detached symbols in the -dbg package.

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 22 Mar 2010 11:39:54 +0100

pyparted (3.1-1) experimental; urgency=low

  * New upstream release.
  * debian/control:
    - Maintain package under Parted Maintainer Team umbrella.
    - Build-depend on libparted0-dev (>= 2.2).
    - Remove some build-dependencies, pulled by lipparded0-dev already.

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 09 Mar 2010 23:35:30 +0100

pyparted (3.0-1) experimental; urgency=low

  * New upstream release.
  * debian/control:
    - Build-depend on libparted-2.1-dev.
    - Remove quilt from Build-Depends.
    - Bump Standards-Version to 3.8.4, no changes required.
    - Let python-parted-dbg depend on python-dbg (>= 2.6) | python2.6-dbg.
  * debian/copyright:
    - Adjust copyright years.
  * debian/README.source:
    - Remove it, no longer needed.
  * debian/pyversions:
    - Build extension for Python 2.6 only.
  * Drop lower_parted_version.patch and no_Fedora.patch, they are no
    longer useful because libparted 2.1 implemented those features.
  * Drop python2.5_fallback.patch and no_HashNotImplemented.patch,
    extension is built for Python 2.6 only, so there is no need to
    provide compatibility for older releases.

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 08 Feb 2010 17:14:53 +0100

pyparted (2.2-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/lower_parted_version.patch:
    - Refresh for new upstream release.
  * Add python-decorator to Depends too.

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 13 Oct 2009 21:30:22 +0200

pyparted (2.1.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - (Build-)Depend on python-decorator.
    - Bump minimum libparted1.8-dev version to 1.8.8.git.2009.06.03.
    - Update my e-mail address.
    - Bump Standards-Version to 3.8.3, no changes required.
  * debian/patches/lower_parted_version.patch:
    - Lower required parted version, current Debian version already fulfil
      pyparted requirements.
  * debian/patches/no_Fedora.patch:
    - Remove features available in Fedora's parted only.

 -- Luca Falavigna <dktrkranz@debian.org>  Fri, 02 Oct 2009 02:36:35 +0200

pyparted (2.0.12-1) unstable; urgency=low

  * Initial release (Closes: #512011).

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Mon, 18 May 2009 23:52:08 +0200
