Package: postgis / 2.1.4+dfsg-3

Metadata

Package Version Patches format
postgis 2.1.4+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix spelling | (download)

liblwgeom/lwout_wkt.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 minor spelling fix: recieved -> received
link liblwgeom | (download)

postgis/Makefile.in | 8 1 + 7 - 0 !
raster/loader/Makefile.in | 2 1 + 1 - 0 !
raster/rt_pg/Makefile.in | 9 1 + 8 - 0 !
3 files changed, 3 insertions(+), 16 deletions(-)

 dynamically link to liblwgeom
 Instead of statically pulling liblwgeom into the postgis.so, dynamically
 link to it.
use debian maven | (download)

java/jdbc/build.xml | 7 1 + 6 - 0 !
java/jdbc/pom.xml | 46 19 + 27 - 0 !
2 files changed, 20 insertions(+), 33 deletions(-)

 adjust maven pom file to integrate with debian
honor build flags | (download)

configure | 2 1 + 1 - 0 !
liblwgeom/Makefile.in | 5 3 + 2 - 0 !
loader/Makefile.in | 6 3 + 3 - 0 !
3 files changed, 7 insertions(+), 6 deletions(-)

 better honor build flags during the build process.
 Upstream PostGIS 'configure' overrides CPPFLAGS. Various Makefile.in
 files don't honor LDFLAGS. This patch fixes that. Note that we are
 patching configure directly, so as to save a call to autoconf. A real
 patch for upstream would have to patch configure.in, instead.
fix manpage | (download)

loader/shp2pgsql-gui.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove what looks like an utf-8 marker or some such.
de translation | (download)

doc/po/de_DE/extras_historytable.xml.po | 304 304 + 0 - 0 !
doc/po/de_DE/faq.xml.po | 1063 1063 + 0 - 0 !
2 files changed, 1367 insertions(+)

 add partial german translation for documentation
add lm for liblwgeom.patch | (download)

liblwgeom/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add -lm for liblwgeom to support building on ppc64el
enable ppc64el.patch | (download)

macros/libtool.m4 | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 add support for ppc64el in libtool macros.
correct java version.patch | (download)

java/jdbc/pom.xml | 2 1 + 1 - 0 !
java/jdbc_jtsparser/pom.xml | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 strip 'dev' version suffix for java jdbc release build.
strip invalid whitespace in pom.patch | (download)

java/jdbc/pom.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 strip invalid whitespace causing mh_cleanpom to fail with:
 javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
 Message: only whitespace content allowed before start tag and not \ufffd
fix hurd i386 ftbfs.patch | (download)

raster/rt_core/rt_api.h | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 detect gnu/hurd and treat it like linux just as bsd.
geojson fix 3094.patch | (download)

liblwgeom/lwin_geojson.c | 29 23 + 6 - 0 !
1 file changed, 23 insertions(+), 6 deletions(-)

 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.