diff -Nru pgagent-4.0.0/debian/changelog pgagent-4.0.0/debian/changelog --- pgagent-4.0.0/debian/changelog 2018-11-15 17:02:18.000000000 +0000 +++ pgagent-4.0.0/debian/changelog 2018-11-18 12:49:45.000000000 +0000 @@ -1,8 +1,9 @@ -pgagent (4.0.0-4build1) disco; urgency=medium +pgagent (4.0.0-5) unstable; urgency=medium - * No-change rebuild against postgresql-11 + * Depend on PostgreSQL server package. (Closes: #913827) + * Test-depend on postgresql-all. - -- Jeremy Bicha Thu, 15 Nov 2018 12:02:18 -0500 + -- Christoph Berg Sun, 18 Nov 2018 13:49:45 +0100 pgagent (4.0.0-4) unstable; urgency=medium diff -Nru pgagent-4.0.0/debian/control pgagent-4.0.0/debian/control --- pgagent-4.0.0/debian/control 2018-10-21 20:27:34.000000000 +0000 +++ pgagent-4.0.0/debian/control 2018-11-18 12:46:19.000000000 +0000 @@ -13,17 +13,16 @@ libboost-thread-dev, libpq-dev (>= 8.1), postgresql-server-dev-all, -Standards-Version: 4.1.5 +Standards-Version: 4.2.0 Homepage: http://www.pgadmin.org/docs/dev/pgagent.html Vcs-Git: https://salsa.debian.org/postgresql/pgagent.git Vcs-Browser: https://salsa.debian.org/postgresql/pgagent Package: pgagent Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, ${Postgresql:Depends} Provides: ${Postgresql:Provides} Suggests: pgadmin3 | pgadmin4 Description: job scheduling engine for PostgreSQL pgAgent is a job scheduling agent for PostgreSQL, capable of running multi-step batch/shell and SQL tasks on complex schedules. - diff -Nru pgagent-4.0.0/debian/control.in pgagent-4.0.0/debian/control.in --- pgagent-4.0.0/debian/control.in 2018-10-21 20:27:16.000000000 +0000 +++ pgagent-4.0.0/debian/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -Source: pgagent -Section: database -Priority: optional -Maintainer: Debian PostgreSQL Maintainers -Uploaders: Christoph Berg -Build-Depends: - cmake (>= 3.3), - debhelper (>= 9), - libboost-date-time-dev, - libboost-dev, - libboost-filesystem-dev, - libboost-regex-dev, - libboost-thread-dev, - libpq-dev (>= 8.1), - postgresql-server-dev-all, -Standards-Version: 4.1.5 -Homepage: http://www.pgadmin.org/docs/dev/pgagent.html -Vcs-Git: https://salsa.debian.org/postgresql/pgagent.git -Vcs-Browser: https://salsa.debian.org/postgresql/pgagent - -Package: pgagent -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Provides: ${Postgresql:Provides} -Suggests: pgadmin3 | pgadmin4 -Description: job scheduling engine for PostgreSQL - pgAgent is a job scheduling agent for PostgreSQL, capable of running - multi-step batch/shell and SQL tasks on complex schedules. diff -Nru pgagent-4.0.0/debian/rules pgagent-4.0.0/debian/rules --- pgagent-4.0.0/debian/rules 2018-10-21 20:28:59.000000000 +0000 +++ pgagent-4.0.0/debian/rules 2018-11-18 12:43:28.000000000 +0000 @@ -6,18 +6,6 @@ %: dh $@ -#override_dh_auto_configure: -# cmake . -DCMAKE_INSTALL_PREFIX=/usr \ -# -DCMAKE_C_FLAGS="$(CFLAGS)" \ -# -DCMAKE_LD_FLAGS="-Wl,-z,defs" \ -# -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \ -# -DCMAKE_SKIP_RPATH=ON \ -# -DCMAKE_VERBOSE_MAKEFILE=ON \ -# -DWX_VERSION=$(shell wx-config --release) \ -# -DwxWidgets_USE_STATIC=OFF \ -# -DWX_STATIC=OFF \ -# -DSTATIC_BUILD=OFF - # install extension files for the other PostgreSQL versions override_dh_link: set -ex; \ @@ -30,7 +18,9 @@ done override_dh_gencontrol: - dh_gencontrol -- -VPostgresql:Provides="$(patsubst %,postgresql-%-pgagent$(COMMA),$(PGVERSIONS))" + dh_gencontrol -- \ + -VPostgresql:Depends="$(patsubst %,postgresql-% |,$(PGVERSIONS))" \ + -VPostgresql:Provides="$(patsubst %,postgresql-%-pgagent$(COMMA),$(PGVERSIONS))" override_dh_auto_clean: dh_auto_clean diff -Nru pgagent-4.0.0/debian/tests/control pgagent-4.0.0/debian/tests/control --- pgagent-4.0.0/debian/tests/control 2018-10-21 20:27:34.000000000 +0000 +++ pgagent-4.0.0/debian/tests/control 2018-11-18 12:48:31.000000000 +0000 @@ -1,3 +1,3 @@ -Depends: @, postgresql-server-dev-all, postgresql-11 +Depends: @, postgresql-server-dev-all, postgresql-all Tests: installcheck Restrictions: allow-stderr diff -Nru pgagent-4.0.0/debian/tests/control.in pgagent-4.0.0/debian/tests/control.in --- pgagent-4.0.0/debian/tests/control.in 2018-10-21 20:26:25.000000000 +0000 +++ pgagent-4.0.0/debian/tests/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -Depends: @, postgresql-server-dev-all, postgresql-PGVERSION -Tests: installcheck -Restrictions: allow-stderr