Christoph Berg pushed to branch experimental at Debian GIS Project / postgis
Commits: 6ce6f6ac by Christoph Berg at 2019-10-06T17:01:14Z regress/run_test.pl: Unbreak our way of running the regression tests on the installed packages. - - - - - 3 changed files: - debian/changelog - + debian/patches/regress_run - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +postgis (3.0.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium + + * regress/run_test.pl: Unbreak our way of running the regression tests on + the installed packages. + + -- Christoph Berg <[email protected]> Sun, 06 Oct 2019 18:59:12 +0200 + postgis (3.0.0~beta1+dfsg-1~exp1) experimental; urgency=medium * New upstream beta release. ===================================== debian/patches/regress_run ===================================== @@ -0,0 +1,14 @@ +This breaks our way of running the regression tests on the installed packages +via autopkgtest. + +--- a/regress/run_test.pl ++++ b/regress/run_test.pl +@@ -256,7 +256,7 @@ sub scriptdir + { + my $version = shift; + my $scriptdir; +- if ( $version and $version ne $libver ) { ++ if ( $version ) { + my $pgis_majmin = $version; + $pgis_majmin =~ s/^([1-9]*\.[0-9]*).*/\1/; + $scriptdir = `pg_config --sharedir`; ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ relax-test-timing-constraints.patch +regress_run View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/6ce6f6acd088cd0e68497088bccfe2a1f29acabf -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/6ce6f6acd088cd0e68497088bccfe2a1f29acabf 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
