On Wed, Dec 29, 2021 at 07:46:39PM +0200, Adrian Bunk wrote: > On Wed, Dec 29, 2021 at 05:04:29PM +0100, Peter De Wachter wrote: > > In postgis LTS update 2.3.1+dfsg-2+deb9u1, the package > > postgresql-9.6-postgis-2.3-scripts is empty (containing only > > /usr/share/doc files). The scripts are missing. Without the scripts, I > > believe it's not possible to create new postgis databases. > > > > To reproduce: > > > > $ sudo -u postgres createdb test > > $ sudo -u postgres psql test -c 'create extension postgis' > > ERROR: could not open extension control file > > "/usr/share/postgresql/9.6/extension/postgis.control": No such file or > > directory > > Thanks for the report and apologies for the breakage. > > The problem appears to happen when building binary-all separately as is > done on the buildds. > > The previous package in stretch was a an upload of all+amd64 binaries, > and the same was true for my local tests. > > This looks like #932833 which was reported and fixed when the uploads > changed to source-only in bullseye. > > I'm currently working on fixing this issue.
This has now been fixed in 2.3.1+dfsg-2+deb9u2. cu Adrian