Package: postgresql-common Version: 208 Severity: important We need a better way to test packages in enviroments where the list of "supported" PostgreSQL versions differs from the list of versions a package was built against.
Possible resolutions: * make all test dependencies explicit in debian/tests/control: Depends: postgresql-server-dev-11 * make the existing package dependencies sufficient for testing modules postgresql-11-foo depends on postgresql-11, but that doesn't pull in pg_config and pgxs.mk from version 11 Christoph