ofono-phonesim (1.20-1ubuntu7) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <rbalint@ubuntu.com>  Tue, 03 Apr 2018 12:37:33 +0000

ofono-phonesim (1.20-1ubuntu6) xenial; urgency=medium

  [ Alfonso Sanchez-Beato ]

  * debian: Fix LP: #1557958. Now we do not directly control ofono
    service from ofono-phonesim service.
  * debian/control: update standards version to 3.9.6

 -- Simon Fels <simon.fels@canonical.com>  Fri, 18 Mar 2016 11:03:40 +0100

ofono-phonesim (1.20-1ubuntu3) vivid; urgency=medium

  * debian/local/with-ofono-phonesim: Make unshared mounts private.
  * debian/tests/autostart: Use init system agnostic "service" command
    instead of upstart specific ones.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 06 Mar 2015 07:26:00 +0100

ofono-phonesim (1.20-1ubuntu2) vivid; urgency=medium

  * Add systemd unit for ofono-phonesim-autostart.
  * with-ofono-phonesim: Use the init system agnostic "service" instead of
    upstart's "start"/"stop" commands.
  * debian/rules: Drop obsolete --upstart-only argument of dh_installinit.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 12 Jan 2015 11:41:04 +0100

ofono-phonesim (1.20-1ubuntu1) vivid; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Add debian/local/with-ofono-phonesim: Script to set up ofono to run with
      the phone simulator.
    - Add ofono-phonesim-autostart binary package package with an upstart job
      that runs with-ofono-phonesim automatically on package install and boot.
      Continuous integration testing of ofono consumers can use this as a test
      dependency.
    - Add autopkgtest.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 11 Nov 2014 09:32:26 +0100

ofono-phonesim (1.20-1) unstable; urgency=medium

  * Imported Upstream version 1.20
  * d/control: update vcs references
  * d/control: update standards version

 -- Héctor Orón Martínez <zumbi@debian.org>  Wed, 24 Sep 2014 01:45:45 +0200

ofono-phonesim (1.20-0ubuntu2) utopic; urgency=medium

  * debian/local/with-ofono-phonesim: ofono-phonesim fails badly if
    $http_proxy is set, so unset it.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 29 Aug 2014 11:25:35 +0200

ofono-phonesim (1.20-0ubuntu1) utopic; urgency=medium

  * New upstream release.
    - Fix issue with encoding of EFpnn.
    - Fix issue with hex quoted strings in CRSM.
    - Add support for SIMSTATE command and notification.
    - Add support for SIM refresh and re-init notification.
    - Add support for SIM PIN retry counters.

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 18 Aug 2014 14:17:38 -0400

ofono-phonesim (1.19-0ubuntu11) utopic; urgency=medium

  * debian/local/with-ofono-phonesim: blacklist stktest and rildev to avoid
    ofonod crash at startup

 -- Tiago Salem Herrmann <tiago.herrmann@canonical.com>  Thu, 01 May 2014 14:15:07 +0100

ofono-phonesim (1.19-0ubuntu10) trusty; urgency=medium

  * debian/tests/script: Run receive-sms under $PYTHONUNBUFFERED to make
    output redirection work reliably.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 05 Mar 2014 11:13:01 +0100

ofono-phonesim (1.19-0ubuntu9) trusty; urgency=medium

  * debian/local/with-ofono-phonesim: More precisely kill ofono-phonesim, to
    avoid killing the prerm script itself. (LP: #1284710)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 25 Feb 2014 17:24:35 +0100

ofono-phonesim (1.19-0ubuntu8) trusty; urgency=medium

  * debian/tests/script: Force /bin/sh as the shell when switching to the
    "games" user.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 08 Jan 2014 17:24:26 +0000

ofono-phonesim (1.19-0ubuntu7) trusty; urgency=medium

  * debian/local/with-ofono-phonesim: Force /bin/sh as the shell when
    switching to the "nobody" user.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 08 Jan 2014 16:09:44 +0000

ofono-phonesim (1.19-0ubuntu6) trusty; urgency=low

  * debian/local/with-ofono-phonesim: Drop the recursive private remounting
    of /. It's not necessary in Ubuntu and upsets otto containers.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 25 Oct 2013 16:27:09 +0200

ofono-phonesim (1.19-0ubuntu5) trusty; urgency=low

  * Move waiting for modem to get powered from the autopkgtest into the
    upstart job, to avoid new tests falling into the same trap. Now the modem
    is really ready when the package finished installing.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 25 Oct 2013 11:49:27 +0200

ofono-phonesim (1.19-0ubuntu4) saucy; urgency=low

  * debian/local/with-ofono-phonesim:
    - Run phonesim as user nobody instead of root
    - Run phonesim under a private session D-BUS with -gui, so that one can
      send GUI scripts to it for automating e. g. SMS messages. Use a D-BUS
      configuration which allows anyone to send messages to that.
  * Add dbus-x11 dependency for the change above.
  * debian/tests/autostart: Verify that with above changes phonesim runs as
    nobody and writes correct pid/address files.
  * Add an autopkgtest that scripting works: receive a synthesized SMS.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 11 Oct 2013 11:16:59 +0200

ofono-phonesim (1.19-0ubuntu3) saucy; urgency=low

  * debian/tests/autostart: Show program outputs on failures.
  * debian/tests/autostart: Wait for modem to get powered. Without that, the
    test can fail if it runs too quickly after installing
    ofono-phonesim-autostart.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 09 Oct 2013 08:32:28 +0200

ofono-phonesim (1.19-0ubuntu2) saucy; urgency=low

  * Add debian/local/with-ofono-phonesim: Script to set up ofono to run with
    the phone simulator. The script can either be invoked without arguments
    and run until Control-C, or run a program (with arguments), in which case
    everything will be restored when the program ends.
  * Add ofono-phonesim-autostart package with an upstart job that runs
    with-ofono-phonesim automatically on package install and boot. Continuous
    integration testing of ofono consumers can use this as a test dependency.
    (LP: #1236708)
  * Add autopkgtest for ofono-phonesim-autostart package.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 08 Oct 2013 11:08:20 +0200

ofono-phonesim (1.19-0ubuntu1) saucy; urgency=low

  * New upstream release.
    - Fixes acceptance of calls to "magic" numbers, and adds support for
      06123xx, too. (LP: #1234219)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 02 Oct 2013 16:40:44 +0200

ofono-phonesim (1.17-1) unstable; urgency=low

  * New upstream release.
  * Add myself as uploader.
  * Bump Standards-Version.

 -- Hector Oron <zumbi@debian.org>  Mon, 04 Jun 2012 11:42:20 +0200

ofono-phonesim (1.9-1) unstable; urgency=low

  * New upstream release.
  * debian/: Add files relating to building with git.
  * debian/control: Adopt package from Andres. Thanks for your work!
  * debian/rules: Port to cdbs to be like the rest of the pkg-telepathy
    packages.
  * debian/source/format: Use 3.0 (quilt).
  * debian/dirs: Removed.
  * debian/docs: Removed.
  * debian/copyright: Updated author list.

 -- Jonny Lamb <jonny@debian.org>  Tue, 30 Nov 2010 10:01:36 +0000

ofono-phonesim (1.0-2) unstable; urgency=low

  * Fix up debian/copyright (closes: #556983).

 -- Andres Salomon <dilinger@debian.org>  Tue, 08 Dec 2009 18:22:13 +0000

ofono-phonesim (1.0-1) unstable; urgency=low

  * Initial release (closes: #554035).

 -- Andres Salomon <dilinger@debian.org>  Mon, 02 Nov 2009 19:06:45 +0000

