apipkg (3.0.2-2) unstable; urgency=medium

  * Team Upload
  * Drop unused dependency on RC-buggy python3-py
  * Remove obsolete ref. to Python2
  * Add debian/salsa-ci.yml

 -- Alexandre Detiste <tchet@debian.org>  Fri, 24 Oct 2025 09:58:15 +0200

apipkg (3.0.2-1) unstable; urgency=medium

  * Update to new upstream release 3.0.2
  * Update extend-diff-ignore to fix FTBFS double-build (Closes: #1043626)

 -- Scott Talbert <swt@techie.net>  Thu, 28 Mar 2024 20:05:32 -0400

apipkg (3.0.1-2) unstable; urgency=medium

  * Switch d/watch to GitHub tags page to fix uscan checks
  * Add missing test dependency on python3-py (Closes: #1040410)
  * Update Standards-Version to 4.6.2

 -- Scott Talbert <swt@techie.net>  Wed, 05 Jul 2023 13:18:36 -0400

apipkg (3.0.1-1) unstable; urgency=medium

  * Switch to GitHub tarballs
  * Update to new upstream release 3.0.1
  * Update Standards-Version to 4.6.1

 -- Scott Talbert <swt@techie.net>  Tue, 02 Aug 2022 22:40:36 -0400

apipkg (2.1.0-1) unstable; urgency=medium

  * Update to new upstream release 2.1.0

 -- Scott Talbert <swt@techie.net>  Thu, 07 Oct 2021 17:28:54 -0400

apipkg (2.0.0-1) unstable; urgency=medium

  * Update to new upstream release 2.0.0
  * Update Standards-Version to 4.6.0 (no changes needed)

 -- Scott Talbert <swt@techie.net>  Fri, 24 Sep 2021 10:15:09 -0400

apipkg (1.5-7) unstable; urgency=medium

  * Fix FTBFS with pytest 6 (Closes: #977055)
  * Use extend-diff-ignore instead of clean for version.py file
  * Update d/watch to version 4

 -- Scott Talbert <swt@techie.net>  Sat, 02 Jan 2021 20:39:18 -0500

apipkg (1.5-6) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Scott Talbert ]
  * Add src/apipkg/version.py to d/clean (Closes: #978197)
  * Update Standards-Version to 4.5.1; no changes needed

 -- Scott Talbert <swt@techie.net>  Sun, 27 Dec 2020 22:23:20 -0500

apipkg (1.5-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Scott Talbert ]
  * Run autopkgtests on supported Python versions vice installed
  * Update dephelper-compat to 13
  * Rules-Requires-Root: no
  * Update d/copyright

 -- Scott Talbert <swt@techie.net>  Thu, 13 Aug 2020 15:30:31 -0400

apipkg (1.5-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Scott Talbert ]
  * Remove Python 2 support (Closes: #936125)

 -- Scott Talbert <swt@techie.net>  Mon, 09 Dec 2019 22:33:28 -0500

apipkg (1.5-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Scott Talbert ]
  * d/patches: Add patch to fix tests with pytest 4
  * d/control: Remove trailing whitespace
  * d/control: Update to debhelper compat level 12
  * d/control: Update Standards Version to 4.4.0

 -- Scott Talbert <swt@techie.net>  Thu, 08 Aug 2019 23:23:39 -0400

apipkg (1.5-2) unstable; urgency=medium

  * deb/tests/control: add apipkg packages to Depends to fix CI tests

 -- Scott Talbert <swt@techie.net>  Wed, 17 Oct 2018 22:18:17 -0400

apipkg (1.5-1) unstable; urgency=medium

  * deb/control: unorphan package and set maintainer to DPMT, add myself as
    uploader (Closes: #840029)
  * deb/control: update VCS URLs to new Salsa repository
  * New upstream release
  * deb/control: add setuptools_scm to build deps
  * deb/rules: update README.txt -> README.rst
  * deb/control: update Standards version to 4.2.1 (no changes needed)
  * deb/copyright: use https for copyright format uri
  * deb/control: update Homepage to new GitHub location

 -- Scott Talbert <swt@techie.net>  Mon, 15 Oct 2018 13:27:21 -0400

apipkg (1.4-2) unstable; urgency=medium

  * package orphaned:
    + deb/control: maintainer set to Debian QA Group.

 -- Daniel Stender <stender@debian.org>  Mon, 19 Jun 2017 08:55:08 +0200

apipkg (1.4-1) unstable; urgency=medium

  * build with apipkg_1.4.orig.tar.xz (Files-Excluded items stripped out).
  * build Python 3 package (Closes: #790676):
    + add python3-all and python3-setuptools to build-deps in deb/control.
    + add package description in deb/control.
    + build using dh-python3 in deb/rules.
  * deb/control:
    + put myself into Maintainer field.
    + build with Debhelper 9 (plus, bumped level in deb/compat).
    + add dh-python, pytest and py to build-deps.
    + bump Standards to 3.9.8 (no changes needed).
    + update Homepage URI.
    + add Vcs fields (source at collab-maint).
    + drop Provides and Breaks (obsolete).
    + cosmetics (wrapped).
  * deb/copyright:
    + rewritten to meet DEP-5, updated.
    + add Files-Excluded (for egg-info/, .hg-s).
  * deb/rules:
    + use pybuild as build system.
    + add export for PYBUILD_NAME.
    + add override for dh_auto_test (for launching pytest).
    + add override for dh_installdocs to contribute into both packages.
    + cosmetics (remove spurious comment line).
  * deb/watch: watch pypi.debian.net.
  * deb/clean: remove whole egg-info/ folder.
  * add: deb/gbp.conf.
  * remove: deb/docs.
  * fix DEP-8 tests.

 -- Daniel Stender <stender@debian.org>  Mon, 03 Oct 2016 23:07:36 +0200

apipkg (1.4-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release (Closes: #838921).
  * deb/control: add setuptools to build-deps.

 -- Daniel Stender <stender@debian.org>  Mon, 26 Sep 2016 17:33:37 +0200

apipkg (1.0-1.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>  Sat, 16 Apr 2011 13:00:27 +0200

apipkg (1.0-1) unstable; urgency=low

  * Imported Upstream version 1.0
  * python-support => dh_python2
  * Bumped Standards-Version

 -- Adam Schmalhofer <Adam.Schmalhofer@gmx.de>  Sat, 26 Feb 2011 22:28:20 +0100

apipkg (1.0~b6-5) unstable; urgency=low

  * Rebuilt with now current Python versions (Closes: #597924)

 -- Adam Schmalhofer <Adam.Schmalhofer@gmx.de>  Wed, 29 Sep 2010 21:58:08 +0200

apipkg (1.0~b6-4) unstable; urgency=low

  * Include README.txt

 -- Adam Schmalhofer <Adam.Schmalhofer@gmx.de>  Sun, 07 Feb 2010 19:47:29 +0100

apipkg (1.0~b6-3) unstable; urgency=low

  * Standards-Version bumped to 3.8.4

 -- Adam Schmalhofer <Adam.Schmalhofer@gmx.de>  Sun, 07 Feb 2010 19:07:00 +0100

apipkg (1.0~b6-2) unstable; urgency=low

  * Added proper debian/copyright - thanks to Chris Lamb
  * s/python/Python in package description - thanks to Chris Lamb

 -- Adam Schmalhofer <Adam.Schmalhofer@gmx.de>  Wed, 27 Jan 2010 16:19:23 +0100

apipkg (1.0~b6-1) unstable; urgency=low

  * Initial release (Closes: #566854)

 -- Adam Schmalhofer <Adam.Schmalhofer@gmx.de>  Mon, 25 Jan 2010 16:22:39 +0100
