[Git][debian-gis-team/pgsql-ogr-fdw][master] Remove newpid from test dependencies.

Christoph Berg (@myon) gitlab at salsa.debian.org
Mon Sep 4 11:38:35 BST 2023



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 <myon at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230904/c6c8fbc1/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list