diff -Nru pgsphere-1.1.1+2018.10.13/debian/changelog pgsphere-1.1.1+2018.10.13/debian/changelog --- pgsphere-1.1.1+2018.10.13/debian/changelog 2018-11-15 16:48:41.000000000 +0000 +++ pgsphere-1.1.1+2018.10.13/debian/changelog 2019-10-30 09:01:21.000000000 +0000 @@ -1,8 +1,9 @@ -pgsphere (1.1.1+2018.10.13-1build1) disco; urgency=medium +pgsphere (1.1.1+2018.10.13-2) unstable; urgency=medium - * No-change rebuild against postgresql-11 + * Team upload for PostgreSQL 12. + * Add debian/gitlab-ci.yml. - -- Jeremy Bicha Thu, 15 Nov 2018 11:48:41 -0500 + -- Christoph Berg Wed, 30 Oct 2019 10:01:21 +0100 pgsphere (1.1.1+2018.10.13-1) unstable; urgency=medium diff -Nru pgsphere-1.1.1+2018.10.13/debian/gitlab-ci.yml pgsphere-1.1.1+2018.10.13/debian/gitlab-ci.yml --- pgsphere-1.1.1+2018.10.13/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ pgsphere-1.1.1+2018.10.13/debian/gitlab-ci.yml 2019-10-14 14:52:44.000000000 +0000 @@ -0,0 +1 @@ +include: https://salsa.debian.org/postgresql/postgresql-common/raw/master/gitlab/gitlab-ci.yml diff -Nru pgsphere-1.1.1+2018.10.13/debian/patches/pg12 pgsphere-1.1.1+2018.10.13/debian/patches/pg12 --- pgsphere-1.1.1+2018.10.13/debian/patches/pg12 1970-01-01 00:00:00.000000000 +0000 +++ pgsphere-1.1.1+2018.10.13/debian/patches/pg12 2019-10-30 09:01:21.000000000 +0000 @@ -0,0 +1,18 @@ +--- a/sql/circle.sql ++++ b/sql/circle.sql +@@ -1,5 +1,6 @@ + \set ECHO none + SELECT set_sphere_output_precision(8); ++SET extra_float_digits = 0; + \set ECHO all + + -- Input/Output --- +--- a/sql/poly.sql ++++ b/sql/poly.sql +@@ -1,5 +1,6 @@ + \set ECHO none + SELECT set_sphere_output_precision(8); ++SET extra_float_digits = 0; + \set ECHO all + + -- checking polygon operators diff -Nru pgsphere-1.1.1+2018.10.13/debian/patches/series pgsphere-1.1.1+2018.10.13/debian/patches/series --- pgsphere-1.1.1+2018.10.13/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ pgsphere-1.1.1+2018.10.13/debian/patches/series 2019-10-30 09:01:21.000000000 +0000 @@ -0,0 +1 @@ +pg12