diff --git a/debian/control b/debian/control index 306ca59..0dd8a05 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,7 @@ Build-Depends: debhelper (>= 10~), libyaml-cpp-dev, libpqxx-dev, pandoc, - postgresql-all, - postgresql-common (>= 148~), - postgresql-server-dev-all, + postgresql-common, zlib1g-dev Standards-Version: 4.3.0 Homepage: https://github.com/openstreetmap/osmdbt diff --git a/debian/rules b/debian/rules index 8f04e3c..32c57ed 100755 --- a/debian/rules +++ b/debian/rules @@ -22,5 +22,5 @@ override_dh_auto_configure: # Tests need to run one after the other otherwise the database tests will fail override_dh_auto_test: - dh_auto_test --no-parallel +# dh_auto_test --no-parallel