Bug#866221: postgresql-9.4-postgis-2.1 uninstallable under Stretch

2017-06-28 Thread Markus Wanner
Hello Élie,

On 06/28/2017 03:28 PM, Élie Bouttier wrote:
> I upgraded from Jessie with postgresql-9.4 to Stretch which brings 
> postgresql-9.6.
> The postgresql-9.4 package from Jessie is still installable under Stretch in 
> order to run the pg_upgradecluster utility.
> However, my cluster is half-broken, the postgresql-9.4-postgis-2.1 having 
> been uninstalled (and postgresql-9.6-postgis-2.3 installed).

that's what the pgapt [0] repository is for. Please try installing
postgresql-9.4-postgis-2.1 (for stretch) from there.

> I suppose the postgresql-9.4-postgis-2.1 package should be installable under 
> Stretch (like postgresql-9.4) to allow an cluster update.

No, postgresql-9.4-postgis-2.1 from jessie is expected to be compiled
and work for jessie, not stretch.

The problem basically is that Debian only ever supports a single
Postgres (major) version, where as you need to have multiple installed
in parallel for upgrades (with reasonably short downtimes).

Please let us know if pgapt is a feasible solution for you and whether
or not the upgrade worked with the postgis package from there.

Kind Regards

Markus Wanner


[0]: PgApt
https://wiki.postgresql.org/wiki/Apt



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] branch master updated (c84eebb -> 073a624)

2017-04-09 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  c84eebb   Finalize 2.3.2+dfsg-1~exp2 for upload to experimental.
   new  073a624   Add a trivial autopkgtest to check creation of the 
extension.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog |  6 ++
 debian/tests/control |  3 +++
 debian/tests/test-extension-creation | 12 
 3 files changed, 21 insertions(+)
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/test-extension-creation

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Add a trivial autopkgtest to check creation of the extension.

2017-04-09 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 073a624eb535917c42540368a6be9bbe943b32bc
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Sun Apr 9 20:57:34 2017 +0200

Add a trivial autopkgtest to check creation of the extension.
---
 debian/changelog |  6 ++
 debian/tests/control |  3 +++
 debian/tests/test-extension-creation | 12 
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 835c369..e7ef829 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.3.2+dfsg-1~exp3) UNRELEASED; urgency=medium
+
+  * Add a trivial autopkgtest to check creation of the extension.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Sun, 09 Apr 2017 20:26:54 +0200
+
 postgis (2.3.2+dfsg-1~exp2) experimental; urgency=medium
 
   * Add patch avoid-bashisms.patch to fix the generated sql files.
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..a4ef2bc
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Depends: @, postgresql-server-dev-all, postgresql-contrib-9.6
+Tests: installcheck
+Restrictions: needs-root allow-stderr
diff --git a/debian/tests/test-extension-creation 
b/debian/tests/test-extension-creation
new file mode 100755
index 000..68960e0
--- /dev/null
+++ b/debian/tests/test-extension-creation
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -eu
+
+for v in $(pg_buildext supported-versions); do
+   pg_virtualenv -v $v sh -e <<-EOF
+   # test extension
+   psql -c 'CREATE EXTENSION postgis'
+   psql -c 'DROP EXTENSION postgis'
+   EOF
+done
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: [postgis] 01/01: Add patch avoid-bashisms.patch to fix the generated sql files.

2017-04-04 Thread Markus Wanner
On 04.04.2017 23:13, Bas Couwenberg wrote:
>> I'll notify the release team.
> 
> Thanks!

Sorry, I forgot to CC you: please see #859566.

Regards

Markus




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: [postgis] 01/01: Add patch avoid-bashisms.patch to fix the generated sql files.

2017-04-04 Thread Markus Wanner
Bas,

On 04.04.2017 08:12, Sebastiaan Couwenberg wrote:
> It looks like the package is not migrating:
> 
>  https://qa.debian.org/excuses.php?package=postgis

I think this is caused by an FTBFS of sfcgal in unstable on mips{,el}
(while the older version in testing built just fine on those mipsen).
However, due to the FTBFS of sfcgal in sid, postgis is BD-Uninstallable.

I also note that the build failures of sfcgal are just OOM errors.

I'll notify the release team.

Kind Regards

Markus Wanner


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: [postgis] 01/01: Add patch avoid-bashisms.patch to fix the generated sql files.

2017-04-04 Thread Markus Wanner
Hello Bas,

On 04/04/2017 08:12 AM, Sebastiaan Couwenberg wrote:
> We need to consider downgrading the severity because the RC bug is
> threatening the removal of all reverse dependencies too.

auto-removal is scheduled for May 7, while the package reached 10 days
in unstable just recently.

> Please keep an eye on that and the britney output [0] to see if it
> migrates later today, but it looks like it needs Release Team
> intervention to migration.

Okay.

Kind Regards

Markus


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (a526c31 -> c84eebb)

2017-03-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  a526c31   Add patch avoid-bashisms.patch to fix the generated sql 
files.
   new  c84eebb   Finalize 2.3.2+dfsg-1~exp2 for upload to experimental.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog| 5 +++--
 debian/patches/avoid-bashisms.patch | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag debian/2.3.2+dfsg-1.exp2 created (now c84eebb)

2017-03-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/2.3.2+dfsg-1.exp2
in repository postgis.

at  c84eebb   (commit)
This tag includes the following new commits:

   new  c84eebb   Finalize 2.3.2+dfsg-1~exp2 for upload to experimental.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Finalize 2.3.2+dfsg-1~exp2 for upload to experimental.

2017-03-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit c84eebb4d2701b6fd8b2cb0335b8ded99a560623
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Mar 24 19:49:10 2017 +0100

Finalize 2.3.2+dfsg-1~exp2 for upload to experimental.

Also mark avoid-bashisms.patch as forwarded.
---
 debian/changelog| 5 +++--
 debian/patches/avoid-bashisms.patch | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1bc37f4..835c369 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-postgis (2.3.2+dfsg-1~exp2) UNRELEASED; urgency=medium
+postgis (2.3.2+dfsg-1~exp2) experimental; urgency=medium
 
   * Add patch avoid-bashisms.patch to fix the generated sql files.
+Closes: #858610.
 
- -- Markus Wanner <mar...@bluegap.ch>  Wed, 22 Mar 2017 13:16:33 +0100
+ -- Markus Wanner <mar...@bluegap.ch>  Fri, 24 Mar 2017 19:46:04 +0100
 
 postgis (2.3.2+dfsg-1~exp1) experimental; urgency=medium
 
diff --git a/debian/patches/avoid-bashisms.patch 
b/debian/patches/avoid-bashisms.patch
index c35af64..ee5490e 100644
--- a/debian/patches/avoid-bashisms.patch
+++ b/debian/patches/avoid-bashisms.patch
@@ -2,7 +2,7 @@ Description: Avoid a few bashisms resulting in invalid SQL files
  An echo that's supposed to output a backslash works with bash, but not
  in dash. Use printf, instead.
 Author: Markus Wanner <mar...@bluegap.ch>
-Forwarded: no
+Forwarded: yes, 
https://lists.osgeo.org/pipermail/postgis-devel/2017-March/026135.html
 
 --- a/extensions/postgis/Makefile.in
 +++ b/extensions/postgis/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch stretch created (now af0c1a8)

2017-03-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch stretch
in repository postgis.

at  af0c1a8   Add patch avoid-bashisms.patch to fix the generated sql 
files.

This branch includes the following new commits:

   new  af0c1a8   Add patch avoid-bashisms.patch to fix the generated sql 
files.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag debian/2.3.1+dfsg-2 created (now af0c1a8)

2017-03-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/2.3.1+dfsg-2
in repository postgis.

at  af0c1a8   (commit)
This tag includes the following new commits:

   new  af0c1a8   Add patch avoid-bashisms.patch to fix the generated sql 
files.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Add patch avoid-bashisms.patch to fix the generated sql files.

2017-03-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch stretch
in repository postgis.

commit af0c1a8b3aae0ca0426c5e849bd306b689853d8b
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Mar 24 19:38:06 2017 +0100

Add patch avoid-bashisms.patch to fix the generated sql files.
---
 debian/changelog|  7 +++
 debian/patches/avoid-bashisms.patch | 37 +
 debian/patches/series   |  1 +
 3 files changed, 45 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8c082e7..0296a85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+postgis (2.3.1+dfsg-2) unstable; urgency=medium
+
+  * Add patch avoid-bashisms.patch to fix the generated sql files.
+Closes: #858610.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Fri, 24 Mar 2017 19:35:00 +0100
+
 postgis (2.3.1+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/avoid-bashisms.patch 
b/debian/patches/avoid-bashisms.patch
new file mode 100644
index 000..ee5490e
--- /dev/null
+++ b/debian/patches/avoid-bashisms.patch
@@ -0,0 +1,37 @@
+Description: Avoid a few bashisms resulting in invalid SQL files
+ An echo that's supposed to output a backslash works with bash, but not
+ in dash. Use printf, instead.
+Author: Markus Wanner <mar...@bluegap.ch>
+Forwarded: yes, 
https://lists.osgeo.org/pipermail/postgis-devel/2017-March/026135.html
+
+--- a/extensions/postgis/Makefile.in
 b/extensions/postgis/Makefile.in
+@@ -39,7 +39,7 @@
+ 
+ sql/$(EXTENSION).sql: sql_bits/postgis.sql sql_bits/postgis_comments.sql 
sql_bits/rtpostgis.sql sql_bits/spatial_ref_sys_config_dump.sql 
sql_bits/raster_comments.sql sql_bits/spatial_ref_sys.sql
+   mkdir -p sql
+-  echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\quit' > $@
++  printf '\\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\\quit\n' > $@
+   cat $^ >> $@
+ 
+ sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
+@@ -94,7 +94,7 @@
+ 
+ #postgis_extension_upgrade_minor.sql is the one that contains both postgis 
AND raster
+ sql_bits/postgis_extension_upgrade_minor.sql: ../postgis_extension_helper.sql 
sql_bits/postgis_upgrade.sql sql_bits/rtpostgis_upgrade.sql 
../../doc/raster_comments.sql ../../doc/postgis_comments.sql 
../postgis_extension_helper_uninstall.sql
+-  echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\quit' > $@
++  printf '\\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\\quit\n' > $@
+   cat $^ >> $@
+ 
+ sql_minor_upgrade: sql_bits/postgis_extension_upgrade_minor.sql
+--- a/extensions/postgis_sfcgal/Makefile.in
 b/extensions/postgis_sfcgal/Makefile.in
+@@ -74,7 +74,7 @@
+ 
+ sql_bits/sfcgal_upgrade_minor.sql: ../postgis_extension_helper.sql 
sql_bits/sfcgal_upgrade.sql ../../doc/sfcgal_comments.sql 
../postgis_extension_helper_uninstall.sql
+   mkdir -p sql_bits
+-  echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\quit' > $@
++  printf '\\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\\quit\n' > $@
+   cat $^ >> $@
+ 
+ sql_minor_upgrade: sql_bits/sfcgal_upgrade_minor.sql
diff --git a/debian/patches/series b/debian/patches/series
index 32f6ef4..aee2e6a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+avoid-bashisms.patch
 link-liblwgeom
 relax-test-timing-constraints.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#858610: generated SQL scripts unusable due to escape characters

2017-03-24 Thread Markus Wanner
Package: postgresql-9.6-postgis-2.3-scripts
Version: 2.3.1+dfsg-1
Tags: patch
Severity: serious

as reported by pgapt user Ludovic Delauné [0] the SQL scripts generated
now contain an escape character, breaking CREATE EXTENSION. This affects
stretch and sid (w/o pgapt) as well (not jessie, though).

It turned out this is due to a bashism in the generation scripts. I've
already pushed a fix and pgapt is corrected. Stretch and sid need an
upload, too.

Kind Regards

Markus Wanner


[0]: Postgis 2.3.2: bad packaging
https://redmine.postgresql.org/issues/2279



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: [postgis] 01/01: Add patch avoid-bashisms.patch to fix the generated sql files.

2017-03-23 Thread Markus Wanner
On 03/23/2017 01:52 PM, Bas Couwenberg wrote:
> severity important is probably enough.

Ok.

>> Anything from your side I should take into account?
> 
> I don't have any pending changes. We do have to fix both the version in
> testing/unstable and the one in experimental.

I still have to check if 2.3.1 is affected at all. If only 2.3.2 is
affected, an upload to experimental would suffice.

> Will you handle the unblock request if you push the fix to unstable?

Yes, I'll take care of that, if necessary.

Regards

Markus


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: [postgis] 01/01: Add patch avoid-bashisms.patch to fix the generated sql files.

2017-03-23 Thread Markus Wanner
Seb,

On 03/22/2017 01:22 PM, Markus Wanner wrote:
> markus_wanner-guest pushed a commit to branch master
> in repository postgis.
> 
> commit a526c31f4bc1fca411b460030389b4319ce37cf7
> Author: Markus Wanner <mar...@bluegap.ch>
> Date:   Wed Mar 22 13:19:23 2017 +0100
> 
> Add patch avoid-bashisms.patch to fix the generated sql files.
> 
> Fixes pgapt issue #2279.

according to Myon, this issue affects stretch and sid (although I
suspect this has only ever been tested with pgapt installed as well).

I'll check on a plain stretch system with 2.3.1 shortly and possibly
file an RC bug to get things rolling.

Anything from your side I should take into account?

Kind Regards

Markus Wanner




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] branch master updated (e0665cc -> a526c31)

2017-03-22 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  e0665cc   Set distribution to experimental.
   new  a526c31   Add patch avoid-bashisms.patch to fix the generated sql 
files.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|  6 ++
 debian/patches/avoid-bashisms.patch | 37 +
 debian/patches/series   |  1 +
 3 files changed, 44 insertions(+)
 create mode 100644 debian/patches/avoid-bashisms.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Add patch avoid-bashisms.patch to fix the generated sql files.

2017-03-22 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit a526c31f4bc1fca411b460030389b4319ce37cf7
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Wed Mar 22 13:19:23 2017 +0100

Add patch avoid-bashisms.patch to fix the generated sql files.

Fixes pgapt issue #2279.
---
 debian/changelog|  6 ++
 debian/patches/avoid-bashisms.patch | 37 +
 debian/patches/series   |  1 +
 3 files changed, 44 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 10a2c7d..1bc37f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.3.2+dfsg-1~exp2) UNRELEASED; urgency=medium
+
+  * Add patch avoid-bashisms.patch to fix the generated sql files.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Wed, 22 Mar 2017 13:16:33 +0100
+
 postgis (2.3.2+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/avoid-bashisms.patch 
b/debian/patches/avoid-bashisms.patch
new file mode 100644
index 000..c35af64
--- /dev/null
+++ b/debian/patches/avoid-bashisms.patch
@@ -0,0 +1,37 @@
+Description: Avoid a few bashisms resulting in invalid SQL files
+ An echo that's supposed to output a backslash works with bash, but not
+ in dash. Use printf, instead.
+Author: Markus Wanner <mar...@bluegap.ch>
+Forwarded: no
+
+--- a/extensions/postgis/Makefile.in
 b/extensions/postgis/Makefile.in
+@@ -39,7 +39,7 @@
+ 
+ sql/$(EXTENSION).sql: sql_bits/postgis.sql sql_bits/postgis_comments.sql 
sql_bits/rtpostgis.sql sql_bits/spatial_ref_sys_config_dump.sql 
sql_bits/raster_comments.sql sql_bits/spatial_ref_sys.sql
+   mkdir -p sql
+-  echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\quit' > $@
++  printf '\\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\\quit\n' > $@
+   cat $^ >> $@
+ 
+ sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
+@@ -94,7 +94,7 @@
+ 
+ #postgis_extension_upgrade_minor.sql is the one that contains both postgis 
AND raster
+ sql_bits/postgis_extension_upgrade_minor.sql: ../postgis_extension_helper.sql 
sql_bits/postgis_upgrade.sql sql_bits/rtpostgis_upgrade.sql 
../../doc/raster_comments.sql ../../doc/postgis_comments.sql 
../postgis_extension_helper_uninstall.sql
+-  echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\quit' > $@
++  printf '\\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\\quit\n' > $@
+   cat $^ >> $@
+ 
+ sql_minor_upgrade: sql_bits/postgis_extension_upgrade_minor.sql
+--- a/extensions/postgis_sfcgal/Makefile.in
 b/extensions/postgis_sfcgal/Makefile.in
+@@ -74,7 +74,7 @@
+ 
+ sql_bits/sfcgal_upgrade_minor.sql: ../postgis_extension_helper.sql 
sql_bits/sfcgal_upgrade.sql ../../doc/sfcgal_comments.sql 
../postgis_extension_helper_uninstall.sql
+   mkdir -p sql_bits
+-  echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\quit' > $@
++  printf '\\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. 
\\quit\n' > $@
+   cat $^ >> $@
+ 
+ sql_minor_upgrade: sql_bits/sfcgal_upgrade_minor.sql
diff --git a/debian/patches/series b/debian/patches/series
index 32f6ef4..aee2e6a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+avoid-bashisms.patch
 link-liblwgeom
 relax-test-timing-constraints.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: postgis_2.3.0+dfsg-2_source.changes is NEW

2016-10-02 Thread Markus Wanner
Dear FTP masters,

On 10/02/2016 06:54 PM, Debian FTP Masters wrote:
> binary:postgresql-9.5-postgis-2.3 is NEW.
> binary:postgresql-9.5-postgis-2.3-scripts is NEW.
> 
> Your package has been put into the NEW queue, which requires manual action
> from the ftpteam to process. The upload was otherwise valid (it had a good
> OpenPGP signature and file hashes are valid), so please be patient.

I built this packages one a system missing the newer PostgreSQL version
9.6, resulting in these NEW packages.

Please reject this upload. Thanks.

Kind Regards

Markus Wanner




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] tag debian/2.3.0+dfsg-2 created (now fc0a401)

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/2.3.0+dfsg-2
in repository postgis.

at  fc0a401   (commit)
This tag includes the following new commits:

   new  31d1592   Correct test suite for non-newest Postgres versions.
   new  929e0d7   Make the extension packages co-installable, again.
   new  fc0a401   Finalize 2.3.0+dfsg-2 for upload to unstable.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 03/03: Finalize 2.3.0+dfsg-2 for upload to unstable.

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit fc0a401cd2d246af3574fd60d14a5d89cb6875d5
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 30 16:38:31 2016 +0200

Finalize 2.3.0+dfsg-2 for upload to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0eeae1c..bcc5f76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-postgis (2.3.0+dfsg-2) UNRELEASED; urgency=medium
+postgis (2.3.0+dfsg-2) unstable; urgency=medium
 
   * Update pgversions to require PostgreSQL 9.2 or newer.
   * Run tests against all supported PostgreSQL versions.
@@ -6,7 +6,7 @@ postgis (2.3.0+dfsg-2) UNRELEASED; urgency=medium
 scripts package to a recommendation, so the former becomes
 co-installable with older versions, again. Closes: #839182.
 
- -- Markus Wanner <mar...@bluegap.ch>  Tue, 27 Sep 2016 19:37:29 +0200
+ -- Markus Wanner <mar...@bluegap.ch>  Fri, 30 Sep 2016 16:36:08 +0200
 
 postgis (2.3.0+dfsg-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/03: Correct test suite for non-newest Postgres versions.

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 31d1592fba9edc87d76e1182bff2c85e8522af73
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 30 16:34:59 2016 +0200

Correct test suite for non-newest Postgres versions.

Run 'make check' in the proper subdirectory, add a proper LD_LIBRARY_PATH.
---
 debian/rules | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3ea947b..5f75ddc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -230,9 +230,12 @@ check: build-arch-stamp
 #  Test against all other Postgres versions
(set -e; \
for PGVER in $(OTHER_POSTGRES_VERSIONS); do \
+   echo "LD_PRELOAD = 
'$(CURDIR)/debian/build-$$PGVER/liblwgeom/.libs/liblwgeom-$(MAJOR_VERSION).$(MINOR_VERSION).so.$(LIBLWGEOM_SOVERSION)'"
 \
+   > $(CURDIR)/postgis-check-env.tmp; \
test -z '$(CHECK)' || \
pg_virtualenv -v $$PGVER \
-   -c '--environment $(CURDIR)/postgis-check-env.tmp' make 
check || (\
+   -c '--environment $(CURDIR)/postgis-check-env.tmp' \
+   make -C $(CURDIR)/debian/build-$$PGVER check || (\
for LOGFILE in /tmp/pgis_reg/test_*_diff; do \
echo " ### $$LOGFILE ###"; \
cat $$LOGFILE; \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch pgapt-postgis-2.2 updated (63f7b7d -> e11228b)

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pgapt-postgis-2.2
in repository postgis.

  from  63f7b7d   Limit supported PostgreSQL version (for postgis-2.2) to 
9.1 to 9.5.
   new  e11228b   Let's try again with one version per line.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/pgversions | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Let's try again with one version per line.

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pgapt-postgis-2.2
in repository postgis.

commit e11228b6b72f3745048c468a157198c628cc89c2
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 30 14:15:51 2016 +0200

Let's try again with one version per line.
---
 debian/pgversions | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/pgversions b/debian/pgversions
index b24a564..0c420b7 100644
--- a/debian/pgversions
+++ b/debian/pgversions
@@ -1,5 +1,5 @@
-# Note: Listing each version individually triggers an issue on
-# distributions where the default version of Postgres isn't the newest
-# one. '9.0+' circumvents that issue with current pg_buildext.
-#
-9.1 9.2 9.3 9.4 9.5
+9.1
+9.2
+9.3
+9.4
+9.5

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch pgapt-postgis-2.2 updated (f2fefbd -> 63f7b7d)

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pgapt-postgis-2.2
in repository postgis.

  from  f2fefbd   Cherry-picking from 
ffb28fc59e155e36789904dff3094f362498496e:
   new  63f7b7d   Limit supported PostgreSQL version (for postgis-2.2) to 
9.1 to 9.5.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  | 6 ++
 debian/pgversions | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Cherry-picking from ffb28fc59e155e36789904dff3094f362498496e:

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pgapt-postgis-2.2
in repository postgis.

commit f2fefbdd7aac8623be0df37a548911db384841db
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 30 11:21:52 2016 +0200

Cherry-picking from ffb28fc59e155e36789904dff3094f362498496e:

Make the extension packages co-installable, again.

Downgrade the dependency from the extension package to the
scripts package to a recommendation, so the former becomes
co-installable with older versions, again.
---
 debian/changelog  | 8 
 debian/control| 5 +++--
 debian/control.in | 5 +++--
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc1d039..978cfb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+postgis (2.2.2+dfsg-6) unstable; urgency=medium
+
+  * Downgrade the dependency from the extension package to the
+scripts package to a recommendation, so the former becomes
+co-installable with older versions, again.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Fri, 30 Sep 2016 11:18:51 +0200
+
 postgis (2.2.2+dfsg-5) unstable; urgency=medium
 
   * Skip tests on sparc64, not a release architecture.
diff --git a/debian/control b/debian/control
index fad5ea5..ace33e5 100644
--- a/debian/control
+++ b/debian/control
@@ -102,9 +102,10 @@ Description: PostGIS "Lightweight Geometry" library - 
Development files
 
 Package: postgresql-9.5-postgis-2.2
 Depends: ${shlibs:Depends}, postgresql-9.5,
- postgresql-9.5-postgis-2.2-scripts, liblwgeom-2.2-5,
+ liblwgeom-2.2-5,
  ${misc:Depends}
-Recommends: postgresql-contrib-9.5
+Recommends: postgresql-9.5-postgis-2.2-scripts,
+ postgresql-contrib-9.5
 Suggests: postgis
 Breaks: postgis (<< 1.2.1)
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 53fd196..baee359 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -102,9 +102,10 @@ Description: PostGIS "Lightweight Geometry" library - 
Development files
 
 Package: postgresql-PGVERSION-postgis-2.2
 Depends: ${shlibs:Depends}, postgresql-PGVERSION,
- postgresql-PGVERSION-postgis-2.2-scripts, liblwgeom-2.2-5,
+ liblwgeom-2.2-5,
  ${misc:Depends}
-Recommends: postgresql-contrib-PGVERSION
+Recommends: postgresql-PGVERSION-postgis-2.3-scripts,
+ postgresql-contrib-PGVERSION
 Suggests: postgis
 Breaks: postgis (<< 1.2.1)
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch pgapt updated (ddacceb -> ffb28fc)

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pgapt
in repository postgis.

  from  ddacceb   Correct test suite for non-newest Postgres versions.
   new  ffb28fc   Make the extension packages co-installable, again.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  | 3 +++
 debian/control| 5 +++--
 debian/control.in | 5 +++--
 3 files changed, 9 insertions(+), 4 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Make the extension packages co-installable, again.

2016-09-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pgapt
in repository postgis.

commit ffb28fc59e155e36789904dff3094f362498496e
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 30 10:11:50 2016 +0200

Make the extension packages co-installable, again.

Downgrade the dependency from the extension package to the
scripts package to a recommendation, so the former becomes
co-installable with older versions, again.
---
 debian/changelog  | 3 +++
 debian/control| 5 +++--
 debian/control.in | 5 +++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65dfb54..0eeae1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ postgis (2.3.0+dfsg-2) UNRELEASED; urgency=medium
 
   * Update pgversions to require PostgreSQL 9.2 or newer.
   * Run tests against all supported PostgreSQL versions.
+  * Downgrade the dependency from the extension package to the
+scripts package to a recommendation, so the former becomes
+co-installable with older versions, again. Closes: #839182.
 
  -- Markus Wanner <mar...@bluegap.ch>  Tue, 27 Sep 2016 19:37:29 +0200
 
diff --git a/debian/control b/debian/control
index 214d655..62d506a 100644
--- a/debian/control
+++ b/debian/control
@@ -102,9 +102,10 @@ Description: PostGIS "Lightweight Geometry" library - 
Development files
 
 Package: postgresql-9.6-postgis-2.3
 Depends: ${shlibs:Depends}, postgresql-9.6,
- postgresql-9.6-postgis-2.3-scripts, liblwgeom-2.3-0,
+ liblwgeom-2.3-0,
  ${misc:Depends}
-Recommends: postgresql-contrib-9.6
+Recommends: postgresql-9.6-postgis-2.3-scripts
+ postgresql-contrib-9.6
 Suggests: postgis
 Breaks: postgis (<< 1.2.1)
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 59e8984..e76db64 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -102,9 +102,10 @@ Description: PostGIS "Lightweight Geometry" library - 
Development files
 
 Package: postgresql-PGVERSION-postgis-2.3
 Depends: ${shlibs:Depends}, postgresql-PGVERSION,
- postgresql-PGVERSION-postgis-2.3-scripts, liblwgeom-2.3-0,
+ liblwgeom-2.3-0,
  ${misc:Depends}
-Recommends: postgresql-contrib-PGVERSION
+Recommends: postgresql-PGVERSION-postgis-2.3-scripts,
+ postgresql-contrib-PGVERSION
 Suggests: postgis
 Breaks: postgis (<< 1.2.1)
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch pgapt updated (5e5a153 -> ddacceb)

2016-09-28 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pgapt
in repository postgis.

  from  5e5a153   Try excluding version 9.5 to see if the package builds on 
pgapt.
   new  70b1674   Revert "Try excluding version 9.5 to see if the package 
builds on pgapt."
  adds  39bec37   Run tests against all supported PostgreSQL versions.
   new  40ec68a   Merge branch 'master' into pgapt
   new  ddacceb   Correct test suite for non-newest Postgres versions.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  |  4 ++--
 debian/pgversions |  7 ++-
 debian/rules  | 20 ++--
 3 files changed, 22 insertions(+), 9 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 03/03: Correct test suite for non-newest Postgres versions.

2016-09-28 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pgapt
in repository postgis.

commit ddacceb9a1d3054a5d55f609a8758d36b5902571
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Wed Sep 28 17:48:55 2016 +0200

Correct test suite for non-newest Postgres versions.

Run 'make check' in the proper subdirectory, add a proper LD_LIBRARY_PATH.
---
 debian/rules | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3ea947b..5f75ddc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -230,9 +230,12 @@ check: build-arch-stamp
 #  Test against all other Postgres versions
(set -e; \
for PGVER in $(OTHER_POSTGRES_VERSIONS); do \
+   echo "LD_PRELOAD = 
'$(CURDIR)/debian/build-$$PGVER/liblwgeom/.libs/liblwgeom-$(MAJOR_VERSION).$(MINOR_VERSION).so.$(LIBLWGEOM_SOVERSION)'"
 \
+   > $(CURDIR)/postgis-check-env.tmp; \
test -z '$(CHECK)' || \
pg_virtualenv -v $$PGVER \
-   -c '--environment $(CURDIR)/postgis-check-env.tmp' make 
check || (\
+   -c '--environment $(CURDIR)/postgis-check-env.tmp' \
+   make -C $(CURDIR)/debian/build-$$PGVER check || (\
for LOGFILE in /tmp/pgis_reg/test_*_diff; do \
echo " ### $$LOGFILE ###"; \
cat $$LOGFILE; \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: [postgis] 01/01: Update pgversions to require PostgreSQL 9.2 or newer.

2016-09-27 Thread Markus Wanner
Hello Bas, hello PostGIS devs,

On 09/27/2016 07:50 PM, Sebastiaan Couwenberg wrote:
> PostGIS is compatible with PostgreSQL 9.1 and above.

That's what I thought as well, but configure.ac has a different opinion.

@upstream: could you please clarify: is PostGIS 2.3 supposed to be
compatible against PostgreSQL 9.1?

Kind Regards

Markus




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] branch pgapt created (now 5e5a153)

2016-09-27 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pgapt
in repository postgis.

at  5e5a153   Try excluding version 9.5 to see if the package builds on 
pgapt.

This branch includes the following new commits:

   new  5e5a153   Try excluding version 9.5 to see if the package builds on 
pgapt.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Try excluding version 9.5 to see if the package builds on pgapt.

2016-09-27 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pgapt
in repository postgis.

commit 5e5a15313e1071d5d01532b5c0618536d6ca2acf
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Tue Sep 27 20:06:05 2016 +0200

Try excluding version 9.5 to see if the package builds on pgapt.
---
 debian/changelog  | 3 ++-
 debian/pgversions | 7 +--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b01273..7209e5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.3.0+dfsg-2) UNRELEASED; urgency=medium
 
-  * Update pgversions to require PostgreSQL 9.2 or newer.
+  * Update pgversions to require PostgreSQL 9.2 or newer, but
+try excluding 9.5.
 
  -- Markus Wanner <mar...@bluegap.ch>  Tue, 27 Sep 2016 19:37:29 +0200
 
diff --git a/debian/pgversions b/debian/pgversions
index 7fd5aed..a746b9a 100644
--- a/debian/pgversions
+++ b/debian/pgversions
@@ -1,5 +1,8 @@
 # Note: Listing each version individually triggers an issue on
 # distributions where the default version of Postgres isn't the newest
 # one. '9.2+' circumvents that issue with current pg_buildext.
-#  
-9.2+
+#
+9.2
+9.3
+9.4
+9.6

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Update pgversions to require PostgreSQL 9.2 or newer.

2016-09-27 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 4305d306e3b4509da1e1f02db5c5cba809c2fe59
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Tue Sep 27 19:39:03 2016 +0200

Update pgversions to require PostgreSQL 9.2 or newer.
---
 debian/changelog  | 6 ++
 debian/pgversions | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 859bfa7..8b01273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.3.0+dfsg-2) UNRELEASED; urgency=medium
+
+  * Update pgversions to require PostgreSQL 9.2 or newer.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Tue, 27 Sep 2016 19:37:29 +0200
+
 postgis (2.3.0+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/pgversions b/debian/pgversions
index 9c34f88..7fd5aed 100644
--- a/debian/pgversions
+++ b/debian/pgversions
@@ -1,5 +1,5 @@
 # Note: Listing each version individually triggers an issue on
 # distributions where the default version of Postgres isn't the newest
-# one. '9.0+' circumvents that issue with current pg_buildext.
+# one. '9.2+' circumvents that issue with current pg_buildext.
 #  
-9.1+
+9.2+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (caac5b1 -> 4305d30)

2016-09-27 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  caac5b1   Set distribution to unstable.
   new  4305d30   Update pgversions to require PostgreSQL 9.2 or newer.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  | 6 ++
 debian/pgversions | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag show deleted (was 604bb4d)

2016-06-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag show
in repository postgis.

*** WARNING: tag show was deleted! ***

   was  604bb4d   debian/changelog: prepare for upload to unstable.

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (374c752 -> e62a9cd)

2016-06-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  374c752   Correct script package renaming, other minor but related 
tweaks.
   new  e62a9cd   Finalize 2.2.2+dfsg-3 for upload to unstable.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag show created (now 604bb4d)

2016-06-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag show
in repository postgis.

at  604bb4d   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag debian/postgis-2.2.2+dfsg-3 created (now e62a9cd)

2016-06-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/postgis-2.2.2+dfsg-3
in repository postgis.

at  e62a9cd   (commit)
This tag includes the following new commits:

   new  e62a9cd   Finalize 2.2.2+dfsg-3 for upload to unstable.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Finalize 2.2.2+dfsg-3 for upload to unstable.

2016-06-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit e62a9cdb565dcd922593263031d33342a98f0bf2
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Jun 24 22:49:20 2016 +0200

Finalize 2.2.2+dfsg-3 for upload to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 88d84ff..16f576b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-postgis (2.2.2+dfsg-3) UNRELEASED; urgency=medium
+postgis (2.2.2+dfsg-3) unstable; urgency=medium
 
   [ Bas Couwenberg ]
   * Disable tests on ppc64, fails to change owner and permissions.
@@ -11,7 +11,7 @@ postgis (2.2.2+dfsg-3) UNRELEASED; urgency=medium
 and add the version from d/rules.
   * Update README.Debian to reflect the renaming.
 
- -- Markus Wanner <mar...@bluegap.ch>  Fri, 24 Jun 2016 19:55:20 +0200
+ -- Markus Wanner <mar...@bluegap.ch>  Fri, 24 Jun 2016 22:11:56 +0200
 
 postgis (2.2.2+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Correct script package renaming, other minor but related tweaks.

2016-06-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 374c752bcaba3fec2d56f2114149635c7278e3c7
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Jun 24 19:59:38 2016 +0200

Correct script package renaming, other minor but related tweaks.

* Re-add postgresql-M.N-postgis-scripts as a transitional
  dummy package.
* Remove the postgis major.minor version from the generic file
  and add the version from d/rules.
* Update README.Debian to reflect the renaming.
---
 debian/README.Debian | 4 ++--
 debian/changelog | 5 -
 debian/control   | 8 
 debian/control.in| 9 +
 ...tgis-2.2.install.in => postgresql-generic-postgis.install.in} | 0
 debian/rules | 8 
 6 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 92bf1c4..a5dca12 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -18,7 +18,7 @@ postgresql-N.M-postgis-X.Y
   releases or bug fixes.
 
 
-postgresql-N.M-postgis-scripts
+postgresql-N.M-postgis-X.Y-scripts
   This package provides necessary scripts for creating or upgrading
   the PostGIS extension in a given database, the extension's control
   file, and various other SQL scripts.
@@ -95,7 +95,7 @@ extension needs a bit of extra care, depending on what 
PostGIS version
 you are upgrading from.  Please refer to the PostGIS documentation.
 
 All of the required SQL files mentioned in the documentation should be
-provided by the postgresql-M.N-postgis-scripts package and can be
+provided by the postgresql-M.N-postgis-X.Y-scripts package and can be
 found in the following directory after its installation (replace M.N
 with the appropriate Postgres version used):
 
diff --git a/debian/changelog b/debian/changelog
index c5ada7c..88d84ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ postgis (2.2.2+dfsg-3) UNRELEASED; urgency=medium
   [ Markus Wanner ]
   * Re-rename the -scripts package to include the postgis version
 for easier upgrading.
+  * Remove the postgis major.minor version from the generic file
+and add the version from d/rules.
+  * Update README.Debian to reflect the renaming.
 
- -- Markus Wanner <mar...@bluegap.ch>  Sun, 29 May 2016 19:07:04 +0200
+ -- Markus Wanner <mar...@bluegap.ch>  Fri, 24 Jun 2016 19:55:20 +0200
 
 postgis (2.2.2+dfsg-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index e0e5ec8..86a582d 100644
--- a/debian/control
+++ b/debian/control
@@ -135,3 +135,11 @@ Description: Geographic objects support for PostgreSQL 9.5 
-- scripts
  This package contains SQL scripts to upgrade from earlier PostGIS
  versions for PostgreSQL 9.5 as well as Perl utility scripts.
 
+Package: postgresql-9.5-postgis-scripts
+Architecture: all
+Depends: postgresql-9.5-postgis-2.2-scripts, ${misc:Depends}
+Priority: extra
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
+
diff --git a/debian/control.in b/debian/control.in
index c90cc76..c99212d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -134,3 +134,12 @@ Description: Geographic objects support for PostgreSQL 
PGVERSION -- scripts
  .
  This package contains SQL scripts to upgrade from earlier PostGIS
  versions for PostgreSQL PGVERSION as well as Perl utility scripts.
+
+Package: postgresql-PGVERSION-postgis-scripts
+Architecture: all
+Depends: postgresql-PGVERSION-postgis-2.2-scripts, ${misc:Depends}
+Priority: extra
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
+
diff --git a/debian/postgresql-generic-postgis-2.2.install.in 
b/debian/postgresql-generic-postgis.install.in
similarity index 100%
rename from debian/postgresql-generic-postgis-2.2.install.in
rename to debian/postgresql-generic-postgis.install.in
diff --git a/debian/rules b/debian/rules
index ba8f17b..4f08f9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -294,12 +294,12 @@ install-arch: build-arch
 #  Auto-create required .install file for each Postgres major version
(set -e; \
for PGVER in $(OTHER_POSTGRES_VERSIONS) $(NEWEST_POSTGRES_VERSION); do \
-   cat $(CURDIR)/debian/postgresql-generic-postgis-2.2.install.in \
+   cat $(CURDIR)/debian/postgresql-generic-postgis.install.in \
| sed -e "s/@PGVERSION@/$$PGVER/" \
-   > 
$(CURDIR)/debian/postgresql-$$PGVER-postgis-2.2.install; \
-   cat 
$(CURDIR)/debian/postgresql-generic-postgis-2.2-scripts.install.in \
+

[postgis] branch master updated (5044574 -> 374c752)

2016-06-24 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  5044574   Mark hicolor-icons.patch as Applied-Upstream.
   new  374c752   Correct script package renaming, other minor but related 
tweaks.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/README.Debian | 4 ++--
 debian/changelog | 5 -
 debian/control   | 8 
 debian/control.in| 9 +
 ...tgis-2.2.install.in => postgresql-generic-postgis.install.in} | 0
 debian/rules | 8 
 6 files changed, 27 insertions(+), 7 deletions(-)
 rename debian/{postgresql-generic-postgis-2.2.install.in => 
postgresql-generic-postgis.install.in} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: [postgis] 01/01: Re-rename the -scripts package to include the postgis version for easier upgrading.

2016-05-30 Thread Markus Wanner
Hello Bas,

On 05/30/2016 09:29 AM, Bas Couwenberg wrote:
> Thanks for your work on this, I noticed a few minor issues though.

Thanks for your review.

Note that I'm currently not even trying to build the package locally,
but (ab)using pgapt for that. This in turn needs a commit in the git
repo. (Maybe I should use a different branch for that, in the future.)

> On 2016-05-30 09:09, Markus Wanner wrote:
>> -Recommends: postgresql-9.5-postgis-2.2
>> +Recommends: postgresql-9.5-postgis
> 
> The version should not be dropped from the -postgis package, that should
> remain:

Right. Thanks for spotting this. Corrected.

>> +Replaces: postgresql-9.5-postgis-scripts,
>> +Breaks: postgresql-9.5-postgis-scripts
> 
> Breaks/Replaces needs to use a version constraint. The following should
> be sufficient:
> 
>  Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
>  Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)

Ok, makes sense. Corrected as well.

Regards

Markus


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Correct dependencies a bit, as hinted by Bas Couwenberg.

2016-05-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit ef9f4590f116b431cbd25cb865be41ff3d59c18a
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Mon May 30 09:51:27 2016 +0200

Correct dependencies a bit, as hinted by Bas Couwenberg.
---
 debian/control| 6 +++---
 debian/control.in | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index ce17c0f..e0e5ec8 100644
--- a/debian/control
+++ b/debian/control
@@ -121,9 +121,9 @@ Description: Geographic objects support for PostgreSQL 9.5
 Package: postgresql-9.5-postgis-2.2-scripts
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: postgresql-9.5-postgis
-Replaces: postgresql-9.5-postgis-scripts,
-Breaks: postgresql-9.5-postgis-scripts
+Recommends: postgresql-9.5-postgis-2.2
+Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
+Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
 Description: Geographic objects support for PostgreSQL 9.5 -- scripts
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
diff --git a/debian/control.in b/debian/control.in
index d3718e2..c90cc76 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -121,9 +121,9 @@ Description: Geographic objects support for PostgreSQL 
PGVERSION
 Package: postgresql-PGVERSION-postgis-2.2-scripts
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: postgresql-PGVERSION-postgis
-Replaces: postgresql-PGVERSION-postgis-scripts,
-Breaks: postgresql-PGVERSION-postgis-scripts
+Recommends: postgresql-PGVERSION-postgis-2.2
+Replaces: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~)
+Breaks: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~)
 Description: Geographic objects support for PostgreSQL PGVERSION -- scripts
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (7422f3f -> ef9f459)

2016-05-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  7422f3f   Re-rename the -scripts package to include the postgis 
version for easier upgrading.
   new  ef9f459   Correct dependencies a bit, as hinted by Bas Couwenberg.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control| 6 +++---
 debian/control.in | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (5459805 -> 7422f3f)

2016-05-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  5459805   Disable tests on ppc64, fails to change owner and 
permissions.
   new  7422f3f   Re-rename the -scripts package to include the postgis 
version for easier upgrading.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  |  7 ++-
 debian/control| 12 +---
 debian/control.in | 13 +
 debian/rules  |  8 
 4 files changed, 20 insertions(+), 20 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Re-rename the -scripts package to include the postgis version for easier upgrading.

2016-05-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 7422f3faa61e9b7e102db65a81a59c03a0dc310e
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Mon May 30 09:08:26 2016 +0200

Re-rename the -scripts package to include the postgis version
for easier upgrading.
---
 debian/changelog  |  7 ++-
 debian/control| 12 +---
 debian/control.in | 13 +
 debian/rules  |  8 
 4 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c435bff..8ee0398 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 postgis (2.2.2+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Disable tests on ppc64, fails to change owner and permissions.
 
- -- Bas Couwenberg <sebas...@debian.org>  Mon, 23 May 2016 23:10:35 +0200
+  [ Markus Wanner ]
+  * Re-rename the -scripts package to include the postgis version
+for easier upgrading.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Sun, 29 May 2016 19:07:04 +0200
 
 postgis (2.2.2+dfsg-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 6f69f06..ce17c0f 100644
--- a/debian/control
+++ b/debian/control
@@ -102,7 +102,7 @@ Description: PostGIS "Lightweight Geometry" library - 
Development files
 
 Package: postgresql-9.5-postgis-2.2
 Depends: ${shlibs:Depends}, postgresql-9.5,
- postgresql-9.5-postgis-scripts, liblwgeom-2.2-5,
+ postgresql-9.5-postgis-2.2-scripts, liblwgeom-2.2-5,
  ${misc:Depends}
 Recommends: postgresql-contrib-9.5
 Suggests: postgis
@@ -118,14 +118,12 @@ Description: Geographic objects support for PostgreSQL 9.5
  .
  This package supports PostgreSQL 9.5.
 
-Package: postgresql-9.5-postgis-scripts
+Package: postgresql-9.5-postgis-2.2-scripts
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: postgresql-9.5-postgis-2.2
-Replaces: postgresql-9.5-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-9.5-postgis-2.1-scripts (<< 2.1.0-4~)
-Breaks: postgresql-9.5-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-9.5-postgis-2.1-scripts (<< 2.1.0-4~)
+Recommends: postgresql-9.5-postgis
+Replaces: postgresql-9.5-postgis-scripts,
+Breaks: postgresql-9.5-postgis-scripts
 Description: Geographic objects support for PostgreSQL 9.5 -- scripts
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
diff --git a/debian/control.in b/debian/control.in
index 5d3af4c..d3718e2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -102,7 +102,7 @@ Description: PostGIS "Lightweight Geometry" library - 
Development files
 
 Package: postgresql-PGVERSION-postgis-2.2
 Depends: ${shlibs:Depends}, postgresql-PGVERSION,
- postgresql-PGVERSION-postgis-scripts, liblwgeom-2.2-5,
+ postgresql-PGVERSION-postgis-2.2-scripts, liblwgeom-2.2-5,
  ${misc:Depends}
 Recommends: postgresql-contrib-PGVERSION
 Suggests: postgis
@@ -118,14 +118,12 @@ Description: Geographic objects support for PostgreSQL 
PGVERSION
  .
  This package supports PostgreSQL PGVERSION.
 
-Package: postgresql-PGVERSION-postgis-scripts
+Package: postgresql-PGVERSION-postgis-2.2-scripts
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: postgresql-PGVERSION-postgis-2.2
-Replaces: postgresql-PGVERSION-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-PGVERSION-postgis-2.1-scripts (<< 2.1.0-4~)
-Breaks: postgresql-PGVERSION-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-PGVERSION-postgis-2.1-scripts (<< 2.1.0-4~)
+Recommends: postgresql-PGVERSION-postgis
+Replaces: postgresql-PGVERSION-postgis-scripts,
+Breaks: postgresql-PGVERSION-postgis-scripts
 Description: Geographic objects support for PostgreSQL PGVERSION -- scripts
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -136,4 +134,3 @@ Description: Geographic objects support for PostgreSQL 
PGVERSION -- scripts
  .
  This package contains SQL scripts to upgrade from earlier PostGIS
  versions for PostgreSQL PGVERSION as well as Perl utility scripts.
-
diff --git a/debian/rules b/debian/rules
index 28967d1..f9416e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,7 +129,7 @@ clean: debian/control
 
 #  Cleanup auto-generated packaging control files
rm -f $(CURDIR)/debian/postgresql-*-postgis-2.2.install
-   rm -f $(CURDIR)/debian/postgresql-*-postgis-scripts.install
+   rm -f $(CURDIR)/debian/postgresql-*-postgis-2.2-scripts.install
rm -f loader/cunit/cu_tester
rm -rf liblwgeom/cunit/.libs
 
@@ -262,7 +262,7 @@ install-indep: build-indep
(set -e; \
for PGVER in $(OTHER_POSTGRES_VERSIONS) $(NEWEST_POSTGRES_VERSION); do \
rdfind -makeresultsfile false -makehardlinks true \
-

[postgis] 01/01: Add patch relax-test-timing-constraints.patch

2016-01-15 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 881de4390d99f29d765f20185d59cccdc504bf5f
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Jan 15 09:15:28 2016 +0100

Add patch relax-test-timing-constraints.patch
---
 debian/changelog   |  7 ++-
 debian/patches/relax-test-timing-constraints.patch | 70 ++
 debian/patches/series  |  1 +
 3 files changed, 77 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 84b44c5..741a7ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 postgis (2.2.1+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Add patch by Helge Deller to fix wkb_output test failure on hppa & mips.
 (closes: #810859)
 
- -- Bas Couwenberg <sebas...@debian.org>  Tue, 12 Jan 2016 23:34:26 +0100
+  [ Markus Wanner ]
+  * Add patch relax-test-timing-constraints.patch to increase chances of
+tests passing on the pgapt infrastructure.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Thu, 14 Jan 2016 20:09:42 +0100
 
 postgis (2.2.1+dfsg-1) unstable; urgency=medium
 
diff --git a/debian/patches/relax-test-timing-constraints.patch 
b/debian/patches/relax-test-timing-constraints.patch
new file mode 100644
index 000..ab1f515
--- /dev/null
+++ b/debian/patches/relax-test-timing-constraints.patch
@@ -0,0 +1,70 @@
+Description: Relax timing constraints for some tests.
+ With a statement_timeout of 100ms, increase the allowed _timecheck interval
+ from 200ms or 250ms to 500ms. This should increase chances of tests passing
+ even on busy or slow systems.
+Author: Markus Wanner <mar...@bluegap.ch>
+Forwarded: no
+
+--- a/regress/interrupt.sql
 b/regress/interrupt.sql
+@@ -24,7 +24,7 @@
+ SET statement_timeout TO 100;
+ -- would run for many seconds if uninterruptible...
+ SELECT ST_Segmentize(ST_MakeLine(ST_Point(4,39), ST_Point(1,41)), 1e-100);
+-SELECT _timecheck('segmentize', '250ms');
++SELECT _timecheck('segmentize', '500ms');
+ SET statement_timeout TO 0;
+ -- Not affected by old timeout
+ SELECT '1',ST_AsText(ST_Segmentize('LINESTRING(0 0,4 0)'::geometry, 2));
+--- a/regress/interrupt_buffer.sql
 b/regress/interrupt_buffer.sql
+@@ -36,7 +36,7 @@
+ --( select (st_dumppoints(st_buffer(st_makepoint(0,0),1,10))).geom g) 
foo;
+ -- it may take some more to interrupt st_buffer, see
+ -- https://travis-ci.org/postgis/postgis/builds/4026#L-L2223
+-SELECT _timecheck('buffer', '200ms');
++SELECT _timecheck('buffer', '500ms');
+ 
+ -- Not affected by old timeout
+ SELECT '1', ST_NPoints(ST_Buffer('POINT(4 0)'::geometry, 2, 1));
+--- a/regress/interrupt_relate.sql
 b/regress/interrupt_relate.sql
+@@ -36,30 +36,30 @@
+ SET statement_timeout TO 100;
+ 
+ select ST_Contains(g,g) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('contains', '200ms');
++SELECT _timecheck('contains', '500ms');
+ 
+ select ST_Covers(g,g) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('covers', '200ms');
++SELECT _timecheck('covers', '500ms');
+ 
+ select ST_CoveredBy(g,g) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('coveredby', '200ms');
++SELECT _timecheck('coveredby', '500ms');
+ 
+ select ST_Crosses(g,g) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('crosses', '200ms');
++SELECT _timecheck('crosses', '500ms');
+ 
+ -- NOTE: we're reversing one of the operands to avoid the
+ --   short-circuit described in #3226
+ select ST_Equals(g,st_reverse(g)) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('equals', '200ms');
++SELECT _timecheck('equals', '500ms');
+ 
+ select ST_Intersects(g,g) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('intersects', '200ms');
++SELECT _timecheck('intersects', '500ms');
+ 
+ select ST_Overlaps(g,g) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('overlaps', '200ms');
++SELECT _timecheck('overlaps', '500ms');
+ 
+ select ST_Relate(g,g) from _inputs WHERE id = 1; -- 6+ seconds
+-SELECT _timecheck('relate', '200ms');
++SELECT _timecheck('relate', '500ms');
+ 
+ 
+ DROP FUNCTION _timecheck(text, interval);
diff --git a/debian/patches/series b/debian/patches/series
index 74b8328..138cd0a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 link-liblwgeom
 hppa.patch
+relax-test-timing-constraints.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (49b5289 -> 881de43)

2016-01-15 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  49b5289   Mark hppa.patch as Forwarded.
   new  881de43   Add patch relax-test-timing-constraints.patch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  7 ++-
 debian/patches/relax-test-timing-constraints.patch | 70 ++
 debian/patches/series  |  1 +
 3 files changed, 77 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/relax-test-timing-constraints.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag upstream/2.2.0.rc1+dfsg created (now 20b2139)

2015-09-29 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag upstream/2.2.0.rc1+dfsg
in repository postgis.

at  20b2139   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch experimental updated (2e5cd27 -> 75b4e24)

2015-09-29 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch experimental
in repository postgis.

  from  2e5cd27   Add second Applied-Upstream URL for fix-spelling patch.
   new  56a03d5   Drop the transitional postgresql-X.Y-postgis-2.0-script 
package.
   new  75b4e24   Add a NEWS entry reminding the user to upgrade his 
databases.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/{NEWS.Debian => NEWS}  | 15 +++
 debian/changelog  |  8 
 debian/control.postgis-2.0.in | 10 --
 debian/rules  | 12 +---
 4 files changed, 24 insertions(+), 21 deletions(-)
 rename debian/{NEWS.Debian => NEWS} (63%)
 delete mode 100644 debian/control.postgis-2.0.in

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 02/02: Add a NEWS entry reminding the user to upgrade his databases.

2015-09-29 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch experimental
in repository postgis.

commit 75b4e24bf3b985c17b028f3a8b054e0d44c73a7e
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Tue Sep 29 20:33:17 2015 +0200

Add a NEWS entry reminding the user to upgrade his databases.
---
 debian/{NEWS.Debian => NEWS} | 15 +++
 debian/changelog |  2 ++
 2 files changed, 17 insertions(+)

diff --git a/debian/NEWS.Debian b/debian/NEWS
similarity index 63%
rename from debian/NEWS.Debian
rename to debian/NEWS
index 7835931..5486140 100644
--- a/debian/NEWS.Debian
+++ b/debian/NEWS
@@ -1,3 +1,18 @@
+postgis (2.2.0~rc1+dfsg-1) unstable; urgency=medium
+
+  Debian is now shipping PostGIS version 2.2 and dropped support for 2.1,
+  meaning bug or security fixes will no longer be provided for the older
+  one. This means it is strongly recommended to migrate all databases to the
+  newer PostGIS version 2.2 as soon as possible.
+
+  Of course, databases that are already using PostGIS 2.1 will continue to
+  work. Note, however, that with this upgrade it is no longer possible
+  to create version 2.1 of the extension PostGIS. Instead, 'CREATE
+  EXTENSION postgis;' will now give you version 2.2. Note that this can also
+  affects backups.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Sat, 26 Sep 2015 16:07:18 +0200
+
 postgis (2.1.3+dfsg-1) unstable; urgency=high
 
   It has come to our attention that the PostGIS Raster support
diff --git a/debian/changelog b/debian/changelog
index 7351fe0..92fd876 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 postgis (2.2.0~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
 
   * Drop the transitional postgresql-X.Y-postgis-2.0-script package.
+  * Rename NEWS.Debian to NEWS to make it actually work. Add a warning
+notifying the user to upgrade his databases.
 
  -- Markus Wanner <mar...@bluegap.ch>  Sat, 26 Sep 2015 16:15:33 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/02: Drop the transitional postgresql-X.Y-postgis-2.0-script package.

2015-09-29 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch experimental
in repository postgis.

commit 56a03d5b2c46989b02bc20d2a4ca7f8ed9302da2
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Sat Sep 26 16:18:53 2015 +0200

Drop the transitional postgresql-X.Y-postgis-2.0-script package.
---
 debian/changelog  |  6 ++
 debian/control.postgis-2.0.in | 10 --
 debian/rules  | 12 +---
 3 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b279e72..7351fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.2.0~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
+
+  * Drop the transitional postgresql-X.Y-postgis-2.0-script package.
+
+ -- Markus Wanner <mar...@bluegap.ch>  Sat, 26 Sep 2015 16:15:33 +0200
+
 postgis (2.2.0~rc1+dfsg-1~exp1) experimental; urgency=medium
 
   [ Markus Wanner ]
diff --git a/debian/control.postgis-2.0.in b/debian/control.postgis-2.0.in
deleted file mode 100644
index 2b9a8ee..000
--- a/debian/control.postgis-2.0.in
+++ /dev/null
@@ -1,10 +0,0 @@
-Package: postgresql-PGVERSION-postgis-2.0-scripts
-Architecture: all
-Depends: ${misc:Depends}
-Description: PostGIS 2.0 for PostgreSQL PGVERSION -- scripts -- dummy package
- This package contained the scripts for PostGIS version 2.0, that's
- now deprecated. It extended PostgreSQL PGVERSION.
- .
- This is a transitional dummy package. It can safely be removed
- together with the dependent postgresql-PGVERSION-postgis package.
-
diff --git a/debian/rules b/debian/rules
index c9f205d..a6736bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,10 +31,6 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel"))
CHECK =
 endif
 
-# PostgreSQL versions supported by PostGIS 2.0 - for automatic
-# generation of transitional -scripts packages.
-POSTGIS_2_0_PGVERS = 8.4 9.0 9.1 9.2
-
 # Magic to automatically create a debian/control file for the (or all)
 # supported versions of Postgres.
 #
@@ -42,21 +38,15 @@ POSTGIS_2_0_PGVERS = 8.4 9.0 9.1 9.2
 # /usr/share/postgresql-common/pgxs_debian_control.mk and extended to
 # support NEWEST_VERSION and fiddle with postgis 2.0 transitional
 # packages.
-debian/control: debian/control.in debian/pgversions \
-   debian/control.postgis-2.0.in
+debian/control: debian/control.in debian/pgversions
(set -e; \
VERSIONS=`pg_buildext supported-versions $(CURDIR)` || exit $$?; \
NEWEST_VERSION=`pg_buildext supported-versions $(CURDIR) | tail -1` || 
exit $$?; \
-   POSTGIS_2_0_PGVERS="$(POSTGIS_2_0_PGVERS)" ; \
grep-dctrl -vP PGVERSION $< | \
sed -e "s:NEWEST_PGVERSION:$$NEWEST_VERSION:" > $@.pgxs_tmp; \
for v in $$VERSIONS; do \
grep-dctrl -P PGVERSION $<  \
| sed -e "s:PGVERSION:$$v:" >> $@.pgxs_tmp; \
-   if test "$${POSTGIS_2_0_PGVERS#*$$v}" != 
"$${POSTGIS_2_0_PGVERS}" ; then \
-   grep-dctrl -P PGVERSION debian/control.postgis-2.0.in \
-   | sed -e "s:PGVERSION:$$v:" >> $@.pgxs_tmp; \
-   fi; \
done; \
mv $@.pgxs_tmp $@) || (rm -f $@.pgxs_tmp; exit 1)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 02/03: Refresh patches to apply, again. Drop all java related stuff.

2015-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch experimental
in repository postgis.

commit fcb6b9ba61657b8704e06788d2d1c785d1966471
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 25 20:15:16 2015 +0200

Refresh patches to apply, again. Drop all java related stuff.
---
 debian/README.Debian   |  4 +-
 debian/changelog   |  3 +
 debian/control | 42 +-
 debian/control.in  | 42 +-
 debian/copyright   | 11 ---
 debian/libpostgis-java-doc.install |  4 -
 debian/libpostgis-java.install |  1 -
 debian/libpostgis-java.poms|  2 -
 debian/patches/add-lm-for-liblwgeom.patch  |  2 +-
 debian/patches/fix-hurd-i386-ftbfs.patch   |  6 +-
 debian/patches/honor-build-flags   | 23 ++
 debian/patches/link-liblwgeom  | 12 +--
 debian/patches/series  |  2 -
 .../patches/strip-invalid-whitespace-in-pom.patch  | 13 ---
 debian/patches/use-debian-maven| 95 --
 debian/rules   | 37 -
 16 files changed, 23 insertions(+), 276 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 59f7100..1e23f91 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -47,8 +47,8 @@ postgis
 
 
 libpostgis-java
-  This package contains the Java library for using JDBC with a PostGIS-
-  enabled PostgreSQL database.
+  This package used to be built from the 'postgis' source, but is no
+  longer shipped with it (since postgis-2.2.0~rc1)
 
 
 Upgrading existing spatial databases
diff --git a/debian/changelog b/debian/changelog
index 0310f6f..293f93b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ postgis (2.2.0~rc1+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * Update package names, control, and rules for the new version 2.2.
+  * Refresh patches to apply, again.
   * Drop old deprecation warnings for 2.0 and the transitional
 package postgresql-9.4-postgis-2.1-scripts.
+  * Drop all Java related things, including the patches use-debian-maven
+and strip-invalid-whitespace-in-pom.patch.
   * Update copyright information.
 
  -- Markus Wanner <mar...@bluegap.ch>  Fri, 25 Sep 2015 19:19:19 +0200
diff --git a/debian/control b/debian/control
index 60f3f80..0a702c8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,15 +12,7 @@ Build-Depends: debhelper (>= 9), po-debconf,
  libproj-dev (>= 4.6.0), libssl-dev, xsltproc, docbook, docbook-xsl,
  imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~),
  libgtk2.0-dev, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~),
- postgresql-server-dev-all, postgresql-common (>= 148~), postgresql,
- maven-repo-helper
-Build-Depends-Indep: default-jdk, openjdk-7-jdk | java7-sdk,
- libpostgresql-jdbc-java, fastjar, libjts-java (>= 1.7), maven2,
- libmaven-clean-plugin-java, libmaven-jar-plugin-java,
- libsurefire-java,
- libmaven-compiler-plugin-2.5-java | libmaven-compiler-plugin-java,
- libmaven-resources-plugin-java,
- libmaven-javadoc-plugin-java
+ postgresql-server-dev-all, postgresql-common (>= 148~), postgresql
 Standards-Version: 3.9.6
 Homepage: http://postgis.net/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis.git
@@ -55,38 +47,6 @@ Description: Geographic objects support for PostgreSQL -- 
documentation
  .
  This package contains the PostGIS documentation.
 
-Package: libpostgis-java
-Architecture: all
-Section: java
-Depends: libpostgresql-jdbc-java, ${misc:Depends}
-Suggests: postgresql-9.4-postgis-2.2
-Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Description: Geographic objects support for PostgreSQL -- JDBC support
- PostGIS adds support for geographic objects to the PostgreSQL
- object-relational database. In effect, PostGIS "spatially enables"
- the PostgreSQL server, allowing it to be used as a backend spatial
- database for geographic information systems (GIS), much like ESRI's
- SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
- "Simple Features Specification for SQL".
- .
- This package contains JDBC support for PostGIS.
-
-Package: libpostgis-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libpostgis-java
-Description: Geographic objects support for PostgreSQL -- JDBC documentation
- PostGIS adds support for geographic objects to the PostgreSQL
- object-relational database. In effect, PostGIS "spatially enables"
- the PostgreSQL server, allowing it to be used as a backend spatial
- database for geographic inf

[postgis] 03/03: Adjust pgversions as well (postgis-2.2 needs Pg 9.1+)

2015-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch experimental
in repository postgis.

commit 32c7c198ac7d8d531138b932def061cbb94fa39f
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 25 20:16:13 2015 +0200

Adjust pgversions as well (postgis-2.2 needs Pg 9.1+)
---
 debian/changelog  | 1 +
 debian/pgversions | 8 +++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 293f93b..e172692 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ postgis (2.2.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * New upstream version
   * Update package names, control, and rules for the new version 2.2.
   * Refresh patches to apply, again.
+  * Adjust pgversions: 2.2 now needs at least PostgreSQL 9.1 to work.
   * Drop old deprecation warnings for 2.0 and the transitional
 package postgresql-9.4-postgis-2.1-scripts.
   * Drop all Java related things, including the patches use-debian-maven
diff --git a/debian/pgversions b/debian/pgversions
index 708582c..9c34f88 100644
--- a/debian/pgversions
+++ b/debian/pgversions
@@ -1,7 +1,5 @@
-# Note that postgis-2.1 is not recommended for 9.0, anymore.
-#
-# Also note: Listing each version individually triggers an issue on
+# Note: Listing each version individually triggers an issue on
 # distributions where the default version of Postgres isn't the newest
 # one. '9.0+' circumvents that issue with current pg_buildext.
-#
-9.0+
+#  
+9.1+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch experimental created (now 32c7c19)

2015-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch experimental
in repository postgis.

at  32c7c19   Adjust pgversions as well (postgis-2.2 needs Pg 9.1+)

This branch includes the following new commits:

   new  20b2139   Import upstream version 2.2.0~rc1+dfsg.
   new  a584a07   Merge branch 'upstream' into experimental, i.e. a first 
attempt at packaging postgis-2.2.0~rc1.
   new  fcb6b9b   Refresh patches to apply, again. Drop all java related 
stuff.
   new  32c7c19   Adjust pgversions as well (postgis-2.2 needs Pg 9.1+)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch upstream updated (d414313 -> 20b2139)

2015-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch upstream
in repository postgis.

  from  d414313   Imported Upstream version 2.1.8+dfsg
   new  20b2139   Import upstream version 2.2.0~rc1+dfsg.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes | 9 +
 .travis.yml|62 +-
 ChangeLog  | 70176 ---
 GNUmakefile.in |26 +-
 NEWS   |   214 +-
 README.md  |10 +
 README.postgis |   146 +-
 TODO   | 1 -
 Version.config | 4 +-
 astyle.sh  | 2 +-
 authors.git| 6 +-
 authors.svn| 8 +-
 autogen.sh |29 +-
 ci/debbie/postgis_regress.sh   |79 +
 ci/winnie/build_postgis.sh |   143 +
 ci/winnie/package_postgis.sh   |   203 +
 ci/winnie/regress_postgis.sh   |   174 +
 configure  |  4738 +-
 configure.ac   |   414 +-
 doc/.tx/config |   168 +
 doc/Makefile.comments.in   |15 +-
 doc/Makefile.in|53 +-
 doc/doxygen.cfg.in | 4 +-
 doc/extras.xml | 1 -
 doc/extras_address_standardizer.xml|   703 +
 doc/extras_tigergeocoder.xml   |  1551 +-
 doc/extras_topology.xml|   140 +-
 doc/faq.xml|21 +-
 doc/faq_raster.xml | 2 +
 doc/html/image_src/Makefile.in |21 +-
 doc/html/image_src/generator.c |35 +-
 doc/html/image_src/st_approximatemedialaxis01.wkt  | 2 +
 doc/html/image_src/st_extrude01.wkt| 1 +
 doc/html/image_src/st_extrude03.wkt| 1 +
 doc/html/image_src/st_minkowskisum01.wkt   | 3 +
 doc/html/image_src/st_minkowskisum02.wkt   | 2 +
 doc/html/image_src/st_minkowskisum03.wkt   | 3 +
 doc/html/image_src/st_minkowskisum04.wkt   | 5 +
 doc/html/image_src/st_split01.wkt  | 2 +-
 doc/html/image_src/st_split02.wkt  | 3 +-
 doc/html/image_src/st_straightskeleton01.wkt   | 1 +
 doc/html/image_src/st_subdivide01.wkt  | 4 +
 doc/html/image_src/st_subdivide02.wkt  | 4 +
 doc/html/image_src/st_tesselate03.wkt  | 1 +
 doc/html/image_src/st_tesselate04.wkt  | 5 +
 doc/html/image_src/styles.c| 1 -
 doc/html/image_src/styles.conf |12 +
 doc/html/image_src/styles.h| 1 -
 doc/html/images/st_extrude02.png   |   Bin 0 -> 6667 bytes
 doc/html/images/st_extrude04.png   |   Bin 0 -> 4563 bytes
 doc/html/images/st_straightskeleton02.png  |   Bin 0 -> 4570 bytes
 doc/html/images/st_tesselate01.png |   Bin 0 -> 6072 bytes
 doc/html/images/st_tesselate02.png |   Bin 0 -> 10029 bytes
 doc/installation.xml   |   912 +-
 doc/introduction.xml   |20 +-
 doc/man/pgsql2shp.1| 2 +-
 doc/man/shp2pgsql.1|15 +-
 doc/po/README  |38 +-
 doc/po/es/Makefile | 2 +
 doc/po/es/extras.xml.po|40 +
 doc/po/es/extras_address_standardizer.xml.po   |   852 +
 doc/po/es/extras_historytable.xml.po   |   344 +
 doc/po/es/extras_tigergeocoder.xml.po  |  2419 +
 doc/po/es/extras_topology.xml.po   |  4209 ++
 doc/po/es/faq.xml.po   |  1026 +
 doc/po/es/faq_raster.xml.po|   957 +
 doc/po/es/installation.xml.po  |  3927 ++
 doc/po/es/introduction.xml.po  |   676 +
 doc/po/es/performance_tips.xml.po  |   605 +
 doc/po/es/postgis.xml.po   |75 +
 

[postgis] 01/01: pristine-tar data for postgis_2.2.0~rc1+dfsg.orig.tar.gz

2015-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pristine-tar
in repository postgis.

commit a080bcb9d6eef5f28655488508f2027779032e3c
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Sep 25 19:18:33 2015 +0200

pristine-tar data for postgis_2.2.0~rc1+dfsg.orig.tar.gz
---
 postgis_2.2.0~rc1+dfsg.orig.tar.gz.delta | Bin 0 -> 7048014 bytes
 postgis_2.2.0~rc1+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/postgis_2.2.0~rc1+dfsg.orig.tar.gz.delta 
b/postgis_2.2.0~rc1+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..41a1812
Binary files /dev/null and b/postgis_2.2.0~rc1+dfsg.orig.tar.gz.delta differ
diff --git a/postgis_2.2.0~rc1+dfsg.orig.tar.gz.id 
b/postgis_2.2.0~rc1+dfsg.orig.tar.gz.id
new file mode 100644
index 000..331c592
--- /dev/null
+++ b/postgis_2.2.0~rc1+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+6a08dfd71e2493110fd0dbbd6d472ff52e3bbd3a

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch pristine-tar updated (61d2f49 -> a080bcb)

2015-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pristine-tar
in repository postgis.

  from  61d2f49   pristine-tar data for postgis_2.1.8+dfsg.orig.tar.gz
   new  a080bcb   pristine-tar data for postgis_2.2.0~rc1+dfsg.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 postgis_2.2.0~rc1+dfsg.orig.tar.gz.delta | Bin 0 -> 7048014 bytes
 postgis_2.2.0~rc1+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 postgis_2.2.0~rc1+dfsg.orig.tar.gz.delta
 create mode 100644 postgis_2.2.0~rc1+dfsg.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#799671: marked as done (postgis: broken dependencies)

2015-09-21 Thread Markus Wanner
Hi Matias,

On 09/21/2015 03:06 PM, Debian Bug Tracking System wrote:
> On 2015-09-21 14:50, Matias Barone wrote:
>> version 2.1.8+dfsg-5 has broken dependencies
> 
> postgis (2.1.8+dfsg-5) is not available in Debian yet, it looks like
> you're using pgApt for which the Debian BTS is not the correct place to
> report issues (despite the pgApt wiki suggesting this).

We'll certainly see reports on the BTS and act. So thanks for yours.

Until very recently, pgApt didn't provide 2.1.8+dfsg-5 and the only time
that version has been build for pgApt/sid, it got these dependencies:

> 14:26:06 ../postgis_2.1.8+dfsg-5~97.git43a09cc.pgdg+1_amd64.deb:
> 14:26:06  new debian package, version 2.0.
> 14:26:06  size 518034 bytes: control archive=1154 bytes.
> 14:26:06  990 bytes,19 lines  control  
> 14:26:06  853 bytes,13 lines  md5sums  
> 14:26:06  Package: postgis
> 14:26:06  Version: 2.1.8+dfsg-5~97.git43a09cc.pgdg+1
> 14:26:06  Architecture: amd64
> 14:26:06  Maintainer: Debian GIS Project 
> <pkg-grass-devel@lists.alioth.debian.org>
> 14:26:06  Installed-Size: 892
> 14:26:06  Depends: libc6 (>= 2.14), libgdal1i (>= 1.9.0), libgeos-c1v5 (>= 
> 3.4.2), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.14.0), libjson-c2 (>= 
> 0.10), liblwgeom-2.1.8 (>= 2.0.0), libpq5, libproj9 (>= 4.8.0)
> 14:26:06  Recommends: postgresql-9.4-postgis-2.1, postgis-doc

So I'm not quite clear where you got that package from. (Nor which
version you're talking about. The header says dfsg-4, your 'varsion'
statement says dfsg-5. AFAICT pgApt didn't ever ship a dfsg-4.)

> The pgsql-pkg-deb...@postgresql.org mailing list is much more appropriate.

I - among other Debian & pgApt contributors - prefer a real bug
reporting system. But I certainly understand that Bas wants to keep it
clean from "third-party" repositories. Then again, I'd appreciate if we
could keep using a common bug tracker for a common packaging base.

Regards

Markus Wanner




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] tag upstream/2.1.8+dfsg created (now d414313)

2015-07-21 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag upstream/2.1.8+dfsg
in repository postgis.

at  d414313   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag debian/2.1.8+dfsg-1 created (now 2c5096d)

2015-07-21 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/2.1.8+dfsg-1
in repository postgis.

at  2c5096d   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: pristine-tar data for postgis_2.1.8+dfsg.orig.tar.gz

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pristine-tar
in repository postgis.

commit 61d2f4943ed172cdcbb3e8d4503cfa18a3cd408f
Author: Markus Wanner mar...@bluegap.ch
Date:   Fri Jul 10 07:29:02 2015 +0200

pristine-tar data for postgis_2.1.8+dfsg.orig.tar.gz
---
 postgis_2.1.8+dfsg.orig.tar.gz.delta | Bin 0 - 4969595 bytes
 postgis_2.1.8+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/postgis_2.1.8+dfsg.orig.tar.gz.delta 
b/postgis_2.1.8+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..8da1027
Binary files /dev/null and b/postgis_2.1.8+dfsg.orig.tar.gz.delta differ
diff --git a/postgis_2.1.8+dfsg.orig.tar.gz.id 
b/postgis_2.1.8+dfsg.orig.tar.gz.id
new file mode 100644
index 000..b05dcbe
--- /dev/null
+++ b/postgis_2.1.8+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+dee2cc6c9703c7f62e65cdf74801fcabb0f1599c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (954a8d0 - 18216c0)

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  954a8d0   Re-add libmaven-compiler-plugin-java to the B-D as an 
alternative, so this package remains backward compatible (mostly for PGAPT).
   new  d414313   Imported Upstream version 2.1.8+dfsg
   new  18216c0   Merge branch 'upstream', i.e. postgis-2.1.8.

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 ._config.guess | Bin 0 - 239 bytes
 ._config.sub   | Bin 0 - 239 bytes
 ._install-sh   | Bin 0 - 239 bytes
 ChangeLog  | 147 
 NEWS   |  15 ++
 README.postgis |   4 +-
 Version.config |   2 +-
 config.guess   |   6 +-
 config.sub |  10 +-
 configure  | 255 +++--
 configure.ac   |   2 +-
 debian/changelog   |   5 +-
 doc/faq_raster.xml |   3 +-
 doc/introduction.xml   |   2 +-
 doc/reference_sfcgal.xml   |   7 +
 doc/release_notes.xml  |  59 +++--
 extensions/postgis/postgis.control |   2 +-
 .../postgis_tiger_geocoder.control |   2 +-
 .../postgis_topology/postgis_topology.control  |   2 +-
 extensions/upgradeable_versions.mk |  11 +-
 liblwgeom/Makefile.in  |   1 +
 liblwgeom/cunit/cu_algorithm.c |  11 +-
 liblwgeom/cunit/cu_libgeom.c   |  46 +++-
 liblwgeom/cunit/cu_ptarray.c   |   2 +-
 liblwgeom/g_serialized.c   |  47 ++--
 liblwgeom/lwgeodetic.h |   4 +-
 liblwgeom/lwgeodetic_tree.h|   2 +-
 liblwgeom/lwgeom.c |   7 +-
 liblwgeom/lwgeom_geos.c|   4 +-
 liblwgeom/lwin_geojson.c   |  71 +++---
 liblwgeom/lwline.c |   7 +-
 liblwgeom/lwlinearreferencing.c|  28 ++-
 liblwgeom/ptarray.c|  10 +-
 libtool| 159 +++--
 loader/shp2pgsql-core.c|   5 +
 loader/shp2pgsql-core.h|   5 +-
 ltmain.sh  |  81 ++-
 macros/._libtool.m4| Bin 0 - 239 bytes
 macros/._ltoptions.m4  | Bin 0 - 239 bytes
 macros/._ltsugar.m4| Bin 0 - 239 bytes
 macros/._lt~obsolete.m4| Bin 0 - 239 bytes
 macros/libtool.m4  | 171 +-
 macros/ltoptions.m4|   2 +-
 macros/ltsugar.m4  |   2 +-
 macros/ltversion.m4|  12 +-
 macros/lt~obsolete.m4  |   2 +-
 postgis/geography_btree.c  |  32 ++-
 postgis/geography_inout.c  |   4 +-
 postgis/lwgeom_accum.c |  11 +-
 postgis/lwgeom_export.c|  42 ++--
 postgis/lwgeom_functions_basic.c   |   9 +-
 postgis/postgis.sql.in |  95 
 postgis/sqldefines.h   |  10 +-
 postgis_svn_revision.h |   2 +-
 raster/test/regress/tickets.sql|  84 +++
 raster/test/regress/tickets_expected   |   9 +
 regress/affine.sql |   3 +
 regress/affine_expected|   1 +
 regress/in_geojson.sql |  16 ++
 regress/in_geojson_expected|  10 +
 regress/regress_lrs.sql|   1 +
 regress/regress_lrs_expected   |   1 +
 62 files changed, 1157 insertions(+), 386 deletions(-)
 create mode 100755 ._config.guess
 create mode 100755 ._config.sub
 create mode 100755 ._install-sh
 create mode 100644 macros/._libtool.m4
 create mode 100644 macros/._ltoptions.m4
 create mode 100644 macros/._ltsugar.m4
 create mode 100644 macros/._lt~obsolete.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on 

[postgis] 02/02: Merge branch 'upstream', i.e. postgis-2.1.8.

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 18216c00280c8e240b1485b4dd6a865586a1604e
Merge: 954a8d0 d414313
Author: Markus Wanner mar...@bluegap.ch
Date:   Fri Jul 10 07:31:32 2015 +0200

Merge branch 'upstream', i.e. postgis-2.1.8.

 ._config.guess | Bin 0 - 239 bytes
 ._config.sub   | Bin 0 - 239 bytes
 ._install-sh   | Bin 0 - 239 bytes
 ChangeLog  | 147 
 NEWS   |  15 ++
 README.postgis |   4 +-
 Version.config |   2 +-
 config.guess   |   6 +-
 config.sub |  10 +-
 configure  | 255 +++--
 configure.ac   |   2 +-
 debian/changelog   |   5 +-
 doc/faq_raster.xml |   3 +-
 doc/introduction.xml   |   2 +-
 doc/reference_sfcgal.xml   |   7 +
 doc/release_notes.xml  |  59 +++--
 extensions/postgis/postgis.control |   2 +-
 .../postgis_tiger_geocoder.control |   2 +-
 .../postgis_topology/postgis_topology.control  |   2 +-
 extensions/upgradeable_versions.mk |  11 +-
 liblwgeom/Makefile.in  |   1 +
 liblwgeom/cunit/cu_algorithm.c |  11 +-
 liblwgeom/cunit/cu_libgeom.c   |  46 +++-
 liblwgeom/cunit/cu_ptarray.c   |   2 +-
 liblwgeom/g_serialized.c   |  47 ++--
 liblwgeom/lwgeodetic.h |   4 +-
 liblwgeom/lwgeodetic_tree.h|   2 +-
 liblwgeom/lwgeom.c |   7 +-
 liblwgeom/lwgeom_geos.c|   4 +-
 liblwgeom/lwin_geojson.c   |  71 +++---
 liblwgeom/lwline.c |   7 +-
 liblwgeom/lwlinearreferencing.c|  28 ++-
 liblwgeom/ptarray.c|  10 +-
 libtool| 159 +++--
 loader/shp2pgsql-core.c|   5 +
 loader/shp2pgsql-core.h|   5 +-
 ltmain.sh  |  81 ++-
 macros/._libtool.m4| Bin 0 - 239 bytes
 macros/._ltoptions.m4  | Bin 0 - 239 bytes
 macros/._ltsugar.m4| Bin 0 - 239 bytes
 macros/._lt~obsolete.m4| Bin 0 - 239 bytes
 macros/libtool.m4  | 171 +-
 macros/ltoptions.m4|   2 +-
 macros/ltsugar.m4  |   2 +-
 macros/ltversion.m4|  12 +-
 macros/lt~obsolete.m4  |   2 +-
 postgis/geography_btree.c  |  32 ++-
 postgis/geography_inout.c  |   4 +-
 postgis/lwgeom_accum.c |  11 +-
 postgis/lwgeom_export.c|  42 ++--
 postgis/lwgeom_functions_basic.c   |   9 +-
 postgis/postgis.sql.in |  95 
 postgis/sqldefines.h   |  10 +-
 postgis_svn_revision.h |   2 +-
 raster/test/regress/tickets.sql|  84 +++
 raster/test/regress/tickets_expected   |   9 +
 regress/affine.sql |   3 +
 regress/affine_expected|   1 +
 regress/in_geojson.sql |  16 ++
 regress/in_geojson_expected|  10 +
 regress/regress_lrs.sql|   1 +
 regress/regress_lrs_expected   |   1 +
 62 files changed, 1157 insertions(+), 386 deletions(-)

diff --cc debian/changelog
index 580d7bc,000..7b4e4fe
mode 100644,00..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,973 -1,0 +1,974 @@@
- postgis (2.1.7+dfsg-3) UNRELEASED; urgency=medium
++postgis (2.1.8+dfsg-1) UNRELEASED; urgency=medium
 +
++  * New upstream version.
 +  * Re-add libmaven-compiler-plugin-java to the B-D as an alternative, so
 +this package remains backward compatible.
 +
-  -- Markus Wanner mar...@bluegap.ch  Tue, 16 Jun 2015 21:59:17 +0200
++ -- Markus Wanner mar...@bluegap.ch  Fri, 10 Jul 2015 07:30:17 +0200
 +
 +postgis (2.1.7+dfsg-2) unstable; urgency=medium
 +
 +  * Apply patch from Ubuntu to depend

[postgis] 01/02: Imported Upstream version 2.1.8+dfsg

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit d414313638a8e8026bb6dc8951223054b35434b7
Author: Markus Wanner mar...@bluegap.ch
Date:   Fri Jul 10 07:28:07 2015 +0200

Imported Upstream version 2.1.8+dfsg
---
 ._config.guess | Bin 0 - 239 bytes
 ._config.sub   | Bin 0 - 239 bytes
 ._install-sh   | Bin 0 - 239 bytes
 ChangeLog  | 147 
 NEWS   |  15 ++
 README.postgis |   4 +-
 Version.config |   2 +-
 config.guess   |   6 +-
 config.sub |  10 +-
 configure  | 255 +++--
 configure.ac   |   2 +-
 doc/faq_raster.xml |   3 +-
 doc/introduction.xml   |   2 +-
 doc/reference_sfcgal.xml   |   7 +
 doc/release_notes.xml  |  59 +++--
 extensions/postgis/postgis.control |   2 +-
 .../postgis_tiger_geocoder.control |   2 +-
 .../postgis_topology/postgis_topology.control  |   2 +-
 extensions/upgradeable_versions.mk |  11 +-
 liblwgeom/Makefile.in  |   1 +
 liblwgeom/cunit/cu_algorithm.c |  11 +-
 liblwgeom/cunit/cu_libgeom.c   |  46 +++-
 liblwgeom/cunit/cu_ptarray.c   |   2 +-
 liblwgeom/g_serialized.c   |  47 ++--
 liblwgeom/lwgeodetic.h |   4 +-
 liblwgeom/lwgeodetic_tree.h|   2 +-
 liblwgeom/lwgeom.c |   7 +-
 liblwgeom/lwgeom_geos.c|   4 +-
 liblwgeom/lwin_geojson.c   |  71 +++---
 liblwgeom/lwline.c |   7 +-
 liblwgeom/lwlinearreferencing.c|  28 ++-
 liblwgeom/ptarray.c|  10 +-
 libtool| 159 +++--
 loader/shp2pgsql-core.c|   5 +
 loader/shp2pgsql-core.h|   5 +-
 ltmain.sh  |  81 ++-
 macros/._libtool.m4| Bin 0 - 239 bytes
 macros/._ltoptions.m4  | Bin 0 - 239 bytes
 macros/._ltsugar.m4| Bin 0 - 239 bytes
 macros/._lt~obsolete.m4| Bin 0 - 239 bytes
 macros/libtool.m4  | 171 +-
 macros/ltoptions.m4|   2 +-
 macros/ltsugar.m4  |   2 +-
 macros/ltversion.m4|  12 +-
 macros/lt~obsolete.m4  |   2 +-
 postgis/geography_btree.c  |  32 ++-
 postgis/geography_inout.c  |   4 +-
 postgis/lwgeom_accum.c |  11 +-
 postgis/lwgeom_export.c|  42 ++--
 postgis/lwgeom_functions_basic.c   |   9 +-
 postgis/postgis.sql.in |  95 
 postgis/sqldefines.h   |  10 +-
 postgis_svn_revision.h |   2 +-
 raster/test/regress/tickets.sql|  84 +++
 raster/test/regress/tickets_expected   |   9 +
 regress/affine.sql |   3 +
 regress/affine_expected|   1 +
 regress/in_geojson.sql |  16 ++
 regress/in_geojson_expected|  10 +
 regress/regress_lrs.sql|   1 +
 regress/regress_lrs_expected   |   1 +
 61 files changed, 1154 insertions(+), 384 deletions(-)

diff --git a/._config.guess b/._config.guess
new file mode 100755
index 000..92de026
Binary files /dev/null and b/._config.guess differ
diff --git a/._config.sub b/._config.sub
new file mode 100755
index 000..3309887
Binary files /dev/null and b/._config.sub differ
diff --git a/._install-sh b/._install-sh
new file mode 100755
index 000..8199457
Binary files /dev/null and b/._install-sh differ
diff --git a/ChangeLog b/ChangeLog
index 8044365..4946e37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,150 @@
+2015-07-04 05:48  robe
+
+   * doc/reference_sfcgal.xml: #3116: SFCGAL add documentation for
+ geometry backend switch. Patch from Vincent Mora
+
+2015-06-30 18:02  pramsey
+
+   * liblwgeom/lwin_geojson.c

[postgis] branch pristine-tar updated (af4c40a - 61d2f49)

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pristine-tar
in repository postgis.

  from  af4c40a   pristine-tar data for postgis_2.1.7+dfsg.orig.tar.gz
   new  61d2f49   pristine-tar data for postgis_2.1.8+dfsg.orig.tar.gz

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 postgis_2.1.8+dfsg.orig.tar.gz.delta | Bin 0 - 4969595 bytes
 postgis_2.1.8+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 postgis_2.1.8+dfsg.orig.tar.gz.delta
 create mode 100644 postgis_2.1.8+dfsg.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch upstream updated (90d3636 - d414313)

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch upstream
in repository postgis.

  from  90d3636   Imported Upstream version 2.1.7+dfsg
   new  d414313   Imported Upstream version 2.1.8+dfsg

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 ._config.guess | Bin 0 - 239 bytes
 ._config.sub   | Bin 0 - 239 bytes
 ._install-sh   | Bin 0 - 239 bytes
 ChangeLog  | 147 
 NEWS   |  15 ++
 README.postgis |   4 +-
 Version.config |   2 +-
 config.guess   |   6 +-
 config.sub |  10 +-
 configure  | 255 +++--
 configure.ac   |   2 +-
 doc/faq_raster.xml |   3 +-
 doc/introduction.xml   |   2 +-
 doc/reference_sfcgal.xml   |   7 +
 doc/release_notes.xml  |  59 +++--
 extensions/postgis/postgis.control |   2 +-
 .../postgis_tiger_geocoder.control |   2 +-
 .../postgis_topology/postgis_topology.control  |   2 +-
 extensions/upgradeable_versions.mk |  11 +-
 liblwgeom/Makefile.in  |   1 +
 liblwgeom/cunit/cu_algorithm.c |  11 +-
 liblwgeom/cunit/cu_libgeom.c   |  46 +++-
 liblwgeom/cunit/cu_ptarray.c   |   2 +-
 liblwgeom/g_serialized.c   |  47 ++--
 liblwgeom/lwgeodetic.h |   4 +-
 liblwgeom/lwgeodetic_tree.h|   2 +-
 liblwgeom/lwgeom.c |   7 +-
 liblwgeom/lwgeom_geos.c|   4 +-
 liblwgeom/lwin_geojson.c   |  71 +++---
 liblwgeom/lwline.c |   7 +-
 liblwgeom/lwlinearreferencing.c|  28 ++-
 liblwgeom/ptarray.c|  10 +-
 libtool| 159 +++--
 loader/shp2pgsql-core.c|   5 +
 loader/shp2pgsql-core.h|   5 +-
 ltmain.sh  |  81 ++-
 macros/._libtool.m4| Bin 0 - 239 bytes
 macros/._ltoptions.m4  | Bin 0 - 239 bytes
 macros/._ltsugar.m4| Bin 0 - 239 bytes
 macros/._lt~obsolete.m4| Bin 0 - 239 bytes
 macros/libtool.m4  | 171 +-
 macros/ltoptions.m4|   2 +-
 macros/ltsugar.m4  |   2 +-
 macros/ltversion.m4|  12 +-
 macros/lt~obsolete.m4  |   2 +-
 postgis/geography_btree.c  |  32 ++-
 postgis/geography_inout.c  |   4 +-
 postgis/lwgeom_accum.c |  11 +-
 postgis/lwgeom_export.c|  42 ++--
 postgis/lwgeom_functions_basic.c   |   9 +-
 postgis/postgis.sql.in |  95 
 postgis/sqldefines.h   |  10 +-
 postgis_svn_revision.h |   2 +-
 raster/test/regress/tickets.sql|  84 +++
 raster/test/regress/tickets_expected   |   9 +
 regress/affine.sql |   3 +
 regress/affine_expected|   1 +
 regress/in_geojson.sql |  16 ++
 regress/in_geojson_expected|  10 +
 regress/regress_lrs.sql|   1 +
 regress/regress_lrs_expected   |   1 +
 61 files changed, 1154 insertions(+), 384 deletions(-)
 create mode 100755 ._config.guess
 create mode 100755 ._config.sub
 create mode 100755 ._install-sh
 create mode 100644 macros/._libtool.m4
 create mode 100644 macros/._ltoptions.m4
 create mode 100644 macros/._ltsugar.m4
 create mode 100644 macros/._lt~obsolete.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Finalize 2.1.8-1 for upload to unstable.

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 2c5096d72e28bb3e9464fe9724f0a4b0decefb27
Author: Markus Wanner mar...@bluegap.ch
Date:   Fri Jul 10 12:52:30 2015 +0200

Finalize 2.1.8-1 for upload to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 584542d..dfc12ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-postgis (2.1.8+dfsg-1) UNRELEASED; urgency=medium
+postgis (2.1.8+dfsg-1) unstable; urgency=medium
 
   [ Markus Wanner ]
   * New upstream version.
@@ -9,7 +9,7 @@ postgis (2.1.8+dfsg-1) UNRELEASED; urgency=medium
   * Update copyright years for autotools files.
   * Update liblwgeom package name for 2.1.8 version.
 
- -- Markus Wanner mar...@bluegap.ch  Fri, 10 Jul 2015 07:30:17 +0200
+ -- Markus Wanner mar...@bluegap.ch  Fri, 10 Jul 2015 12:51:42 +0200
 
 postgis (2.1.7+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (dee753e - 2c5096d)

2015-07-10 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  dee753e   Add new liblwgeom symbols file.
   new  2c5096d   Finalize 2.1.8-1 for upload to unstable.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (84938be - 954a8d0)

2015-06-16 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  84938be   Set distribution to unstable.
   new  954a8d0   Re-add libmaven-compiler-plugin-java to the B-D as an 
alternative, so this package remains backward compatible (mostly for PGAPT).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  | 7 +++
 debian/control| 3 ++-
 debian/control.in | 3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Re-add libmaven-compiler-plugin-java to the B-D as an alternative, so this package remains backward compatible (mostly for PGAPT).

2015-06-16 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 954a8d0e1fac70c2734dccf27d068bddc21f7008
Author: Markus Wanner mar...@bluegap.ch
Date:   Tue Jun 16 22:01:26 2015 +0200

Re-add libmaven-compiler-plugin-java to the B-D as an alternative,
so this package remains backward compatible (mostly for PGAPT).
---
 debian/changelog  | 7 +++
 debian/control| 3 ++-
 debian/control.in | 3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 20bb894..580d7bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+postgis (2.1.7+dfsg-3) UNRELEASED; urgency=medium
+
+  * Re-add libmaven-compiler-plugin-java to the B-D as an alternative, so
+this package remains backward compatible.
+
+ -- Markus Wanner mar...@bluegap.ch  Tue, 16 Jun 2015 21:59:17 +0200
+
 postgis (2.1.7+dfsg-2) unstable; urgency=medium
 
   * Apply patch from Ubuntu to depend on libmaven-compiler-plugin-2.5-java,
diff --git a/debian/control b/debian/control
index 78da0d5..34d76f8 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,8 @@ Build-Depends: debhelper (= 9), po-debconf,
 Build-Depends-Indep: default-jdk, openjdk-7-jdk | java7-sdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
- libsurefire-java, libmaven-compiler-plugin-2.5-java,
+ libsurefire-java,
+ libmaven-compiler-plugin-2.5-java | libmaven-compiler-plugin-java,
  libmaven-resources-plugin-java,
  libmaven-javadoc-plugin-java
 Standards-Version: 3.9.6
diff --git a/debian/control.in b/debian/control.in
index 49db00f..4a0cd69 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -17,7 +17,8 @@ Build-Depends: debhelper (= 9), po-debconf,
 Build-Depends-Indep: default-jdk, openjdk-7-jdk | java7-sdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
- libsurefire-java, libmaven-compiler-plugin-2.5-java,
+ libsurefire-java,
+ libmaven-compiler-plugin-2.5-java | libmaven-compiler-plugin-java,
  libmaven-resources-plugin-java,
  libmaven-javadoc-plugin-java
 Standards-Version: 3.9.6

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: [postgis] 01/03: Apply patch from Ubuntu to depend on libmaven-compiler-plugin-2.5-java, fixes build failure with maven-compiler-plugin 3.x.

2015-06-16 Thread Markus Wanner
Bas,

On 06/15/2015 01:36 AM, Sebastiaan Couwenberg wrote:
 sebastic pushed a commit to branch master
 in repository postgis.
 
 commit e9ce4440cbc68b2dd95d81189cfabafabe2d3139
 Author: Bas Couwenberg sebas...@xs4all.nl
 Date:   Sun Jun 14 21:53:55 2015 +0200
 
 Apply patch from Ubuntu to depend on libmaven-compiler-plugin-2.5-java, 
 fixes build failure with maven-compiler-plugin 3.x.

Thanks for your quick reaction to this bug and the cleanup in copyright.

Unfortunately, this broke the package for PGAPT on all distributions but
sid.

Can we revert this back to:
 libmaven-compiler-plugin-2.5-java | libmaven-compiler-plugin-java

Or does that still pose a problem on Ubuntu Wily?

Regards

Markus Wanner




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: [postgis] 01/03: Apply patch from Ubuntu to depend on libmaven-compiler-plugin-2.5-java, fixes build failure with maven-compiler-plugin 3.x.

2015-06-16 Thread Markus Wanner
On 06/16/2015 09:45 PM, Sebastiaan Couwenberg wrote:
 I was afraid that might happen, sorry for not alerting you about that.

No worries.

 Since wily is mostly identical to sid 2.5 used be used explicitly
 there, everywhere it's not available libmaven-compiler-plugin-java
 should still be used.

I pushed this change and triggered a build on pgapt - which I expect to
pass, again.

Regards

Markus



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#785933: postgis: installation from DVD's failed

2015-05-22 Thread Markus Wanner
Control: reassign -1 apt

Hello Adrian,

I could reproduce this, but don't think it's really related to the
postgis package. Also note that simply running `apt-get -f install` and
`apt-get install postgis` a second (or third, I don't remember) time
solved the issue. I saw no need to manually specify the dependencies to
install.

Maybe the apt maintainers can comment better on the abilities of
apt-cdrom and dependency resolution across removable media.

Regards

Markus Wanner



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] tag debian/2.1.4+dfsg-3 created (now f9ce1bf)

2015-04-01 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/2.1.4+dfsg-3
in repository postgis.

at  f9ce1bf   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag debian/2.1.7+dfsg-0.exp1 created (now 9949ae3)

2015-04-01 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/2.1.7+dfsg-0.exp1
in repository postgis.

at  9949ae3   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: postgis_2.1.4+dfsg-3_amd64.changes ACCEPTED into unstable

2015-04-01 Thread Markus Wanner
On 04/01/2015 12:22 PM, Markus Wanner wrote:
 BTW: I used -0~exp1, so that -1 could be used for a future upload to
 unstable.

Ah, the tilde already does that... never mind... a brain fart on my side.

Markus




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: postgis_2.1.4+dfsg-3_amd64.changes ACCEPTED into unstable

2015-04-01 Thread Markus Wanner
Bas,

On 04/01/2015 11:56 AM, Sebastiaan Couwenberg wrote:
 Can you tag the release and push the tags to Alioth?

Sorry, I forgot to pull before tagging and just pushed an erroneous
debian/2.1.7+dfsg-0.exp1 tag, as I didn't see your tag.

BTW: I used -0~exp1, so that -1 could be used for a future upload to
unstable. Is it common practice to use -1~exp1 instead and -2 for a
subsequent upload?

Regards

Markus




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] 01/01: pristine-tar data for postgis_2.1.7+dfsg.orig.tar.gz

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pristine-tar
in repository postgis.

commit af4c40a3165f958fba9029b221bca21b49396f75
Author: Markus Wanner mar...@bluegap.ch
Date:   Mon Mar 30 19:08:01 2015 +0200

pristine-tar data for postgis_2.1.7+dfsg.orig.tar.gz
---
 postgis_2.1.7+dfsg.orig.tar.gz.delta | Bin 0 - 4948950 bytes
 postgis_2.1.7+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/postgis_2.1.7+dfsg.orig.tar.gz.delta 
b/postgis_2.1.7+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..568efc2
Binary files /dev/null and b/postgis_2.1.7+dfsg.orig.tar.gz.delta differ
diff --git a/postgis_2.1.7+dfsg.orig.tar.gz.id 
b/postgis_2.1.7+dfsg.orig.tar.gz.id
new file mode 100644
index 000..be4d3b2
--- /dev/null
+++ b/postgis_2.1.7+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+7c35a0b2e3923b01e75cf30a600b2f849faebcf3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch pristine-tar updated (647efaa - af4c40a)

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pristine-tar
in repository postgis.

  from  647efaa   pristine-tar data for postgis_2.1.6+dfsg.orig.tar.gz
   new  af4c40a   pristine-tar data for postgis_2.1.7+dfsg.orig.tar.gz

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 postgis_2.1.7+dfsg.orig.tar.gz.delta | Bin 0 - 4948950 bytes
 postgis_2.1.7+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 postgis_2.1.7+dfsg.orig.tar.gz.delta
 create mode 100644 postgis_2.1.7+dfsg.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag upstream/2.1.7+dfsg created (now 90d3636)

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag upstream/2.1.7+dfsg
in repository postgis.

at  90d3636   (commit)
This tag includes the following new commits:

   new  90d3636   Imported Upstream version 2.1.7+dfsg

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/03: Imported Upstream version 2.1.7+dfsg

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 90d363661ac979aa47e23af3cc79c40677262945
Author: Markus Wanner mar...@bluegap.ch
Date:   Mon Mar 30 19:06:59 2015 +0200

Imported Upstream version 2.1.7+dfsg
---
 ChangeLog  | 50 
 NEWS   | 11 
 README.postgis |  4 +-
 Version.config |  2 +-
 aclocal.m4 |  6 +-
 configure  |  6 --
 configure.ac   |  1 -
 doc/release_notes.xml  | 16 -
 extensions/postgis/postgis.control |  2 +-
 .../postgis_tiger_geocoder.control |  2 +-
 .../postgis_topology/postgis_topology.control  |  2 +-
 extensions/upgradeable_versions.mk |  6 +-
 liblwgeom/liblwgeom.h.in   |  6 +-
 liblwgeom/lwin_geojson.c   | 68 ++
 liblwgeom/lwutil.c | 20 ---
 libtool|  4 +-
 postgis/lwgeom_box.c   |  8 +--
 postgis/sqldefines.h   |  8 +--
 postgis_svn_revision.h |  2 +-
 raster/rt_pg/rt_pg.c   | 22 ---
 raster/test/regress/rt_dumpvalues.sql  | 13 -
 21 files changed, 167 insertions(+), 92 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f51ad77..8044365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2015-03-27 17:21  pramsey
+
+   * liblwgeom/lwin_geojson.c: Formatting
+
+2015-03-27 16:26  pramsey
+
+   * liblwgeom/lwin_geojson.c: Fix z+ handling
+
+2015-03-26 22:29  pramsey
+
+   * liblwgeom/lwin_geojson.c: GeoJSON maintenance
+
+2015-03-24 13:39  dustymugs
+
+   * raster/rt_pg/rt_pg.c: invalid operator. Ticket #3090
+
+2015-03-24 13:32  dustymugs
+
+   * NEWS, raster/rt_pg/rt_pg.c,
+ raster/test/regress/rt_dumpvalues.sql: Fix ST_DumpValues()
+ crasher when cleaning. Ticket #3086
+
+2015-03-23 16:34  strk
+
+   * NEWS, configure.ac, liblwgeom/liblwgeom.h.in, liblwgeom/lwutil.c,
+ postgis/lwgeom_box.c: Do not (re)define strcasestr in a public
+ header (#3088)
+
+2015-03-20 17:11  pramsey
+
+   * HOWTO_RELEASE: Add notes on updateing trunk too
+
+2015-03-20 17:08  pramsey
+
+   * HOWTO_RELEASE, extensions/upgradeable_versions.mk,
+ java/jdbc_jtsparser/pom.xml: Push versions forward
+
+2015-03-20 17:01  pramsey
+
+   * NEWS, Version.config: Set versions for 2.1.7dev
+
+2015-03-20 17:00  pramsey
+
+   * NEWS, README.postgis, Version.config, doc/release_notes.xml:
+ Setup for 2.1.6 release
+
+2015-03-20 16:45  pramsey
+
+   * ChangeLog: update changelog
+
 2015-03-20 15:50  pramsey
 
* NEWS: Update NEWs
diff --git a/NEWS b/NEWS
index 72d1b23..a88b42f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+PostGIS 2.1.7
+2015/03/30
+
+ * Bug Fixes *
+
+  - #3086, ST_DumpValues() crashes backend on cleanup with invalid
+   band indexes
+  - #3088, Do not (re)define strcasestr in a liblwgeom.h
+  - #3094, Malformed GeoJSON inputs crash backend
+
+
 PostGIS 2.1.6
 2015/03/20
 
diff --git a/README.postgis b/README.postgis
index 20f416f..08501dd 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =
 
-:Version: 2.1.6
-:Date: 2015-03-20
+:Version: 2.1.7
+:Date: 2015-03-30
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 88a4adc..4beb12b 100644
--- a/Version.config
+++ b/Version.config
@@ -5,5 +5,5 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=6
+POSTGIS_MICRO_VERSION=7
 
diff --git a/aclocal.m4 b/aclocal.m4
index cc18be7..c437d77 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.15 -*- Autoconf -*-
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -12,7 +12,7 @@
 # PARTICULAR PURPOSE.
 
 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], 
[])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
+# Copyright (C) 2003-2014 Free Software Foundation, Inc.
 #
 # This file is free

[postgis] branch upstream updated (f5f5b60 - 90d3636)

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch upstream
in repository postgis.

  from  f5f5b60   Imported Upstream version 2.1.6+dfsg
   new  90d3636   Imported Upstream version 2.1.7+dfsg

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog  | 50 
 NEWS   | 11 
 README.postgis |  4 +-
 Version.config |  2 +-
 aclocal.m4 |  6 +-
 configure  |  6 --
 configure.ac   |  1 -
 doc/release_notes.xml  | 16 -
 extensions/postgis/postgis.control |  2 +-
 .../postgis_tiger_geocoder.control |  2 +-
 .../postgis_topology/postgis_topology.control  |  2 +-
 extensions/upgradeable_versions.mk |  6 +-
 liblwgeom/liblwgeom.h.in   |  6 +-
 liblwgeom/lwin_geojson.c   | 68 ++
 liblwgeom/lwutil.c | 20 ---
 libtool|  4 +-
 postgis/lwgeom_box.c   |  8 +--
 postgis/sqldefines.h   |  8 +--
 postgis_svn_revision.h |  2 +-
 raster/rt_pg/rt_pg.c   | 22 ---
 raster/test/regress/rt_dumpvalues.sql  | 13 -
 21 files changed, 167 insertions(+), 92 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 02/03: Merge branch 'upstream'

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit f3896889f4f9f3bf65d7bd8dfa4db6581776d10f
Merge: d0983ab 90d3636
Author: Markus Wanner mar...@bluegap.ch
Date:   Mon Mar 30 19:15:39 2015 +0200

Merge branch 'upstream'

 ChangeLog  | 50 
 NEWS   | 11 
 README.postgis |  4 +-
 Version.config |  2 +-
 aclocal.m4 |  6 +-
 configure  |  6 --
 configure.ac   |  1 -
 debian/changelog   |  8 ++-
 doc/release_notes.xml  | 16 -
 extensions/postgis/postgis.control |  2 +-
 .../postgis_tiger_geocoder.control |  2 +-
 .../postgis_topology/postgis_topology.control  |  2 +-
 extensions/upgradeable_versions.mk |  6 +-
 liblwgeom/liblwgeom.h.in   |  6 +-
 liblwgeom/lwin_geojson.c   | 68 ++
 liblwgeom/lwutil.c | 20 ---
 libtool|  4 +-
 postgis/lwgeom_box.c   |  8 +--
 postgis/sqldefines.h   |  8 +--
 postgis_svn_revision.h |  2 +-
 raster/rt_pg/rt_pg.c   | 22 ---
 raster/test/regress/rt_dumpvalues.sql  | 13 -
 22 files changed, 173 insertions(+), 94 deletions(-)

diff --cc debian/changelog
index 7a248d7,000..9c2280b
mode 100644,00..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,943 -1,0 +1,947 @@@
- postgis (2.1.6+dfsg-1~exp2) UNRELEASED; urgency=medium
++postgis (2.1.7+dfsg-0~exp1) UNRELEASED; urgency=medium
 +
++  [ Bas Couwenberg ]
 +  * Drop get-orig-source target, script removed in favor of uscan.
 +
-  -- Bas Couwenberg sebas...@debian.org  Sun, 22 Mar 2015 21:39:22 +0100
++  [ Markus Wanner ]
++  * New upstream release.
++
++ -- Markus Wanner mar...@bluegap.ch  Mon, 30 Mar 2015 19:09:11 +0200
 +
 +postgis (2.1.6+dfsg-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Skip tests on mipsel too, due to persistent buildd issues.
 +  * Use uscan repacking to exclude CITE tests from upstream source.
 +  * Update patches for new upstream release.
 +  * Generate pom.xml before running maven.
 +  * Update symbols for liblwgeom-2.1.6.
 +
 + -- Bas Couwenberg sebas...@debian.org  Sat, 21 Mar 2015 15:49:02 +0100
 +
 +postgis (2.1.5+dfsg-1~exp2) experimental; urgency=medium
 +
 +  * Update symbols for liblwgeom-2.1.5.
 +  * Update Homepage URL from postgis.refractions.net to postgis.net.
 +  * Update my email to use @debian.org address.
 +  * Add build dependency on openjdk-7-jdk | java7-sdk required to build
 +libpostgis-java. OpenJDK 7 is not yet available on GNU/Hurd.
 +  * GNU/Hurd doesn't implement semaphores; skip regress tests on hurd-*.
 +
 + -- Bas Couwenberg sebas...@debian.org  Sun, 08 Feb 2015 21:41:31 +0100
 +
 +postgis (2.1.5+dfsg-1~exp1) experimental; urgency=medium
 +
 +  [ Markus Wanner ]
 +  * Downgrade the recommends on postgis to a suggestion, so we don't ever
 +recommend all the way through to another PostgreSQL major version,
 +when installing a specific postgresql-X.Y-postgis-2.1 package.
 +
 +  [ Bas Couwenberg ]
 +  * New upstream release.
 +  * Add upstream metadata.
 +  * Add Brazilian translation by José de Figueiredo. Closes: #771782.
 +  * Fix get-orig-source path in watch file.
 +  * Update copyright file, changes:
 +- Update copyright years
 +- Change config.{sub,guess} license to GPL-3+ with Autoconf exception
 +- Remove {extensions,raster}/Makefile, no longer included.
 +  * Drop enable-ppc64el.patch, applied upstream. Refresh remaining patches.
 +
 + -- Bas Couwenberg sebas...@xs4all.nl  Wed, 24 Dec 2014 14:49:02 +0100
 +
 +postgis (2.1.4+dfsg-2) unstable; urgency=medium
 +
 +  * Add Dutch translation by Frans Spiesschaert. Closes: #765409.
 +  * Bump S-V: no changes required.
 +
 + -- Markus Wanner mar...@bluegap.ch  Wed, 15 Oct 2014 10:58:52 +0200
 +
 +postgis (2.1.4+dfsg-1) unstable; urgency=medium
 +
 +  [ Paulo Flabiano Smorigo ]
 +  * add -lm for liblwgeom to avoid linkage problem.
 +  * enable ppc64el.
 +(closes: #759505)
 +
 +  [ Bas Couwenberg ]
 +  * Add Swedish translation by Martin Bagge. Closes: #761975.
 +  * Add strip-invalid-whitespace-in-pom.patch to fix mh_cleanpom failure.
 +  * Update copyright file.
 +  * Add patch to fix FTBFS on hurd-i386.
 +
 +  [ Markus Wanner ]
 +  * New upstream release, 2.1.4. Adapt packaging to the new version.
 +  * Drop patches debian-versions, fix-armel, use-json-c, and
 +postgresql-9.4

[postgis] 03/03: Adapt other files to the new upstream release 2.1.7.

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit e7372c3434c623f18cae7c5c443b32e7aca09f7d
Author: Markus Wanner mar...@bluegap.ch
Date:   Mon Mar 30 19:26:16 2015 +0200

Adapt other files to the new upstream release 2.1.7.
---
 debian/control  | 6 +++---
 debian/control.in   | 6 +++---
 debian/{liblwgeom-2.1.6.install = liblwgeom-2.1.7.install} | 0
 debian/{liblwgeom-2.1.6.symbols = liblwgeom-2.1.7.symbols} | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 77b8984..93e9de1 100644
--- a/debian/control
+++ b/debian/control
@@ -86,7 +86,7 @@ Description: Geographic objects support for PostgreSQL -- 
JDBC documentation
  .
  This package contains the documentation for the JDBC support for PostGIS.
 
-Package: liblwgeom-2.1.6
+Package: liblwgeom-2.1.7
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -106,7 +106,7 @@ Package: liblwgeom-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
- liblwgeom-2.1.6 (= ${binary:Version})
+ liblwgeom-2.1.7 (= ${binary:Version})
 Breaks: postgis ( 2.0.0)
 Description: PostGIS Lightweight Geometry library - Development files
  PostGIS adds support for geographic objects to the PostgreSQL
@@ -123,7 +123,7 @@ Description: PostGIS Lightweight Geometry library - 
Development files
 
 Package: postgresql-9.4-postgis-2.1
 Depends: ${shlibs:Depends}, postgresql-9.4,
- postgresql-9.4-postgis-scripts, liblwgeom-2.1.6,
+ postgresql-9.4-postgis-scripts, liblwgeom-2.1.7,
  ${misc:Depends}
 Recommends: postgresql-contrib-9.4
 Suggests: postgis
diff --git a/debian/control.in b/debian/control.in
index f478027..7ffc519 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -86,7 +86,7 @@ Description: Geographic objects support for PostgreSQL -- 
JDBC documentation
  .
  This package contains the documentation for the JDBC support for PostGIS.
 
-Package: liblwgeom-2.1.6
+Package: liblwgeom-2.1.7
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -106,7 +106,7 @@ Package: liblwgeom-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
- liblwgeom-2.1.6 (= ${binary:Version})
+ liblwgeom-2.1.7 (= ${binary:Version})
 Breaks: postgis ( 2.0.0)
 Description: PostGIS Lightweight Geometry library - Development files
  PostGIS adds support for geographic objects to the PostgreSQL
@@ -123,7 +123,7 @@ Description: PostGIS Lightweight Geometry library - 
Development files
 
 Package: postgresql-PGVERSION-postgis-2.1
 Depends: ${shlibs:Depends}, postgresql-PGVERSION,
- postgresql-PGVERSION-postgis-scripts, liblwgeom-2.1.6,
+ postgresql-PGVERSION-postgis-scripts, liblwgeom-2.1.7,
  ${misc:Depends}
 Recommends: postgresql-contrib-PGVERSION
 Suggests: postgis
diff --git a/debian/liblwgeom-2.1.6.install b/debian/liblwgeom-2.1.7.install
similarity index 100%
rename from debian/liblwgeom-2.1.6.install
rename to debian/liblwgeom-2.1.7.install
diff --git a/debian/liblwgeom-2.1.6.symbols b/debian/liblwgeom-2.1.7.symbols
similarity index 99%
rename from debian/liblwgeom-2.1.6.symbols
rename to debian/liblwgeom-2.1.7.symbols
index d766db8..0f13448 100644
--- a/debian/liblwgeom-2.1.6.symbols
+++ b/debian/liblwgeom-2.1.7.symbols
@@ -1,4 +1,4 @@
-liblwgeom-2.1.6.so liblwgeom-2.1.6 #MINVER#
+liblwgeom-2.1.7.so liblwgeom-2.1.7 #MINVER#
  GEOS2LWGEOM@Base 2.0.0
  LWGEOM2GEOS@Base 2.0.0
  LWGEOM_GEOS_buildArea@Base 2.0.0

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (d0983ab - e7372c3)

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  d0983ab   Drop get-orig-source target, script removed in favor of 
uscan.
   new  90d3636   Imported Upstream version 2.1.7+dfsg
   new  f389688   Merge branch 'upstream'
   new  e7372c3   Adapt other files to the new upstream release 2.1.7.

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog  | 50 
 NEWS   | 11 
 README.postgis |  4 +-
 Version.config |  2 +-
 aclocal.m4 |  6 +-
 configure  |  6 --
 configure.ac   |  1 -
 debian/changelog   |  8 ++-
 debian/control |  6 +-
 debian/control.in  |  6 +-
 ...wgeom-2.1.6.install = liblwgeom-2.1.7.install} |  0
 ...wgeom-2.1.6.symbols = liblwgeom-2.1.7.symbols} |  2 +-
 doc/release_notes.xml  | 16 -
 extensions/postgis/postgis.control |  2 +-
 .../postgis_tiger_geocoder.control |  2 +-
 .../postgis_topology/postgis_topology.control  |  2 +-
 extensions/upgradeable_versions.mk |  6 +-
 liblwgeom/liblwgeom.h.in   |  6 +-
 liblwgeom/lwin_geojson.c   | 68 ++
 liblwgeom/lwutil.c | 20 ---
 libtool|  4 +-
 postgis/lwgeom_box.c   |  8 +--
 postgis/sqldefines.h   |  8 +--
 postgis_svn_revision.h |  2 +-
 raster/rt_pg/rt_pg.c   | 22 ---
 raster/test/regress/rt_dumpvalues.sql  | 13 -
 26 files changed, 180 insertions(+), 101 deletions(-)
 rename debian/{liblwgeom-2.1.6.install = liblwgeom-2.1.7.install} (100%)
 rename debian/{liblwgeom-2.1.6.symbols = liblwgeom-2.1.7.symbols} (99%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Prepare for upload to experimental.

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 9949ae36691247e1bb1cbb10a33dcdbfa531288c
Author: Markus Wanner mar...@bluegap.ch
Date:   Mon Mar 30 19:52:51 2015 +0200

Prepare for upload to experimental.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9c2280b..3529c6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-postgis (2.1.7+dfsg-0~exp1) UNRELEASED; urgency=medium
+postgis (2.1.7+dfsg-0~exp1) experimental; urgency=medium
 
   [ Bas Couwenberg ]
   * Drop get-orig-source target, script removed in favor of uscan.
@@ -6,7 +6,7 @@ postgis (2.1.7+dfsg-0~exp1) UNRELEASED; urgency=medium
   [ Markus Wanner ]
   * New upstream release.
 
- -- Markus Wanner mar...@bluegap.ch  Mon, 30 Mar 2015 19:09:11 +0200
+ -- Markus Wanner mar...@bluegap.ch  Mon, 30 Mar 2015 19:51:02 +0200
 
 postgis (2.1.6+dfsg-1~exp1) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (e7372c3 - 9949ae3)

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  e7372c3   Adapt other files to the new upstream release 2.1.7.
   new  9949ae3   Prepare for upload to experimental.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Add patch geojson-fix-3094.patch, prepare for upload to unstable

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch jessie
in repository postgis.

commit f9ce1bfea95abb57d2f95ee157f5a4cd3b220f7c
Author: Markus Wanner mar...@bluegap.ch
Date:   Mon Mar 30 20:04:19 2015 +0200

Add patch geojson-fix-3094.patch, prepare for upload to unstable

back-ported from the 2.1.7 release, to fix a crash of the database
backend process when given invalid GeoJSON data.
---
 debian/changelog  |  8 
 debian/patches/geojson-fix-3094.patch | 77 +++
 debian/patches/series |  1 +
 3 files changed, 86 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 513c6d5..eb4d328 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+postgis (2.1.4+dfsg-3) unstable; urgency=high
+
+  * Add patch geojson-fix-3094.patch, back-ported from the 2.1.7 release,
+to fix a crash of the database backend process when given invalid
+GeoJSON data.
+
+ -- Markus Wanner mar...@bluegap.ch  Mon, 30 Mar 2015 19:40:22 +0200
+
 postgis (2.1.4+dfsg-2) unstable; urgency=medium
 
   * Add Dutch translation by Frans Spiesschaert. Closes: #765409.
diff --git a/debian/patches/geojson-fix-3094.patch 
b/debian/patches/geojson-fix-3094.patch
new file mode 100644
index 000..3cec7d0
--- /dev/null
+++ b/debian/patches/geojson-fix-3094.patch
@@ -0,0 +1,77 @@
+Description: Fix for GeoJSON ingestion
+ Malformed JSON data used to crash the database backend process and
+ especially web services use to pass on such JSON data unexamined.
+Forwarded: not-needed
+Bug: http://trac.osgeo.org/postgis/ticket/3094
+Origin: upstream, http://trac.osgeo.org/postgis/changeset/13400
+Author: Paul Ramsey pram...@cleverelephant.ca
+
+--- a/liblwgeom/lwin_geojson.c
 b/liblwgeom/lwin_geojson.c
+@@ -59,7 +59,11 @@
+ 
+   if( NULL != json_object_get_object(poTmp) )
+   {
+-  assert( NULL != json_object_get_object(poTmp)-head );
++  if( NULL == json_object_get_object(poTmp)-head )
++  {
++  geojson_lwerror(invalid GeoJSON representation, 2);
++  return NULL;
++  }
+ 
+   for( it.entry = json_object_get_object(poTmp)-head;
+   ( it.entry ?
+@@ -90,7 +94,12 @@
+   const int nSize = json_object_array_length( poObj );
+   LWDEBUGF(3, parse_geojson_coord called for array size %d., 
nSize );
+ 
+-
++  if ( nSize  2 )
++  {
++  geojson_lwerror(Too few ordinates in GeoJSON, 4);
++  return LW_FAILURE;
++  }
++  
+   // Read X coordinate
+   poObjCoord = json_object_array_get_idx( poObj, 0 );
+   pt.x = json_object_get_double( poObjCoord );
+@@ -101,7 +110,7 @@
+   pt.y = json_object_get_double( poObjCoord );
+   LWDEBUGF(3, parse_geojson_coord pt.y = %f., pt.y );
+ 
+-  if( nSize == 3 ) /* should this be = 3 ? */
++  if( nSize  2 ) /* should this be = 3 ? */
+   {
+   // Read Z coordinate
+   poObjCoord = json_object_array_get_idx( poObj, 2 );
+@@ -109,19 +118,27 @@
+   LWDEBUGF(3, parse_geojson_coord pt.z = %f., pt.z );
+   *hasz = LW_TRUE;
+   }
+-  else
++  else if ( nSize == 2 )
+   {
+   *hasz = LW_FALSE;
+   /* Initialize Z coordinate, if required */
+   if ( FLAGS_GET_Z(pa-flags) ) pt.z = 0.0;
+   }
+-
+-  /* TODO: should we account for nSize  3 ? */
++  else 
++  {
++  /* TODO: should we account for nSize  3 ? */
++  /* more than 3 coordinates, we're just dropping 
dimensions here... */
++  }
+ 
+   /* Initialize M coordinate, if required */
+   if ( FLAGS_GET_M(pa-flags) ) pt.m = 0.0;
+ 
+   }
++  else
++  {
++  /* If it's not an array, just don't handle it */
++  return LW_FAILURE;
++  }
+ 
+   return ptarray_append_point(pa, pt, LW_FALSE);
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 0e5664a..417399c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ enable-ppc64el.patch
 correct-java-version.patch
 strip-invalid-whitespace-in-pom.patch
 fix-hurd-i386-ftbfs.patch
+geojson-fix-3094.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch jessie created (now f9ce1bf)

2015-03-30 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch jessie
in repository postgis.

at  f9ce1bf   Add patch geojson-fix-3094.patch, prepare for upload to 
unstable

This branch includes the following new commits:

   new  f9ce1bf   Add patch geojson-fix-3094.patch, prepare for upload to 
unstable

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Update Homepage URL in debian/control.in as well to preserve this change through rebuilds of debian/control.

2015-01-09 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit db470b6cb736cb042833c8ab9617c6dd8ea9e59d
Author: Markus Wanner mar...@bluegap.ch
Date:   Fri Jan 9 14:25:35 2015 +0100

Update Homepage URL in debian/control.in as well to preserve this
change through rebuilds of debian/control.
---
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index 8d44053..24ccf3e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -21,7 +21,7 @@ Build-Depends-Indep: default-jdk,
  libmaven-resources-plugin-java,
  libmaven-javadoc-plugin-java
 Standards-Version: 3.9.6
-Homepage: http://postgis.refractions.net/
+Homepage: http://postgis.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (884bcd4 - db470b6)

2015-01-09 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  884bcd4   Update Homepage URL from postgis.refractions.net to 
postgis.net.
   new  db470b6   Update Homepage URL in debian/control.in as well to 
preserve this change through rebuilds of debian/control.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] branch master updated (f9f8bdc - 00423b1)

2014-11-17 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  f9f8bdc   Bump S-V.
   new  00423b1   Downgrade the recommends on postgis to a suggestion, so 
we don't ever recommend all the way through to another PostgreSQL major 
version, when installing a specific postgresql-X.Y-postgis-2.1 package.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  | 8 
 debian/control| 3 ++-
 debian/control.in | 3 ++-
 3 files changed, 12 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Downgrade the recommends on postgis to a suggestion, so we don't ever recommend all the way through to another PostgreSQL major version, when installing a specific postgresql-X.Y-post

2014-11-17 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 00423b1d97354599a3bf969453fb5f082edb05b0
Author: Markus Wanner mar...@bluegap.ch
Date:   Mon Nov 17 09:40:04 2014 +0100

Downgrade the recommends on postgis to a suggestion, so we don't ever
recommend all the way through to another PostgreSQL major version,
when installing a specific postgresql-X.Y-postgis-2.1 package.
---
 debian/changelog  | 8 
 debian/control| 3 ++-
 debian/control.in | 3 ++-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 513c6d5..873c3fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+postgis (2.1.4+dfsg-3) UNRELEASED; urgency=medium
+
+  * Downgrade the recommends on postgis to a suggestion, so we don't ever
+recommend all the way through to another PostgreSQL major version,
+when installing a specific postgresql-X.Y-postgis-2.1 package.
+
+ -- Markus Wanner mar...@bluegap.ch  Mon, 17 Nov 2014 09:34:23 +0100
+
 postgis (2.1.4+dfsg-2) unstable; urgency=medium
 
   * Add Dutch translation by Frans Spiesschaert. Closes: #765409.
diff --git a/debian/control b/debian/control
index d1febd3..71eabb0 100644
--- a/debian/control
+++ b/debian/control
@@ -125,7 +125,8 @@ Package: postgresql-9.4-postgis-2.1
 Depends: ${shlibs:Depends}, postgresql-9.4,
  postgresql-9.4-postgis-scripts, liblwgeom-2.1.4,
  ${misc:Depends}
-Recommends: postgis, postgresql-contrib-9.4
+Recommends: postgresql-contrib-9.4
+Suggests: postgis
 Breaks: postgis ( 1.2.1)
 Architecture: any
 Description: Geographic objects support for PostgreSQL 9.4
diff --git a/debian/control.in b/debian/control.in
index 7f82c74..47dea65 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -125,7 +125,8 @@ Package: postgresql-PGVERSION-postgis-2.1
 Depends: ${shlibs:Depends}, postgresql-PGVERSION,
  postgresql-PGVERSION-postgis-scripts, liblwgeom-2.1.4,
  ${misc:Depends}
-Recommends: postgis, postgresql-contrib-PGVERSION
+Recommends: postgresql-contrib-PGVERSION
+Suggests: postgis
 Breaks: postgis ( 1.2.1)
 Architecture: any
 Description: Geographic objects support for PostgreSQL PGVERSION

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: frequent buildd issues with postgis

2014-10-23 Thread Markus Wanner
Dejan,

On 10/20/2014 01:21 PM, Dejan Latinovic wrote:
 Is seems that build fail on Broadcom boards,
 and pass on cavium and loongson.
 
 I will run build locally to confirm this theory.

Any results from that exercise?

Regards

Markus Wanner




signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: frequent buildd issues with postgis

2014-10-23 Thread Markus Wanner
On 10/23/2014 01:35 PM, Dejan Latinovic wrote:
 As I suspected,
 build filed on Broadcom and pass on Cavium board.

Okay, thanks for your tests and confirmation.

 But I did not figure it out yet what is the reason of this
 behavior.
 
 I am getting the same output like this one:
 https://buildd.debian.org/status/fetch.php?pkg=postgisarch=mipselver=2.1.4%2Bdfsg-2stamp=1413547028

These indicate that Postgres restarted for some reason. Leading to
connection failures, first. Then, during the restart, the is in
recovery mode errors. The Postgres log should have some indication of
why it restarted in the first place.

Regards

Markus


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


frequent buildd issues with postgis

2014-10-20 Thread Markus Wanner
Hi,

the postgis package quite frequently fails to build on mips and/or
mipsel buildd boxes. That was the case for the last two uploads, both
blocking migration to testing.

The issue clearly is intermittent and I suspect it's memory related.
However, fact is that there's a clear pattern of which buildd boxes
could and which couldn't build the package is the past. Since 2.1.1-4
[0], the following boxes have constantly built postgis successfully:

eberlin (mipsel, 7x)
corelli (mips, 6x)
lucatelli (mips, 4x)
eysler (mipsel, 2x)

These constantly failed:

rem (mipsel, 4x)
mayer (mipsel, 2x)
ball (mips, 2x)
swarm (mips, 1x)

I didn't find a single machine that switched between successes and
failures, since that point in time.

I'm currently unable to find any information about these machines; like
how much memory each has (db.debian.org seems down). However, maybe you
can see a pattern right away?

If so, can you establish some kind of rule to make wanna-build chose
known-good buildd machines? So that builds are more likely to succeed in
the future?

And for now: Can you please trigger a rebuild of the latest postgis
revision on mipsel, so 2.1.4 can migrate to testing (before the freeze)?

Thanks in advance.

Regards

Markus Wanner


[0]: We had portability issues in the past. Judging from other
architecture's successes or failures, postgis-2.1.1-4 seems to be the
first reasonably portable variant, where I suspect most failures to be
intermittent.



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[postgis] branch master updated (d4a8cb6 - f9f8bdc)

2014-10-16 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  d4a8cb6   Add Dutch translation by Frans Spiesschaert.
   new  f9f8bdc   Bump S-V.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  | 1 +
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] tag debian/postgis-2.1.4+dfsg-2 created (now f9f8bdc)

2014-10-16 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to tag debian/postgis-2.1.4+dfsg-2
in repository postgis.

at  f9f8bdc   (commit)
This tag includes the following new commits:

   new  f9f8bdc   Bump S-V.

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[postgis] 01/01: Bump S-V.

2014-10-16 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit f9f8bdca4be72c134827fe9b22a5b391528c8045
Author: Markus Wanner mar...@bluegap.ch
Date:   Thu Oct 16 11:22:05 2014 +0200

Bump S-V.
---
 debian/changelog  | 1 +
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bfa8db7..513c6d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.1.4+dfsg-2) unstable; urgency=medium
 
   * Add Dutch translation by Frans Spiesschaert. Closes: #765409.
+  * Bump S-V: no changes required.
 
  -- Markus Wanner mar...@bluegap.ch  Wed, 15 Oct 2014 10:58:52 +0200
 
diff --git a/debian/control b/debian/control
index aa1e1c0..d1febd3 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends-Indep: default-jdk,
  libsurefire-java, libmaven-compiler-plugin-java,
  libmaven-resources-plugin-java,
  libmaven-javadoc-plugin-java
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
diff --git a/debian/control.in b/debian/control.in
index c3147bf..7f82c74 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -20,7 +20,7 @@ Build-Depends-Indep: default-jdk,
  libsurefire-java, libmaven-compiler-plugin-java,
  libmaven-resources-plugin-java,
  libmaven-javadoc-plugin-java
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


  1   2   3   4   >