python-minimock (1.2.8-4) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * QA Upload.
    Orphan package - see bug 677174.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooĳ <jelmer@debian.org>  Sun, 16 Oct 2022 21:59:16 +0100

python-minimock (1.2.8-3) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.6.0.
  * Bump debhelper compat to v13.
  * debian/rules: Remove extra ^L character.

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

  [ Debian Janitor ]
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.

 -- Boyuan Yang <byang@debian.org>  Fri, 03 Sep 2021 00:16:30 -0400

python-minimock (1.2.8-2) unstable; urgency=medium

  * Changeless source-only upload.

 -- Andrej Shadura <andrewsh@debian.org>  Sun, 15 Sep 2019 10:54:26 +0200

python-minimock (1.2.8-1) unstable; urgency=medium

  * New upstream release.
  * New maintainer (DPMT).
  * Update Vcs-* to point to Salsa.
  * debhelper 12.
  * Build with pybuild, only for Python 3.
  * Bump Standards-Version.
  * Run doctests on build.
  * Add gbp.conf.

 -- Andrej Shadura <andrewsh@debian.org>  Thu, 12 Sep 2019 18:04:22 +0200

python-minimock (1.2.7-1) unstable; urgency=low

  * The “Sliding Days” release.
  * New upstream version.
    (Closes: bug#638579).
  * debian/control:
    + Declare “Standards-Version: 3.9.3”. No additional changes required.
  * debian/copyright:
    + Conform to copyright format version 1.0.
    + Update copyright information.

 -- Ben Finney <ben+debian@benfinney.id.au>  Sun, 08 Apr 2012 17:08:51 +1000

python-minimock (1.2.6-2) unstable; urgency=low

  * The “Ingersoll” release.
  * debian/control:
    + Declare “Standards-Version: 3.9.2”.
    + Update ‘VCS-*’ fields for new Alioth layout.
  * debian/control, debian/rules:
    + Convert to ‘dh_python2’ packaging helper.
    + Add recommended build targets.
    + Increase minimum Debhelper version to support new targets.
  * debian/watch:
    + Refine upstream URL regex in line with current ‘uscan’ recommendations.

 -- Ben Finney <ben+debian@benfinney.id.au>  Sun, 31 Jul 2011 20:30:58 +1000

python-minimock (1.2.6-1) unstable; urgency=low

  * New upstream version.
    (Closes: bug#614123).
    + Can now change tracker on a mock object after creation.
    + Improve doctest support.
    + Bug fixes.
  * debian/docs, debian/rules:
    + Update documentation filenames to match upstream.
  * debian/source/format:
    + Convert packaging to source format “3.0 (quilt)”.
  * debian/control:
    + Declare “Standards-Version: 3.9.1”. No further changes needed.
    + Specify the ‘VCS-Browser’ URL.
    + Clarify package description.
    + Set “Priority: optional” to allow other common packages to depend on
      this one.

 -- Ben Finney <ben+debian@benfinney.id.au>  Mon, 21 Feb 2011 10:12:29 +1100

python-minimock (1.2.5-1) unstable; urgency=low

  * New upstream version:
    + Deprecate MockTracker. TraceTracker should be used instead.
  * debian/control:
    + Update to ‘Standards-Version: 3.8.2’. No changes required.

 -- Ben Finney <ben+debian@benfinney.id.au>  Fri, 07 Aug 2009 15:06:18 +1000

python-minimock (1.2.3-1) unstable; urgency=low

  * New upstream version.
    + Can now suppress tracking for a Mock instance by specifying
      ‘tracker=None’.
  * debian/control, debian/rules:
    + Switch to ‘python-support’ for Python packaging.
    + Use nicer override handling from later ‘debhelper’ version.

 -- Ben Finney <ben+debian@benfinney.id.au>  Thu, 23 Apr 2009 10:33:44 +1000

python-minimock (1.2.2-1) unstable; urgency=low

  * New upstream version.
    + Refined tracker output checking for irrelevant whitespace
      differences.
    + Documentation structure update.
  * debian/*:
    + Update copyright on Debian packaging.
  * debian/control:
    + ‘Build-Depends: python’ instead of ‘python-dev-all’.
  * debian/rules:
    + Install upstream changelog.

 -- Ben Finney <ben+debian@benfinney.id.au>  Thu, 26 Mar 2009 14:09:17 +1100

python-minimock (1.2.1-1) unstable; urgency=low

  * New upstream version.
    + ‘mock’ now also searches built-in namespace by default.
    + New mock trackers.
  * debian/control:
    + Conform package to ‘Standards-Version: 3.8.1’.

 -- Ben Finney <ben+debian@benfinney.id.au>  Fri, 20 Mar 2009 22:49:57 +1100

python-minimock (1.0-1) unstable; urgency=low

  * New upstream version.
  * debian/copyright:
    + Update fields to latest draft format version.
    + Wrap 'Format-Specification' field to observe line-length limit.

 -- Ben Finney <ben+debian@benfinney.id.au>  Fri, 09 Jan 2009 19:59:36 +1100

python-minimock (0.9-1) unstable; urgency=low

  * New upstream version.
  * debian/copyright
    + Update fields to latest draft format version.

 -- Ben Finney <ben+debian@benfinney.id.au>  Mon, 21 Jul 2008 08:34:38 +1000

python-minimock (0.8-5) unstable; urgency=medium

  * debian/rules
    + Fix a FTBFS: Ensure package builds on the buildd environment, by not
      mentioning 'python-support' at all (closes: bug#490315).
  * debian/control
    + Build-Depends-Indep: python-central >= 0.6.8, debhelper >= 7.0.14 to
      correctly manipulate the 'dh' sequences.

 -- Ben Finney <ben+debian@benfinney.id.au>  Sat, 12 Jul 2008 10:44:05 +1000

python-minimock (0.8-4) unstable; urgency=low

  * Add missing Build-Depends: python-setuptools (Closes: Bug#486958).

 -- Ben Finney <ben+debian@benfinney.id.au>  Thu, 19 Jun 2008 19:13:22 +1000

python-minimock (0.8-3) unstable; urgency=low

  * debian/rules
    + Fix packaging to generate only actually-needed dependencies (stop
      pulling in 'python-support' needlessly).
  * debian/control
    + Restore XB-Python-Version, needed by python-central.

 -- Ben Finney <ben+debian@benfinney.id.au>  Mon, 16 Jun 2008 18:11:34 +1000

python-minimock (0.8-2) unstable; urgency=low

  * debian/control
    + Build-Depends on newer python-central.
    + Remove XB-Python-Version, no longer needed for generating packages.
    + Update Standards-Version to 3.8.0 (no changes).
  * debian/rules
    + Use debhelper 7 support of python-central.

 -- Ben Finney <ben+debian@benfinney.id.au>  Fri, 13 Jun 2008 18:39:44 +1000

python-minimock (0.8-1) unstable; urgency=low

  * Initial release (Closes: #486019).

 -- Ben Finney <ben+debian@benfinney.id.au>  Fri, 13 Jun 2008 12:50:30 +1000
