Hi Alexander! On Wed, 09 May 2012 20:07:59 +0200, Alexander Golovko wrote: > bacula-director-sqlite3 package don't cleanup database on purging. > > dbconfig-common not used in prerm and postrm scripts.
Is not this related to #670427? If so, the two bugs should be merged. However, what does 'cleanup database on purging' means? That the SQL database is not removed when purging? In this case, what do similar packages? > [2. text/plain; bacula-director-sqlite3-correct-db-purge.patch] > > diff --git a/debian/bacula-director-sqlite3.postrm > b/debian/bacula-director-sqlite3.postrm > index bd21108..ba8aca0 100644 > --- a/debian/bacula-director-sqlite3.postrm > +++ b/debian/bacula-director-sqlite3.postrm > @@ -4,10 +4,21 @@ > # see: dh_installdeb(1) > > if [ -f /usr/share/debconf/confmodule ]; then > - . /usr/share/debconf/confmodule > + . /usr/share/debconf/confmodule This is wrong, please use the same coding style as in previous entries or, if you want to change it, do so in a separate commit. The other part of the patch depends on my question above, but it should be adapted to Hauke's development2 branch. Thx, bye, Gismo / Luca
pgpTQYAdoYF4b.pgp
Description: PGP signature

