* Find a way to get the port number from /etc/default/geneweb for the
menu entry. I tried command="/usr/bin/www-browser
http://localhost:`cat /etc/default/geneweb |grep -e '^PORT'| cut -f2
-d'='`" in menu entry but this does not seem to work..:-(

* Really deal with permissions : users should not be able to write
other's databases

* Support for the "status" init script argument is recommended.
(since std-ver: 4.0.0)

* Packages are recommended to use debhelper tools instead of invoking
"update-rc.d" and "invoke-rc.d" directly.
(since std-ver: 4.0.1)
  geneweb.postinst:208:   update-rc.d -f geneweb remove
  geneweb.logrotate:9:    invoke-rc.d geneweb force-reload >/dev/null

