Christoph Berg pushed to branch master at Debian GIS Project / pgsql-ogr-fdw
Commits: 74b01918 by Christoph Berg at 2023-09-04T12:38:26+02:00 Remove newpid from test dependencies. - - - - - 3 changed files: - debian/changelog - debian/tests/control - debian/tests/installcheck Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pgsql-ogr-fdw (1.1.4-2) unstable; urgency=medium + + * Remove newpid from test dependencies. + + -- Christoph Berg <[email protected]> Mon, 04 Sep 2023 10:37:00 +0000 + pgsql-ogr-fdw (1.1.4-1) unstable; urgency=medium * Team upload. ===================================== debian/tests/control ===================================== @@ -1,3 +1,3 @@ -Depends: @, newpid, postgresql-server-dev-all +Depends: @, postgresql-server-dev-all Tests: installcheck -Restrictions: allow-stderr +Restrictions: allow-stderr, needs-root ===================================== debian/tests/installcheck ===================================== @@ -1,9 +1,11 @@ #!/bin/sh # Force port 5432 and trust because we connect back to ourselves; -# use newnet to mask any other running instance on 5432. +# stop any other running instance on 5432. -newnet pg_buildext -c '--port=5432' -i '--auth=trust' installcheck || +service postgresql stop + +pg_buildext -c '--port=5432' -i '--auth=trust' installcheck || case $(dpkg-architecture -qDEB_BUILD_ARCH_BITS) in 32) echo "Ignoring test failure on 32-bit"; exit 0 ;; *) exit 1 ;; View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/commit/74b019187db6ce0b2d24777bd24b546085725ba0 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/commit/74b019187db6ce0b2d24777bd24b546085725ba0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
