Commit 82a4ffcc authored by Felix Geyer's avatar Felix Geyer Committed by Dominik George
Browse files

Import Debian changes 16.2.6-4

bareos (16.2.6-4) unstable; urgency=medium

  * Work around problems with the installation order of the postgresql
    autopkgtest.
parent e68d88cd
Loading
Loading
Loading
Loading
+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.
+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

+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