diff -Nru postgresql-11-11.5/debian/changelog postgresql-11-11.5/debian/changelog --- postgresql-11-11.5/debian/changelog 2019-10-06 16:51:27.000000000 +0000 +++ postgresql-11-11.5/debian/changelog 2019-10-15 00:44:46.000000000 +0000 @@ -1,3 +1,10 @@ +postgresql-11 (11.5-3sid2+rpi1) bullseye-staging; urgency=medium + + * Revert removal of lib packages for now, until postgresql-12 is in testing + (currently blocked by Debian bug 942350) + + -- Peter Michael Green Tue, 15 Oct 2019 00:44:46 +0000 + postgresql-11 (11.5-3sid2) unstable; urgency=medium * Fix arch-only build. diff -Nru postgresql-11-11.5/debian/rules postgresql-11-11.5/debian/rules --- postgresql-11-11.5/debian/rules 2019-10-06 16:38:13.000000000 +0000 +++ postgresql-11-11.5/debian/rules 2019-10-15 00:44:35.000000000 +0000 @@ -8,8 +8,6 @@ #CASSERT_FLAGS := --enable-cassert #py2#HAVE_PYTHON2=yes -EXCLUDE_PACKAGES := -N libpq-dev -N libpq5 -N libecpg6 -N libecpg-dev -N libecpg-compat3 -N libpgtypes3 - CATVERSION = $(shell awk '/CATALOG_VERSION_NO/ { print $$3 }' src/include/catalog/catversion.h) export DEB_BUILD_MAINT_OPTIONS = hardening=+all @@ -256,9 +254,6 @@ # record catversion in preinst sed -i -e 's/@CATVERSION@/$(CATVERSION)/' debian/postgresql-$(MAJOR_VER)/DEBIAN/preinst -override_dh_builddeb: - dh_builddeb $(EXCLUDE_PACKAGES) - override_dh_gencontrol: # record catversion in .deb control file - dh_gencontrol $(EXCLUDE_PACKAGES) -- -Vpostgresql:Catversion=$(CATVERSION) + dh_gencontrol -- -Vpostgresql:Catversion=$(CATVERSION)