ownCloud packaging TODO list
============================

* Use dbconfig integration to create/config/purge a database user, database
  and configuration in /etc/owncloud.  (Note that migrations are handled by
  ownCloud itself.)
* When purging, a question should be asked about removing the data (from
  the standard data directory at least).
* Set up logging somehow, the configuration has parameters for it.  If we
  enable it, also add log rotation.
* Figure out what happens if backups are enabled.  Should it work?  What
  does it do?
* Update the integration with Apache 2.4 once it hits unstable, see also:
  http://wiki.debian.org/Apache/PackagingFor24.
* Support other httpds that are also supported by owncloud.
* collabtive and owncloud both ship class.openid.php, it should probably be
  packaged separately
* lib/MDB2/Driver contains the MDB2 SQLite3 driver that should be released
  separately, then packaged and used as depend for owncloud-sqlite.
* Package more stuff under 3rdparty/ separately (php-cloudfiles, phpass, etc.)
* Patch so that /etc/owncloud/htaccess doesn't need to be owned by www-data.
