Skip to content

Commit

Permalink
only build versions for postgres 13 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
colincoghill committed Aug 6, 2024
1 parent 037c8a1 commit 5a6e58f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Build-Depends: bison,
lsb-release,
pkgconf,
po-debconf,
postgresql-all,
postgresql-common (>= 148~),
postgresql-server-dev-all,
postgresql-server-dev-13,
postgresql-server-dev-16,
protobuf-c-compiler,
rdfind,
xsltproc
Expand Down
4 changes: 2 additions & 2 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Build-Depends: bison,
lsb-release,
pkgconf,
po-debconf,
postgresql-all,
postgresql-common (>= 148~),
postgresql-server-dev-all,
postgresql-server-dev-13,
postgresql-server-dev-16,
protobuf-c-compiler,
rdfind,
xsltproc
Expand Down
4 changes: 2 additions & 2 deletions debian/pgversions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# PostGIS requires PostgreSQL >= 12
12+
13
16
8 changes: 7 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ export PG_UPDATECONTROL=yes

include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/pkg-info.mk
include /usr/share/postgresql-common/pgxs_debian_control.mk

debian/control: debian/control.in debian/pgversions
pg_buildext checkcontrol

# run check when clean is invoked
clean: debian/control
.PHONY: debian/control

# Ignore testsuite failures on these architectures
IGNORE_TEST_FAILURE_ARCHS = i386 mips mips64el mipsel s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64
Expand Down

0 comments on commit 5a6e58f

Please sign in to comment.