Christoph Berg pushed to branch experimental at Debian GIS Project / postgis


Commits:
5e8b1f7a by Christoph Berg at 2019-07-15T14:08:24Z
Drop dead postgis-check-env.tmp code

Obsoleted by 0852aa1ac6c.

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -115,9 +115,6 @@ override_dh_auto_clean: debian/control
        rm -f loader/cunit/cu_tester
        rm -rf liblwgeom/cunit/.libs
 
-#      Cleanup the temporary environment file.
-       rm -f postgis-check-env.tmp
-
 override_dh_auto_configure:
 #      Copy sources required to build extensions for all but the most
 #      recent Postgres version. Unfortunately, Postgis doesn't support
@@ -188,7 +185,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 #   Run unit tests (against the newest Postgres version, first)
        echo " ### testing $(NEWEST_POSTGRES_VERSION) ###"
        pg_virtualenv -v $(NEWEST_POSTGRES_VERSION) \
-               -c '--environment $(CURDIR)/postgis-check-env.tmp' \
                make check RUNTESTFLAGS="-v" || $(CHECK_FAIL)
 
 #      Test against all other Postgres versions
@@ -196,7 +192,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        for PGVER in $(OTHER_POSTGRES_VERSIONS); do \
                echo " ### testing $$PGVER ###"; \
                pg_virtualenv -v $$PGVER \
-                       -c '--environment $(CURDIR)/postgis-check-env.tmp' \
                        make -C $(CURDIR)/debian/build-$$PGVER check 
RUNTESTFLAGS="-v" || $(CHECK_FAIL); \
        done
 endif



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/postgis/commit/5e8b1f7acf7d23bc613462bf93ed1b129e971c11

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/postgis/commit/5e8b1f7acf7d23bc613462bf93ed1b129e971c11
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

Reply via email to