- in the long run, hardcoding the question priorities isn't ideal.  for
  example, if a something goes wrong and the user selects "retry", they
  should get all questions in case they needed to change something that
  they missed.

- the code is "in the process of" getting a cleanup.  there are still a
  few globally scoped variables that ought to be removed and/or replaced
  by local scoped variables.

- testing various corner cases:
  - errors dumping during upgrade
  - errors dumping during purge

- test suite for testing new versions of dbconfig-common.  ideally it
  could just be a shell script that:
	- builds the dbc package
	- creates a chroot, chroots into it and:
		- installs the dbc package + deps + db servers, 
		- creates the examples out of /usr/share/doc/dbconfig-common/examples
		- installs the examples in various ways to test functionality.

- multiple instance support for many databases from one package.  the
  idea is to create seperate "package configurations" that are derived
  from the main configuration, using something to keep them in a namespace
  that won't conflict with the standard package configurations.  something
  like /etc/dbconfig-common/package_instance.conf etc.  most of dbconfig's
  code could escape needing a rewrite then, as we could internally "trick"
  the code into thinking that was the actual package name.

- provide a normal-user-accessible script for setting up databases
  (for running out of public_html type directories etc).

- support for other database types (sqlite, others?)

- think about how this should tie in with the webapps-common.

- begin discussion on having the "best-practices" document incorporated
  in some form as debian policy.

- ask if the user is to be completely deleted or only have privileges
  revoked in mysql.  this is the default in pgsql, but in pgsql the drop
  will fail if the user owns other databases (not so in mysql).

- mysql does not support ssl for the time being (see bug #291945) <- fixed...

- should we remove users completely at purge?

- fix lintian issues (most are trivial)

- commit to git repository (try at least)

- BTS + Launchpad (at least review patches)

- bug 556174 might need additional logic to ask if the debian-sys-maint is
  allowed to be used (as it only works on local systems). Maybe try first and
  only ask upon failure. Probably just works if /etc/mysql/debian.cnf exists.

- Biggest bug: should check if mysql is actually running during upgrade
  706512, but probably also 579319 and maybe more

- no mean no: 429915 (but where does the question come from, is it really
  dbconfig-common?)

- FIX no-admin patch to use new VAR instead of debconf item (to prevent
   regression test from failing)

- Think about how mariadb needs to be supported

- LP: #584943 was about THREE issues. Remaining:
   * old record remaining (should not be a problem as it SHOULD have its
     permissions revoked)
   * dpkg-reconfigure (-plow) doesn't ask for dbpass
