pyppd (1.1.0-2) unstable; urgency=medium

  * Run wrap-and-sort -baskt
  * Remove myself from Uploaders
  * S-V: Update to 4.6.0 without changes needed
  * Add Salsa CI configuration

 -- Didier Raboud <odyx@debian.org>  Mon, 06 Sep 2021 11:17:25 +0200

pyppd (1.1.0-1) unstable; urgency=medium

  [ Didier Raboud ]
  * New 1.1.0 upstream release
    - Drop all patches, all merged upstream
  * Refresh packaging:
    - Convert to git debrebase workflow
    - Bump Standards-Version to 4.5.0 without changes needed
    - Set upstream metadata fields
    - Set debhelper-compat version in Build-Depends
    - Bump debhelper from old 11 to 13
    - Update d/copyright for 1.1.0

  [ Till Kamppeter ]
  * Update all links to new home on GitHub

 -- Didier Raboud <odyx@debian.org>  Tue, 02 Jun 2020 18:55:12 +0200

pyppd (1.0.2-6) unstable; urgency=medium

  [ Didier Raboud ]
  * dh_pyppd: annotate python3 Depends with :any
  * Refresh d/copyright a d/watch
  * Bump debhelper compat to 11

  [ Helmut Grohne ]
  * Mark pyppd Multi-Arch: foreign (Closes: #871530)

 -- Didier Raboud <odyx@debian.org>  Fri, 30 Mar 2018 10:07:24 +0200

pyppd (1.0.2-5) unstable; urgency=medium

  * Bump Standards-Version to 4.1.3 without changes needed
  * Update Vcs-* fields for the move to salsa.d.o
  * Initialize gbp.conf and git-dpm

 -- Didier Raboud <odyx@debian.org>  Sat, 10 Feb 2018 16:58:56 +0100

pyppd (1.0.2-4) unstable; urgency=medium

  * Upload to unstable; reproducibility and regression tests successful
  * Add patch to sort the found ppd files before looping over them, for
    reproducibility of pyppd-produced scripts

 -- Didier Raboud <odyx@debian.org>  Thu, 25 Feb 2016 09:52:19 +0100

pyppd (1.0.2-3) experimental; urgency=medium

  * Rewrite the PPD files serialization to use a combination of base64 and json
    dump instead of the unreproducible python pickle. This should bring most
    packages of the printing stack closer to reproducibility

 -- Didier Raboud <odyx@debian.org>  Wed, 17 Feb 2016 08:09:31 +0100

pyppd (1.0.2-2) unstable; urgency=medium

  * Move the repository from collab-maint to printing; update the VCS-* fields
    accordingly

 -- Didier Raboud <odyx@debian.org>  Thu, 06 Mar 2014 16:44:18 +0100

pyppd (1.0.2-1) unstable; urgency=low

  * New 1.0.2 upstream release
  * Update Vcs-* fields to canonical forms
  * Bump Standards-Version to 3.9.5 without changes needed
  * Add --archive-filename option to dh_pyppd to allow the specification
    of the pyppd archive name

 -- Didier Raboud <odyx@debian.org>  Wed, 15 Jan 2014 17:34:04 +0100

pyppd (1.0.1-2) unstable; urgency=low

  [ Enrico Tassi ]
  * Fallback to debian/tmp if no ppds are found in debian/$pkg
    (Closes: #722890)

 -- Didier Raboud <odyx@debian.org>  Fri, 01 Nov 2013 13:11:51 +0100

pyppd (1.0.1-1) unstable; urgency=low

  * New 1.0.1 upstream release.
    - Improved the checking of "*1284DeviceID:" and "*Product:" lines in
      the PPD files whether they are really for different models
      Closes: #693697
  * Fix dh_pyppd's POD typos.

 -- Didier Raboud <odyx@debian.org>  Thu, 12 Sep 2013 19:34:53 +0200

pyppd (1.0.0-3) unstable; urgency=low

  * Upload to unstable
  * Don't use dh_auto_* tools to avoid trying to run setup.py with
    python2.x, which is not supported.
  * Bump Standards-Version to 3.9.4 without changes needed

 -- Didier Raboud <odyx@debian.org>  Sun, 19 May 2013 10:14:16 +0200

pyppd (1.0.0-2) experimental; urgency=low

  [ Dmitrijs Ledkovs ]
  * Use python3 shebang (Closes: #692379)
  * Clean up builds in clean target

 -- Didier Raboud <odyx@debian.org>  Mon, 05 Nov 2012 15:44:33 +0100

pyppd (1.0.0-1) experimental; urgency=low

  * New upstream version 1.0.0.
  * Drop patches merged upstream:
    - 00git_improve_runtime_error_handling.patch
    - 01_python3_compat.patch
  * Bump Standards-Version to 3.9.3 without changes needed.
  * Fix upstream FTBFS caused by the absence of ISSUES file.
  * Build for all python3 versions.
  * Rewrite debian/copyright with CF1.0 and reflect the license change
    to Expat.

 -- Didier Raboud <odyx@debian.org>  Wed, 11 Jul 2012 01:38:42 +0200

pyppd (0.4.9-8) experimental; urgency=low

  * 00git_improve_runtime_error_handling.patch: Also import upstream commit
    efa467c0a to only exit if the IOError caught was a Broken Pipe.
  * 01_python3_compat.patch: Update to current upstream merge proposal to
    rework bytes vs. string handling to be more robust. Also fix setup.py to
    work under non-UTF8 locales. (Closes: #677130)

 -- Martin Pitt <mpitt@debian.org>  Tue, 12 Jun 2012 08:39:24 +0200

pyppd (0.4.9-7) experimental; urgency=low

  * Add 00git_improve_runtime_error_handling.patch: Improved runtime error
    handling. Patch taken from upstream git head.
  * Add 01_python3_compat.patch: Port code to also work with Python 3. It
    still works with Python2 as well.
  * Switch to Python 3:
    - Add 02_use_python3.patch: Use python3 in the program, template, and
      setup.py.
    - debian/control: Move to python3-all build dependency, and drop
      XS-Python-Version (as this works with all python 3 versions).
    - debian/rules: Build with "python3", and override auto_build and
      auto_install command (until debhelper supports autobuilding python3
      modules, see Debian #597105).
    - debian/dh_pyppd: Generate "python3" dependency.

 -- Martin Pitt <mpitt@debian.org>  Tue, 05 Jun 2012 09:52:02 +0200

pyppd (0.4.9-6) unstable; urgency=low

  * Strip '^printer-driver-' from compressed PPD archive names.

 -- Didier Raboud <odyx@debian.org>  Mon, 24 Oct 2011 15:35:58 +0200

pyppd (0.4.9-5) unstable; urgency=low

  * Bugfix in dh_pyppd: Delete non-gzipped PPDs too.

 -- Didier Raboud <odyx@debian.org>  Thu, 18 Aug 2011 19:49:09 +0200

pyppd (0.4.9-4) unstable; urgency=low

  * dh_pyppd update:
    - Make sure it handles gzipped PPDs.
    - Don't try to be too smart and just check for available PPDs.

 -- Didier Raboud <odyx@debian.org>  Thu, 18 Aug 2011 16:52:51 +0200

pyppd (0.4.9-3) unstable; urgency=low

  * Add dh_pyppd helper in the dh sequence.
  * Update the long description to include some bits about dh_pyppd.
  * Update the Debian copyright.
  * Acknowledge NMU, thanks Piotr !

 -- Didier Raboud <odyx@debian.org>  Wed, 17 Aug 2011 16:48:52 +0200

pyppd (0.4.9-2.1) unstable; urgency=low

  * Non-maintainer upload (just a rebuild to add Python 2.7 and
    dropPython 2.5 support)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 17 Apr 2011 21:18:45 +0200

pyppd (0.4.9-2) unstable; urgency=low

  * Merge from Ubuntu:
    - Correct debian/copyright to match the upstream code: GPLv3 instead of
      GPLv3+. (Closes: #607282)
  * Use my @d.o address in Uploaders.

 -- Didier Raboud <odyx@debian.org>  Thu, 06 Jan 2011 15:32:24 +0100

pyppd (0.4.9-1ubuntu1) natty; urgency=low

  * debian/copyright: Corrected to match the upstream code.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 16 Dec 2010 17:24:03 +0100

pyppd (0.4.9-1) unstable; urgency=low

  * Initial release. (Closes: #602389)

 -- Didier Raboud <didier@raboud.com>  Thu, 11 Nov 2010 23:27:59 +0100