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
   see: https://wiki.debian.org/UscanEnhancements

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)
 * running bacula-fd as non-root-user. See:
   http://www.bacula.org/7.4.x-manuals/en/main/New_Features_in_5_2_13.html#SECTION00658000000000000000
   https://lists.alioth.debian.org/pipermail/pkg-bacula-devel/2016-July/001536.html
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699149

Review unmerged old changes:

 * Ask for passwords via debconf (git tag development/2011-04-29)
    d4676fc19978a0588bb09a58234cf451d15859d6 Don't set passwords at build time but ask for them
    aea2145a4f135fa6d18d33384a1af2c2bffc8617 Get rid of useless common-functions
 * migrate config files to ucf (git tag development/migrate-to-ucf-2012-06-07)

Old:

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