This is the purchase service for Ubuntu.

DEPENDENCIES
============

In order to compile the project you need to install:

sudo apt-get install libubuntuoneauth-2.0-dev

(The dependencies for libubuntuoneauth-2.0-dev using pkgconfig are only
 being resolved on Trusty.)


COMPILING
=========

mkdir -p build
cd build
cmake .. && make


RUNNING TESTS
=============

After compiling the project:

make check


INSTALLING
==========

After compiling the project:

sudo make install


BRANCH MERGE PROPOSAL SUBMISSION CHECKLIST
==========================================

When submitting a merge proposal for your branch, please ensure you have
followed this checklist:

  - Are your commits using an e-mail address that is associated to your
    Launchpad account?
    - Canonical employees should use their canonical.com address in commits.
  - If your branch contains changes from another person, were those changes
    committed separately and with proper attribution?
    - Use --author option to commit for changes from others, with an e-mail
      address associated to that person's Launchpad account.
  - Have you signed the Canonical CLA?
    - Contributions to this project require CLA signing.
  - Did you run `make check` to ensure all tests continue to pass?
  - Does your branch contain new or updated tests for the added code?
  - Do your changes follow the existing coding style?
  - Did you update the year in the Copyright header in the files you modified?
  - Were appropriate changes to the packaging made for changes in dependencies?



BRANCH MERGE PROPOSAL REVIEW CHECKLIST
======================================

When reviewing a merge proposal for this project, please follow the items
in this checklist:

  - Are the commits linked to the appropriate users on Launchpad?
  - Are the commits correctly attributed to the person who authored them?
  - Are the authors either Canonical employees, or members of the
    ~contributor-agreement-canonical Launchpad team?
  - Does the branch contain new or updated tests for the changed code?
  - Do the changes match the existing coding style?
  - Were the Copyright years updated, if necessary?
  - Were appropriate changes made to packaging, if any dependencies were added
    or removed, in the branch?
