python-dbusmock (0.11.4-1+deb8u1) stable; urgency=medium

  * SECURITY FIX: When loading a template from an arbitrary file through the
    AddTemplate() D-Bus method call or DBusTestCase.spawn_server_template()
    Python method, don't create or use Python's *.pyc cached files. By
    tricking a user into loading a template from a world-writable directory
    like /tmp, an attacker could run arbitrary code with the user's
    privileges by putting a crafted .pyc file into that directory.

    Note that this is highly unlikely to actually appear in practice as custom
    dbusmock templates are usually shipped in project directories, not
    directly in world-writable directories.
    (Closes: #786858, LP: #1453815, CVE-2015-1326)
  * Add debian/gbp.conf for "jessie" packaging branch.

 -- Martin Pitt <mpitt@debian.org>  Tue, 26 May 2015 09:26:11 +0200

python-dbusmock (0.11.4-1) unstable; urgency=medium

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Mon, 22 Sep 2014 10:26:38 +0200

python-dbusmock (0.11.3-1) unstable; urgency=medium

  * New upstream bug fix release.
  * Bump Standards-Version to 3.9.6 (no changes necessary).

 -- Martin Pitt <mpitt@debian.org>  Fri, 19 Sep 2014 08:50:28 +0200

python-dbusmock (0.11.1-2) unstable; urgency=medium

  * Mark packages as Multi-Arch: foreign for cross-building.
    (LP: #1357388)

 -- Martin Pitt <mpitt@debian.org>  Mon, 18 Aug 2014 08:07:59 +0200

python-dbusmock (0.11.1-1) unstable; urgency=medium

  * New upstream release:
    - logind template: Fix type of IdleSinceHint property, and add
      IdleSinceHintMonotonic and IdleActionUSec properties. (LP: #1348437)
    - NetworkManager template: Add "Devices" and "AccessPoints" properties of
      NetworkManager 0.9.10. (LP: #1328579)

 -- Martin Pitt <mpitt@debian.org>  Fri, 08 Aug 2014 08:17:34 +0200

python-dbusmock (0.11-1) unstable; urgency=medium

  * New upstream release.
  * Package is maintained in git now, adjust Vcs-* tags.
  * debian/tests/control: Wrap dependencies.
  * Add bluez test dependency to cover new bluez 4 template.

 -- Martin Pitt <mpitt@debian.org>  Thu, 24 Jul 2014 07:08:49 +0200

python-dbusmock (0.10.3-1) unstable; urgency=medium

  * New upstream release:
    - Fix TestCLI.test_template_system test with upower 0.99. (LP: #1330037)
    - ofono template: Support adding a second modem with AddModem().
      (LP: #1340590)

 -- Martin Pitt <mpitt@debian.org>  Wed, 16 Jul 2014 13:32:03 +0200

python-dbusmock (0.10.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop ofono-scripts build dependency, it's not in Ubuntu main yet. ofono
    template will be tested in autopkgtest.
  * Update Homepage: for new gitorious page.

 -- Martin Pitt <mpitt@debian.org>  Thu, 30 Jan 2014 15:30:17 +0100

python-dbusmock (0.10-1) unstable; urgency=medium

  * New upstream release.
  * Add "ofono-scripts | ofono" build/autopkgtest dependency, to cover the new
    ofono template in Ubuntu. Debian doesn't package the scripts, so the
    alternative will silently disable this test there.
  * Add "systemd-services | systemd" autopkgtest dependency to cover the new
    timedated template.

 -- Martin Pitt <mpitt@debian.org>  Wed, 18 Dec 2013 19:25:32 +0100

python-dbusmock (0.9.2-1) unstable; urgency=medium

  * New upstream release.

 -- Martin Pitt <mpitt@debian.org>  Fri, 13 Dec 2013 07:18:41 +0100

python-dbusmock (0.9.1-1) unstable; urgency=low

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Tue, 10 Dec 2013 11:15:31 +0100

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

  * New upstream release.

 -- Martin Pitt <mpitt@debian.org>  Fri, 29 Nov 2013 14:38:52 +0100

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

  * New upstream release:
    - Support upower 1.0 API in the upower template. Specify property
      DaemonVersion >= 0.99 to use it. (LP: #1245955)
  * Bump Standards-Version to 3.9.5, no changes necessary.

 -- Martin Pitt <mpitt@debian.org>  Fri, 08 Nov 2013 07:23:49 +0100

python-dbusmock (0.7.2-2) unstable; urgency=low

  * Build a Python 2 package. (LP: #1230141)

 -- Martin Pitt <mpitt@debian.org>  Wed, 25 Sep 2013 10:15:34 +0200

python-dbusmock (0.7.2-1) unstable; urgency=low

  * New upstream release:
    - Add optional "timeout" argument to DBusTestCase.wait_for_bus_object().
      (LP: #1218318)
    - DBusTestCase.start_system_bus(): Make the fake bus look more like a real
      system bus by specifying a configuration file with type "system".
  * Move to pybuild to greatly simplify debian/rules.

 -- Martin Pitt <mpitt@debian.org>  Fri, 30 Aug 2013 16:47:32 +0200

python-dbusmock (0.7.1-1) unstable; urgency=low

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Fri, 02 Aug 2013 07:11:13 +0200

python-dbusmock (0.7-1) unstable; urgency=low

  * New upstream release.
  * Drop consolekit build and test dependency, as at some point we want to get
    rid of it in the archive.

 -- Martin Pitt <mpitt@debian.org>  Tue, 30 Jul 2013 11:08:30 +0200

python-dbusmock (0.6.2-1) unstable; urgency=low

  [ Martin Pitt ]
  * New upstream release.

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

 -- Martin Pitt <mpitt@debian.org>  Thu, 13 Jun 2013 12:20:42 +0200

python-dbusmock (0.6-1) experimental; urgency=low

  * New upstream release.
  * debian/rules: Fix clean rule to not call python 2.

 -- Martin Pitt <mpitt@debian.org>  Wed, 20 Mar 2013 14:16:23 +0100

python-dbusmock (0.5-1) experimental; urgency=low

  * New upstream release.
  * Add policykit-1 test dependency for covering the new polkitd mock.
  * Bump Standards-Version to 3.9.4, no changes necessary.

 -- Martin Pitt <mpitt@debian.org>  Sun, 03 Feb 2013 21:49:23 +0100

python-dbusmock (0.4.0-1) experimental; urgency=low

  * New upstream release.

 -- Martin Pitt <mpitt@debian.org>  Mon, 21 Jan 2013 08:31:54 +0100

python-dbusmock (0.3.1-1) experimental; urgency=low

  * New upstream release.

 -- Martin Pitt <mpitt@debian.org>  Mon, 07 Jan 2013 08:04:58 +0100

python-dbusmock (0.3-1) experimental; urgency=low

  * New upstream release.
  * Add libnotify-bin build and test dependencies, for the new
    notification-daemon template test.

 -- Martin Pitt <mpitt@debian.org>  Wed, 19 Dec 2012 16:02:31 +0100

python-dbusmock (0.2.2-1) experimental; urgency=low

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Tue, 27 Nov 2012 06:14:08 +0100

python-dbusmock (0.2.1-1) experimental; urgency=low

  * New upstream release.
  * Add autopkgtest for running the upstream test suite.

 -- Martin Pitt <mpitt@debian.org>  Thu, 15 Nov 2012 08:13:56 +0100

python-dbusmock (0.1.3-1) experimental; urgency=low

  * Initial release (Closes: #692023)

 -- Martin Pitt <mpitt@debian.org>  Sat, 03 Nov 2012 18:07:20 +0100
