Normal:

 * Unify bacula-sd-(pgsql|mysql|sqlite3) into bacula-sd-tools, they
   all have the same content
 * Check if bacula-director-pgsql suggesting postgresql-contrib is useful
 * convert debian/copyright into machine readable format
   use follow fragment in the headers
   Files-Excluded: src/lib/sha1.c
		   src/lib/sha1.h


Wishlist:

 * have upstream replace sha1.* with the public domain versions by Steve Reid
   https://anonscm.debian.org/cgit/pkg-ssh/openssh.git/tree/openbsd-compat/sha1.c
   https://anonscm.debian.org/cgit/pkg-ssh/openssh.git/tree/openbsd-compat/sha1.h
 * autopkgtests
 * reproducible builds
 * add native systemd support
   - whishlist because it works with init files too, cost-benefit ratio
     seems to be too low
   - should be implemented in a way that switching init systems
     doesn't require any reconfiguration
   - execute config test in ExecStartPre=
   - see https://www.freedesktop.org/software/systemd/man/systemd.service.html
   - see also commits
     1e99f35e0b2c07b1bfe2d15d70dba4b0ced161ce
     a6a323a4a0ab1631858e8d7e3a40dc0c455856b6
     0b48e6dcce098ab07fe135697ee4a1efa6df2aed
   - daemons need to be started with "-f" for "don't fork" (thanks to
     Sven Hartge for the hint)

Old:

* Maybe:
  
  Remove old AUTHFILE=`getent passwd bacula | cut -d ':' -f 6`/.pgpass
  and $AUTHFILE.bak
