Loading debian/changelog +7 −0 Original line number Diff line number Diff line bareos (16.2.6-4) unstable; urgency=medium * Work around problems with the installation order of the postgresql autopkgtest. -- Felix Geyer <fgeyer@debian.org> Tue, 15 May 2018 17:35:57 +0200 bareos (16.2.6-3) unstable; urgency=medium * Remove duplicate config check call in the init script. Loading debian/tests/control +1 −1 Original line number Diff line number Diff line Test-Command: test/all Tests: postgresql-all Restrictions: breaks-testbed needs-root allow-stderr Depends: postgresql, bareos-database-postgresql, bareos Loading debian/tests/postgresql-all 0 → 100755 +15 −0 Original line number Diff line number Diff line #!/bin/sh set -e # reinstall database in case mysql wasn't started early enough service postgresql start echo 'bareos-database-common bareos-database-common/dbconfig-reinstall boolean true' | debconf-set-selections echo 'bareos-database-common bareos-database-common/dbconfig-reinstall seen true' | debconf-set-selections dpkg-reconfigure bareos-database-common service bareos-dir restart test/all Loading
debian/changelog +7 −0 Original line number Diff line number Diff line bareos (16.2.6-4) unstable; urgency=medium * Work around problems with the installation order of the postgresql autopkgtest. -- Felix Geyer <fgeyer@debian.org> Tue, 15 May 2018 17:35:57 +0200 bareos (16.2.6-3) unstable; urgency=medium * Remove duplicate config check call in the init script. Loading
debian/tests/control +1 −1 Original line number Diff line number Diff line Test-Command: test/all Tests: postgresql-all Restrictions: breaks-testbed needs-root allow-stderr Depends: postgresql, bareos-database-postgresql, bareos Loading
debian/tests/postgresql-all 0 → 100755 +15 −0 Original line number Diff line number Diff line #!/bin/sh set -e # reinstall database in case mysql wasn't started early enough service postgresql start echo 'bareos-database-common bareos-database-common/dbconfig-reinstall boolean true' | debconf-set-selections echo 'bareos-database-common bareos-database-common/dbconfig-reinstall seen true' | debconf-set-selections dpkg-reconfigure bareos-database-common service bareos-dir restart test/all