How to modify this package
--------------------------

1) Edit debian/control to make any necessary changes

2) Add a new changelog entry with dch -i 
  (series must be always the latest release and version should not contains 
   "ubuntu".)

3) Test the package builds by running ./run-tests
   *WARNING* run-tests will delete all dpkg-buildpackage generated files in
   *WARNING* parent directory.

4) Commit your changes to this branch and push it up to Launchpad
   Ex: bzr push lp:~yourname/ubuntuone-servers/u1deps-add-newpkg

5) On Launchpad, propose your branch for merging into
   lp:~ubuntuone-control-tower/ubuntuone-servers/ubuntuone-dependencies

6) Also set the "Commit Message" field on your merge proposal to
   the same text as your debian/changelog entry.
   Ex: "* Add newpkg to ubuntuone-developer-dependencies (LP: #435323)"


Once any changes are approved, they will be automatically merged in with
the next run of tarmac.

Building the packages
---------------------

Once your branch has been approved and landed to build the packages:

Run the following utility:

    utilities/build-ud.py -r <path-to-build-dir> [-s <path-to-deps-branch>]

Note: The first path cannot be relative.  The last path is optional, if
      omitted it will work on the current ubuntuone-dependencies branch.

This will automatically create the packages for the necessary distroseries
and upload them to: ppa:ubuntuone/hackers
