[librttopo] 02/19: Add initial Debian packaging.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 30 00:22:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit e666c5cf49741a5d89205f3b4d19d35b5b80d4e0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 6 01:09:33 2016 +0100

    Add initial Debian packaging.
---
 debian/changelog                |   5 +
 debian/compat                   |   1 +
 debian/control                  |  48 +++
 debian/copyright                |  40 +++
 debian/gbp.conf                 |  16 +
 debian/get-orig-source          |  19 +
 debian/librtgeom-dev.docs       |   1 +
 debian/librtgeom-dev.install    |   3 +
 debian/librtgeom0.install       |   1 +
 debian/librtgeom0.symbols       | 745 ++++++++++++++++++++++++++++++++++++++++
 debian/patches/make-clean.patch |  29 ++
 debian/patches/series           |   1 +
 debian/rules                    |  32 ++
 debian/source/format            |   1 +
 debian/upstream/metadata        |   5 +
 debian/watch                    |   7 +
 16 files changed, 954 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e4c7ee8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+rttopo (0.0~20151215-d1aaf2f-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnnnn)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 06 Feb 2016 00:43:17 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0587598
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: rttopo
+Section: science
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Bas Couwenberg <sebastic at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               libgeos-dev,
+               libjson-c-dev,
+               libpcre3-dev,
+               libxml2-dev
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/rttopo.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/rttopo.git
+Homepage: https://gitlab.com/rttopo/rttopo
+
+Package: librtgeom0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Tuscany Region topology library
+ The topology support in librtgeom exposes an API to create and manage
+ "standard" topologies that use provided callbacks to take care of actual
+ data storage.
+ .
+ The topology standard is based on what was provided by PostGIS at its
+ version 2.0.0, which in turn is based on ISO SQL/MM (ISO 13249) with
+ the addition of the "TopoGeometry" concept.
+ .
+ This package contains the shared library.
+
+Package: librtgeom-dev
+Architecture: any
+Section: libdevel
+Depends: librtgeom0 (= ${binary:Version}),
+         ${misc:Depends},
+Description: Tuscany Region topology library - Development files
+ The topology support in librtgeom exposes an API to create and manage
+ "standard" topologies that use provided callbacks to take care of actual
+ data storage.
+ .
+ The topology standard is based on what was provided by PostGIS at its
+ version 2.0.0, which in turn is based on ISO SQL/MM (ISO 13249) with
+ the addition of the "TopoGeometry" concept.
+ .
+ This package contains the development files.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..10e1e5e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rttopo
+Upstream-Contact: Sandro Santilli <strk at keybit.net>
+Source: https://gitlab.com/rttopo/rttopo
+
+Files: *
+Copyright: 2009-2015, Sandro Santilli <strk at keybit.net>
+           2011-2015, Arrival 3D
+           2010-2015, Nicklas Avén <nicklas.aven at jordogskog.no>
+                2015, Daniel Baston <dbaston at gmail.com>
+          2011, 2014, Kashif Rasul <kashif.rasul at gmail.com>
+           2008-2012, Paul Ramsey <pramsey at cleverelephant.ca>
+           2010-2012, Oslandia
+           2009-2010, Olivier Courtin <olivier.courtin at oslandia.com>
+                2009, David Skea <David.Skea at gov.bc.ca>
+           2007-2008, Mark Cave-Ayland
+           2001-2006, Refractions Research Inc
+                2006, Corporacion Autonoma Regional de Santander
+                2002, Thamer Alharbash
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016, Bas Couwenberg <sebastic at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/get-orig-source b/debian/get-orig-source
new file mode 100755
index 0000000..f94362e
--- /dev/null
+++ b/debian/get-orig-source
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+REMOTE=upstream
+BRANCH=${REMOTE}/master
+
+if [ $(git remote show ${REMOTE} | wc -l) -eq 0 ]; then
+	git remote add ${REMOTE} https://gitlab.com/rttopo/rttopo.git
+fi
+
+git fetch ${REMOTE} --no-tags
+
+PACKAGE=$(dpkg-parsechangelog | grep ^Source: | awk '{print $2}')
+
+COMMIT=$(git log -n1 --format=format:%h ${BRANCH})
+DATE=$(date +%Y%m%d --date="@$(git log -n1 --format=format:%ct ${BRANCH})")
+
+VERSION="0.0~${DATE}-${COMMIT}"
+
+git archive --format=tar.gz --prefix=${PACKAGE}-${VERSION}/ -o ../${PACKAGE}_${VERSION}.orig.tar.gz ${BRANCH}
diff --git a/debian/librtgeom-dev.docs b/debian/librtgeom-dev.docs
new file mode 100644
index 0000000..07e0db4
--- /dev/null
+++ b/debian/librtgeom-dev.docs
@@ -0,0 +1 @@
+README.*
diff --git a/debian/librtgeom-dev.install b/debian/librtgeom-dev.install
new file mode 100644
index 0000000..b849e94
--- /dev/null
+++ b/debian/librtgeom-dev.install
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
diff --git a/debian/librtgeom0.install b/debian/librtgeom0.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/librtgeom0.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/librtgeom0.symbols b/debian/librtgeom0.symbols
new file mode 100644
index 0000000..94fe2e4
--- /dev/null
+++ b/debian/librtgeom0.symbols
@@ -0,0 +1,745 @@
+librtgeom.so.0 #PACKAGE# #MINVER#
+ GBOX2GEOS at Base 0.0~20151215-d1aaf2f
+ GEOS2RTGEOM at Base 0.0~20151215-d1aaf2f
+ RTGEOM2GEOS at Base 0.0~20151215-d1aaf2f
+ RTGEOM_GEOS_buildArea at Base 0.0~20151215-d1aaf2f
+ RTMULTITYPE at Base 0.0~20151215-d1aaf2f
+ _rtgeom_interrupt_callback at Base 0.0~20151215-d1aaf2f
+ _rtgeom_interrupt_requested at Base 0.0~20151215-d1aaf2f
+ azimuth_pt_pt at Base 0.0~20151215-d1aaf2f
+ box2d_clone at Base 0.0~20151215-d1aaf2f
+ box3d_from_gbox at Base 0.0~20151215-d1aaf2f
+ box3d_to_gbox at Base 0.0~20151215-d1aaf2f
+ bytebuffer_append_bulk at Base 0.0~20151215-d1aaf2f
+ bytebuffer_append_byte at Base 0.0~20151215-d1aaf2f
+ bytebuffer_append_bytebuffer at Base 0.0~20151215-d1aaf2f
+ bytebuffer_append_double at Base 0.0~20151215-d1aaf2f
+ bytebuffer_append_int at Base 0.0~20151215-d1aaf2f
+ bytebuffer_append_uvarint at Base 0.0~20151215-d1aaf2f
+ bytebuffer_append_varint at Base 0.0~20151215-d1aaf2f
+ bytebuffer_clear at Base 0.0~20151215-d1aaf2f
+ bytebuffer_create at Base 0.0~20151215-d1aaf2f
+ bytebuffer_create_with_size at Base 0.0~20151215-d1aaf2f
+ bytebuffer_destroy at Base 0.0~20151215-d1aaf2f
+ bytebuffer_getlength at Base 0.0~20151215-d1aaf2f
+ bytebuffer_init_with_size at Base 0.0~20151215-d1aaf2f
+ bytebuffer_merge at Base 0.0~20151215-d1aaf2f
+ bytebuffer_read_uvarint at Base 0.0~20151215-d1aaf2f
+ bytebuffer_read_varint at Base 0.0~20151215-d1aaf2f
+ bytebuffer_reset_reading at Base 0.0~20151215-d1aaf2f
+ bytes_from_hexbytes at Base 0.0~20151215-d1aaf2f
+ cart2geog at Base 0.0~20151215-d1aaf2f
+ circ_tree_contains_point at Base 0.0~20151215-d1aaf2f
+ circ_tree_distance_tree at Base 0.0~20151215-d1aaf2f
+ circ_tree_free at Base 0.0~20151215-d1aaf2f
+ circ_tree_get_point at Base 0.0~20151215-d1aaf2f
+ circ_tree_new at Base 0.0~20151215-d1aaf2f
+ circ_tree_print at Base 0.0~20151215-d1aaf2f
+ clairaut_cartesian at Base 0.0~20151215-d1aaf2f
+ clairaut_geographic at Base 0.0~20151215-d1aaf2f
+ clamp_srid at Base 0.0~20151215-d1aaf2f
+ closest_point_on_segment at Base 0.0~20151215-d1aaf2f
+ crosses_dateline at Base 0.0~20151215-d1aaf2f
+ decode_geohash_bbox at Base 0.0~20151215-d1aaf2f
+ define_plane at Base 0.0~20151215-d1aaf2f
+ deparse_hex at Base 0.0~20151215-d1aaf2f
+ distance2d_pt_pt at Base 0.0~20151215-d1aaf2f
+ distance2d_pt_seg at Base 0.0~20151215-d1aaf2f
+ distance2d_sqr_pt_pt at Base 0.0~20151215-d1aaf2f
+ distance2d_sqr_pt_seg at Base 0.0~20151215-d1aaf2f
+ distance3d_pt_pt at Base 0.0~20151215-d1aaf2f
+ dumb_upper_map at Base 0.0~20151215-d1aaf2f
+ edge_calculate_gbox at Base 0.0~20151215-d1aaf2f
+ edge_calculate_gbox_slow at Base 0.0~20151215-d1aaf2f
+ edge_contains_coplanar_point at Base 0.0~20151215-d1aaf2f
+ edge_contains_point at Base 0.0~20151215-d1aaf2f
+ edge_distance_to_edge at Base 0.0~20151215-d1aaf2f
+ edge_distance_to_point at Base 0.0~20151215-d1aaf2f
+ edge_intersection at Base 0.0~20151215-d1aaf2f
+ edge_intersects at Base 0.0~20151215-d1aaf2f
+ edge_point_in_cone at Base 0.0~20151215-d1aaf2f
+ edge_point_on_plane at Base 0.0~20151215-d1aaf2f
+ error_if_srid_mismatch at Base 0.0~20151215-d1aaf2f
+ gbox_angular_height at Base 0.0~20151215-d1aaf2f
+ gbox_angular_width at Base 0.0~20151215-d1aaf2f
+ gbox_centroid at Base 0.0~20151215-d1aaf2f
+ gbox_clone at Base 0.0~20151215-d1aaf2f
+ gbox_contains_2d at Base 0.0~20151215-d1aaf2f
+ gbox_contains_point2d at Base 0.0~20151215-d1aaf2f
+ gbox_contains_point3d at Base 0.0~20151215-d1aaf2f
+ gbox_copy at Base 0.0~20151215-d1aaf2f
+ gbox_duplicate at Base 0.0~20151215-d1aaf2f
+ gbox_expand at Base 0.0~20151215-d1aaf2f
+ gbox_float_round at Base 0.0~20151215-d1aaf2f
+ gbox_from_string at Base 0.0~20151215-d1aaf2f
+ gbox_geocentric_slow at Base 0.0~20151215-d1aaf2f
+ gbox_init at Base 0.0~20151215-d1aaf2f
+ gbox_init_point3d at Base 0.0~20151215-d1aaf2f
+ gbox_is_valid at Base 0.0~20151215-d1aaf2f
+ gbox_merge at Base 0.0~20151215-d1aaf2f
+ gbox_merge_point3d at Base 0.0~20151215-d1aaf2f
+ gbox_new at Base 0.0~20151215-d1aaf2f
+ gbox_overlaps at Base 0.0~20151215-d1aaf2f
+ gbox_overlaps_2d at Base 0.0~20151215-d1aaf2f
+ gbox_pt_outside at Base 0.0~20151215-d1aaf2f
+ gbox_same at Base 0.0~20151215-d1aaf2f
+ gbox_same_2d at Base 0.0~20151215-d1aaf2f
+ gbox_same_2d_float at Base 0.0~20151215-d1aaf2f
+ gbox_serialized_size at Base 0.0~20151215-d1aaf2f
+ gbox_to_string at Base 0.0~20151215-d1aaf2f
+ gbox_union at Base 0.0~20151215-d1aaf2f
+ geog2cart at Base 0.0~20151215-d1aaf2f
+ geographic_point_equals at Base 0.0~20151215-d1aaf2f
+ geographic_point_init at Base 0.0~20151215-d1aaf2f
+ geohash_point at Base 0.0~20151215-d1aaf2f
+ geohash_point_as_int at Base 0.0~20151215-d1aaf2f
+ geometry_type_from_string at Base 0.0~20151215-d1aaf2f
+ geomtype_struct_array at Base 0.0~20151215-d1aaf2f
+ getMachineEndian at Base 0.0~20151215-d1aaf2f
+ gflags at Base 0.0~20151215-d1aaf2f
+ gserialized_copy at Base 0.0~20151215-d1aaf2f
+ gserialized_from_rtgeom at Base 0.0~20151215-d1aaf2f
+ gserialized_from_rtgeom_size at Base 0.0~20151215-d1aaf2f
+ gserialized_get_gbox_p at Base 0.0~20151215-d1aaf2f
+ gserialized_get_srid at Base 0.0~20151215-d1aaf2f
+ gserialized_get_type at Base 0.0~20151215-d1aaf2f
+ gserialized_get_zm at Base 0.0~20151215-d1aaf2f
+ gserialized_has_bbox at Base 0.0~20151215-d1aaf2f
+ gserialized_has_m at Base 0.0~20151215-d1aaf2f
+ gserialized_has_z at Base 0.0~20151215-d1aaf2f
+ gserialized_is_empty at Base 0.0~20151215-d1aaf2f
+ gserialized_is_geodetic at Base 0.0~20151215-d1aaf2f
+ gserialized_max_header_size at Base 0.0~20151215-d1aaf2f
+ gserialized_ndims at Base 0.0~20151215-d1aaf2f
+ gserialized_read_gbox_p at Base 0.0~20151215-d1aaf2f
+ gserialized_set_srid at Base 0.0~20151215-d1aaf2f
+ gserialized_to_string at Base 0.0~20151215-d1aaf2f
+ hexbytes_from_bytes at Base 0.0~20151215-d1aaf2f
+ interpolate_point4d at Base 0.0~20151215-d1aaf2f
+ latitude_degrees_normalize at Base 0.0~20151215-d1aaf2f
+ latitude_radians_normalize at Base 0.0~20151215-d1aaf2f
+ ll2cart at Base 0.0~20151215-d1aaf2f
+ longitude_degrees_normalize at Base 0.0~20151215-d1aaf2f
+ longitude_radians_normalize at Base 0.0~20151215-d1aaf2f
+ next_double_down at Base 0.0~20151215-d1aaf2f
+ next_double_up at Base 0.0~20151215-d1aaf2f
+ next_float_down at Base 0.0~20151215-d1aaf2f
+ next_float_up at Base 0.0~20151215-d1aaf2f
+ normalize at Base 0.0~20151215-d1aaf2f
+ p2d_same at Base 0.0~20151215-d1aaf2f
+ p3d_same at Base 0.0~20151215-d1aaf2f
+ p4d_same at Base 0.0~20151215-d1aaf2f
+ parse_hex at Base 0.0~20151215-d1aaf2f
+ point_interpolate at Base 0.0~20151215-d1aaf2f
+ point_shift at Base 0.0~20151215-d1aaf2f
+ printBOX3D at Base 0.0~20151215-d1aaf2f
+ printPA at Base 0.0~20151215-d1aaf2f
+ printRTCIRCSTRING at Base 0.0~20151215-d1aaf2f
+ printRTLINE at Base 0.0~20151215-d1aaf2f
+ printRTPOINT at Base 0.0~20151215-d1aaf2f
+ printRTPOLY at Base 0.0~20151215-d1aaf2f
+ printRTPSURFACE at Base 0.0~20151215-d1aaf2f
+ printRTTIN at Base 0.0~20151215-d1aaf2f
+ printRTTRIANGLE at Base 0.0~20151215-d1aaf2f
+ project_point_on_plane at Base 0.0~20151215-d1aaf2f
+ pt_in_ring_2d at Base 0.0~20151215-d1aaf2f
+ pt_in_ring_3d at Base 0.0~20151215-d1aaf2f
+ pta_unstroke at Base 0.0~20151215-d1aaf2f
+ ptarray_addPoint at Base 0.0~20151215-d1aaf2f
+ ptarray_affine at Base 0.0~20151215-d1aaf2f
+ ptarray_append_point at Base 0.0~20151215-d1aaf2f
+ ptarray_append_ptarray at Base 0.0~20151215-d1aaf2f
+ ptarray_arc_length_2d at Base 0.0~20151215-d1aaf2f
+ ptarray_area_sphere at Base 0.0~20151215-d1aaf2f
+ ptarray_calculate_gbox_cartesian at Base 0.0~20151215-d1aaf2f
+ ptarray_calculate_gbox_geodetic at Base 0.0~20151215-d1aaf2f
+ ptarray_clone at Base 0.0~20151215-d1aaf2f
+ ptarray_clone_deep at Base 0.0~20151215-d1aaf2f
+ ptarray_close2d at Base 0.0~20151215-d1aaf2f
+ ptarray_construct at Base 0.0~20151215-d1aaf2f
+ ptarray_construct_copy_data at Base 0.0~20151215-d1aaf2f
+ ptarray_construct_empty at Base 0.0~20151215-d1aaf2f
+ ptarray_construct_reference_data at Base 0.0~20151215-d1aaf2f
+ ptarray_contains_point at Base 0.0~20151215-d1aaf2f
+ ptarray_contains_point_partial at Base 0.0~20151215-d1aaf2f
+ ptarray_contains_point_sphere at Base 0.0~20151215-d1aaf2f
+ ptarray_flip_coordinates at Base 0.0~20151215-d1aaf2f
+ ptarray_force_dims at Base 0.0~20151215-d1aaf2f
+ ptarray_free at Base 0.0~20151215-d1aaf2f
+ ptarray_from_GEOSCoordSeq at Base 0.0~20151215-d1aaf2f
+ ptarray_grid at Base 0.0~20151215-d1aaf2f
+ ptarray_has_m at Base 0.0~20151215-d1aaf2f
+ ptarray_has_z at Base 0.0~20151215-d1aaf2f
+ ptarray_insert_point at Base 0.0~20151215-d1aaf2f
+ ptarray_is_closed at Base 0.0~20151215-d1aaf2f
+ ptarray_is_closed_2d at Base 0.0~20151215-d1aaf2f
+ ptarray_is_closed_3d at Base 0.0~20151215-d1aaf2f
+ ptarray_is_closed_z at Base 0.0~20151215-d1aaf2f
+ ptarray_isccw at Base 0.0~20151215-d1aaf2f
+ ptarray_length at Base 0.0~20151215-d1aaf2f
+ ptarray_length_2d at Base 0.0~20151215-d1aaf2f
+ ptarray_length_spheroid at Base 0.0~20151215-d1aaf2f
+ ptarray_locate_point at Base 0.0~20151215-d1aaf2f
+ ptarray_longitude_shift at Base 0.0~20151215-d1aaf2f
+ ptarray_merge at Base 0.0~20151215-d1aaf2f
+ ptarray_npoints_in_rect at Base 0.0~20151215-d1aaf2f
+ ptarray_point_size at Base 0.0~20151215-d1aaf2f
+ ptarray_removePoint at Base 0.0~20151215-d1aaf2f
+ ptarray_remove_point at Base 0.0~20151215-d1aaf2f
+ ptarray_remove_repeated_points at Base 0.0~20151215-d1aaf2f
+ ptarray_remove_repeated_points_minpoints at Base 0.0~20151215-d1aaf2f
+ ptarray_reverse at Base 0.0~20151215-d1aaf2f
+ ptarray_same at Base 0.0~20151215-d1aaf2f
+ ptarray_scale at Base 0.0~20151215-d1aaf2f
+ ptarray_segmentize2d at Base 0.0~20151215-d1aaf2f
+ ptarray_set_point4d at Base 0.0~20151215-d1aaf2f
+ ptarray_signed_area at Base 0.0~20151215-d1aaf2f
+ ptarray_simplify at Base 0.0~20151215-d1aaf2f
+ ptarray_startpoint at Base 0.0~20151215-d1aaf2f
+ ptarray_substring at Base 0.0~20151215-d1aaf2f
+ ptarray_swap_ordinates at Base 0.0~20151215-d1aaf2f
+ ptarrayarc_contains_point at Base 0.0~20151215-d1aaf2f
+ ptarrayarc_contains_point_partial at Base 0.0~20151215-d1aaf2f
+ rect_node_internal_new at Base 0.0~20151215-d1aaf2f
+ rect_node_leaf_new at Base 0.0~20151215-d1aaf2f
+ rect_tree_contains_point at Base 0.0~20151215-d1aaf2f
+ rect_tree_free at Base 0.0~20151215-d1aaf2f
+ rect_tree_intersects_tree at Base 0.0~20151215-d1aaf2f
+ rect_tree_new at Base 0.0~20151215-d1aaf2f
+ ring_make_geos_friendly at Base 0.0~20151215-d1aaf2f
+ robust_cross_product at Base 0.0~20151215-d1aaf2f
+ rt_arc_calculate_gbox_cartesian_2d at Base 0.0~20151215-d1aaf2f
+ rt_arc_center at Base 0.0~20151215-d1aaf2f
+ rt_arc_is_pt at Base 0.0~20151215-d1aaf2f
+ rt_arc_length at Base 0.0~20151215-d1aaf2f
+ rt_arc_side at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_arc_arc at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_check_overlap at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_circstring_circstring at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_circstring_curvepoly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_circstring_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_comp at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_curvepoly_curvepoly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_distanceline at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_distancepoint at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_distpts_init at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_distribute_bruteforce at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_distribute_fast at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_fast_ptarray_ptarray at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_line_circstring at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_line_curvepoly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_line_line at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_line_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_point_circstring at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_point_curvepoly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_point_line at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_point_point at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_point_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_poly_curvepoly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_poly_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_pre_seg_seg at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_pt_arc at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_pt_pt at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_pt_ptarray at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_pt_ptarrayarc at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_pt_seg at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_ptarray_ptarray at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_ptarray_ptarrayarc at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_ptarrayarc_ptarrayarc at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_recursive at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_seg_arc at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_seg_seg at Base 0.0~20151215-d1aaf2f
+ rt_dist2d_selected_seg_seg at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_distanceline at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_distancepoint at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_distribute_bruteforce at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_line_line at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_line_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_point_line at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_point_point at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_point_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_poly_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_pt_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_pt_pt at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_pt_ptarray at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_pt_seg at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_ptarray_poly at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_ptarray_ptarray at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_recursive at Base 0.0~20151215-d1aaf2f
+ rt_dist3d_seg_seg at Base 0.0~20151215-d1aaf2f
+ rt_getPoint2d at Base 0.0~20151215-d1aaf2f
+ rt_getPoint2d_cp at Base 0.0~20151215-d1aaf2f
+ rt_getPoint2d_p at Base 0.0~20151215-d1aaf2f
+ rt_getPoint2d_p_ro at Base 0.0~20151215-d1aaf2f
+ rt_getPoint3dm at Base 0.0~20151215-d1aaf2f
+ rt_getPoint3dm_p at Base 0.0~20151215-d1aaf2f
+ rt_getPoint3dz at Base 0.0~20151215-d1aaf2f
+ rt_getPoint3dz_cp at Base 0.0~20151215-d1aaf2f
+ rt_getPoint3dz_p at Base 0.0~20151215-d1aaf2f
+ rt_getPoint4d at Base 0.0~20151215-d1aaf2f
+ rt_getPoint4d_cp at Base 0.0~20151215-d1aaf2f
+ rt_getPoint4d_p at Base 0.0~20151215-d1aaf2f
+ rt_getPoint_internal at Base 0.0~20151215-d1aaf2f
+ rt_get_int32_t at Base 0.0~20151215-d1aaf2f
+ rt_get_uint32_t at Base 0.0~20151215-d1aaf2f
+ rt_pt_in_arc at Base 0.0~20151215-d1aaf2f
+ rt_pt_in_seg at Base 0.0~20151215-d1aaf2f
+ rt_seg_length at Base 0.0~20151215-d1aaf2f
+ rt_segment_intersects at Base 0.0~20151215-d1aaf2f
+ rt_segment_side at Base 0.0~20151215-d1aaf2f
+ rtalloc at Base 0.0~20151215-d1aaf2f
+ rtcircstring_addpoint at Base 0.0~20151215-d1aaf2f
+ rtcircstring_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtcircstring_clone at Base 0.0~20151215-d1aaf2f
+ rtcircstring_construct at Base 0.0~20151215-d1aaf2f
+ rtcircstring_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtcircstring_free at Base 0.0~20151215-d1aaf2f
+ rtcircstring_from_rtmpoint at Base 0.0~20151215-d1aaf2f
+ rtcircstring_from_rtpointarray at Base 0.0~20151215-d1aaf2f
+ rtcircstring_get_rtpoint at Base 0.0~20151215-d1aaf2f
+ rtcircstring_grid at Base 0.0~20151215-d1aaf2f
+ rtcircstring_is_closed at Base 0.0~20151215-d1aaf2f
+ rtcircstring_is_empty at Base 0.0~20151215-d1aaf2f
+ rtcircstring_length at Base 0.0~20151215-d1aaf2f
+ rtcircstring_length_2d at Base 0.0~20151215-d1aaf2f
+ rtcircstring_release at Base 0.0~20151215-d1aaf2f
+ rtcircstring_removepoint at Base 0.0~20151215-d1aaf2f
+ rtcircstring_reverse at Base 0.0~20151215-d1aaf2f
+ rtcircstring_same at Base 0.0~20151215-d1aaf2f
+ rtcircstring_setPoint4d at Base 0.0~20151215-d1aaf2f
+ rtcircstring_stroke at Base 0.0~20151215-d1aaf2f
+ rtcollection_add_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtcollection_allows_subtype at Base 0.0~20151215-d1aaf2f
+ rtcollection_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtcollection_clone at Base 0.0~20151215-d1aaf2f
+ rtcollection_clone_deep at Base 0.0~20151215-d1aaf2f
+ rtcollection_construct at Base 0.0~20151215-d1aaf2f
+ rtcollection_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtcollection_count_vertices at Base 0.0~20151215-d1aaf2f
+ rtcollection_extract at Base 0.0~20151215-d1aaf2f
+ rtcollection_force_dims at Base 0.0~20151215-d1aaf2f
+ rtcollection_free at Base 0.0~20151215-d1aaf2f
+ rtcollection_getsubgeom at Base 0.0~20151215-d1aaf2f
+ rtcollection_grid at Base 0.0~20151215-d1aaf2f
+ rtcollection_is_empty at Base 0.0~20151215-d1aaf2f
+ rtcollection_make_geos_friendly at Base 0.0~20151215-d1aaf2f
+ rtcollection_ngeoms at Base 0.0~20151215-d1aaf2f
+ rtcollection_release at Base 0.0~20151215-d1aaf2f
+ rtcollection_remove_repeated_points at Base 0.0~20151215-d1aaf2f
+ rtcollection_reserve at Base 0.0~20151215-d1aaf2f
+ rtcollection_same at Base 0.0~20151215-d1aaf2f
+ rtcollection_segmentize2d at Base 0.0~20151215-d1aaf2f
+ rtcollection_simplify at Base 0.0~20151215-d1aaf2f
+ rtcollection_startpoint at Base 0.0~20151215-d1aaf2f
+ rtcollection_stroke at Base 0.0~20151215-d1aaf2f
+ rtcompound_add_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtcompound_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtcompound_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtcompound_construct_from_rtline at Base 0.0~20151215-d1aaf2f
+ rtcompound_contains_point at Base 0.0~20151215-d1aaf2f
+ rtcompound_get_endpoint at Base 0.0~20151215-d1aaf2f
+ rtcompound_get_rtpoint at Base 0.0~20151215-d1aaf2f
+ rtcompound_get_startpoint at Base 0.0~20151215-d1aaf2f
+ rtcompound_is_closed at Base 0.0~20151215-d1aaf2f
+ rtcompound_length at Base 0.0~20151215-d1aaf2f
+ rtcompound_length_2d at Base 0.0~20151215-d1aaf2f
+ rtcompound_stroke at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_add_ring at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_area at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_construct_from_rtpoly at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_perimeter at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_perimeter_2d at Base 0.0~20151215-d1aaf2f
+ rtcurvepoly_stroke at Base 0.0~20151215-d1aaf2f
+ rtdebug at Base 0.0~20151215-d1aaf2f
+ rterror at Base 0.0~20151215-d1aaf2f
+ rtfree at Base 0.0~20151215-d1aaf2f
+ rtgeom_add_bbox at Base 0.0~20151215-d1aaf2f
+ rtgeom_add_bbox_deep at Base 0.0~20151215-d1aaf2f
+ rtgeom_affine at Base 0.0~20151215-d1aaf2f
+ rtgeom_area at Base 0.0~20151215-d1aaf2f
+ rtgeom_area_sphere at Base 0.0~20151215-d1aaf2f
+ rtgeom_area_spheroid at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_curve at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_multi at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtcircstring at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtcollection at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtcompound at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtcurvepoly at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtline at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtmline at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtmpoint at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtmpoly at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtpoint at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtpoly at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rtpsurface at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rttin at Base 0.0~20151215-d1aaf2f
+ rtgeom_as_rttriangle at Base 0.0~20151215-d1aaf2f
+ rtgeom_azumith_spheroid at Base 0.0~20151215-d1aaf2f
+ rtgeom_buildarea at Base 0.0~20151215-d1aaf2f
+ rtgeom_calculate_circ_tree at Base 0.0~20151215-d1aaf2f
+ rtgeom_calculate_gbox at Base 0.0~20151215-d1aaf2f
+ rtgeom_calculate_gbox_cartesian at Base 0.0~20151215-d1aaf2f
+ rtgeom_calculate_gbox_geodetic at Base 0.0~20151215-d1aaf2f
+ rtgeom_cancel_interrupt at Base 0.0~20151215-d1aaf2f
+ rtgeom_check_geodetic at Base 0.0~20151215-d1aaf2f
+ rtgeom_clip_by_rect at Base 0.0~20151215-d1aaf2f
+ rtgeom_clip_to_ordinate_range at Base 0.0~20151215-d1aaf2f
+ rtgeom_clone at Base 0.0~20151215-d1aaf2f
+ rtgeom_clone_deep at Base 0.0~20151215-d1aaf2f
+ rtgeom_closest_line at Base 0.0~20151215-d1aaf2f
+ rtgeom_closest_line_3d at Base 0.0~20151215-d1aaf2f
+ rtgeom_closest_point at Base 0.0~20151215-d1aaf2f
+ rtgeom_closest_point_3d at Base 0.0~20151215-d1aaf2f
+ rtgeom_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtgeom_contains_point at Base 0.0~20151215-d1aaf2f
+ rtgeom_count_rings at Base 0.0~20151215-d1aaf2f
+ rtgeom_count_vertices at Base 0.0~20151215-d1aaf2f
+ rtgeom_covers_rtgeom_sphere at Base 0.0~20151215-d1aaf2f
+ rtgeom_cpa_within at Base 0.0~20151215-d1aaf2f
+ rtgeom_delaunay_triangulation at Base 0.0~20151215-d1aaf2f
+ rtgeom_difference at Base 0.0~20151215-d1aaf2f
+ rtgeom_dimension at Base 0.0~20151215-d1aaf2f
+ rtgeom_dimensionality at Base 0.0~20151215-d1aaf2f
+ rtgeom_distance_spheroid at Base 0.0~20151215-d1aaf2f
+ rtgeom_drop_bbox at Base 0.0~20151215-d1aaf2f
+ rtgeom_drop_srid at Base 0.0~20151215-d1aaf2f
+ rtgeom_extent_to_gml2 at Base 0.0~20151215-d1aaf2f
+ rtgeom_extent_to_gml3 at Base 0.0~20151215-d1aaf2f
+ rtgeom_flip_coordinates at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_2d at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_3dm at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_3dz at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_4d at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_clockwise at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_dims at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_geodetic at Base 0.0~20151215-d1aaf2f
+ rtgeom_force_sfs at Base 0.0~20151215-d1aaf2f
+ rtgeom_free at Base 0.0~20151215-d1aaf2f
+ rtgeom_from_geojson at Base 0.0~20151215-d1aaf2f
+ rtgeom_from_gserialized at Base 0.0~20151215-d1aaf2f
+ rtgeom_from_hexwkb at Base 0.0~20151215-d1aaf2f
+ rtgeom_from_twkb at Base 0.0~20151215-d1aaf2f
+ rtgeom_from_twkb_state at Base 0.0~20151215-d1aaf2f
+ rtgeom_from_wkb at Base 0.0~20151215-d1aaf2f
+ rtgeom_from_wkb_state at Base 0.0~20151215-d1aaf2f
+ rtgeom_furthest_line at Base 0.0~20151215-d1aaf2f
+ rtgeom_furthest_line_3d at Base 0.0~20151215-d1aaf2f
+ rtgeom_furthest_point at Base 0.0~20151215-d1aaf2f
+ rtgeom_geohash at Base 0.0~20151215-d1aaf2f
+ rtgeom_geohash_precision at Base 0.0~20151215-d1aaf2f
+ rtgeom_geos_ensure_init at Base 0.0~20151215-d1aaf2f
+ rtgeom_geos_error at Base 0.0~20151215-d1aaf2f
+ rtgeom_geos_noop at Base 0.0~20151215-d1aaf2f
+ rtgeom_geos_version at Base 0.0~20151215-d1aaf2f
+ rtgeom_get_bbox at Base 0.0~20151215-d1aaf2f
+ rtgeom_get_last_geos_error at Base 0.0~20151215-d1aaf2f
+ rtgeom_get_srid at Base 0.0~20151215-d1aaf2f
+ rtgeom_get_type at Base 0.0~20151215-d1aaf2f
+ rtgeom_grid at Base 0.0~20151215-d1aaf2f
+ rtgeom_has_arc at Base 0.0~20151215-d1aaf2f
+ rtgeom_has_m at Base 0.0~20151215-d1aaf2f
+ rtgeom_has_srid at Base 0.0~20151215-d1aaf2f
+ rtgeom_has_z at Base 0.0~20151215-d1aaf2f
+ rtgeom_homogenize at Base 0.0~20151215-d1aaf2f
+ rtgeom_init at Base 0.0~20151215-d1aaf2f
+ rtgeom_interpolate_point at Base 0.0~20151215-d1aaf2f
+ rtgeom_intersection at Base 0.0~20151215-d1aaf2f
+ rtgeom_is_closed at Base 0.0~20151215-d1aaf2f
+ rtgeom_is_collection at Base 0.0~20151215-d1aaf2f
+ rtgeom_is_empty at Base 0.0~20151215-d1aaf2f
+ rtgeom_is_simple at Base 0.0~20151215-d1aaf2f
+ rtgeom_is_trajectory at Base 0.0~20151215-d1aaf2f
+ rtgeom_length at Base 0.0~20151215-d1aaf2f
+ rtgeom_length_2d at Base 0.0~20151215-d1aaf2f
+ rtgeom_length_spheroid at Base 0.0~20151215-d1aaf2f
+ rtgeom_linemerge at Base 0.0~20151215-d1aaf2f
+ rtgeom_locate_along at Base 0.0~20151215-d1aaf2f
+ rtgeom_locate_between at Base 0.0~20151215-d1aaf2f
+ rtgeom_longitude_shift at Base 0.0~20151215-d1aaf2f
+ rtgeom_make_valid at Base 0.0~20151215-d1aaf2f
+ rtgeom_maxdistance2d at Base 0.0~20151215-d1aaf2f
+ rtgeom_maxdistance2d_tolerance at Base 0.0~20151215-d1aaf2f
+ rtgeom_maxdistance3d at Base 0.0~20151215-d1aaf2f
+ rtgeom_maxdistance3d_tolerance at Base 0.0~20151215-d1aaf2f
+ rtgeom_mindistance2d at Base 0.0~20151215-d1aaf2f
+ rtgeom_mindistance2d_tolerance at Base 0.0~20151215-d1aaf2f
+ rtgeom_mindistance3d at Base 0.0~20151215-d1aaf2f
+ rtgeom_mindistance3d_tolerance at Base 0.0~20151215-d1aaf2f
+ rtgeom_ndims at Base 0.0~20151215-d1aaf2f
+ rtgeom_needs_bbox at Base 0.0~20151215-d1aaf2f
+ rtgeom_node at Base 0.0~20151215-d1aaf2f
+ rtgeom_normalize at Base 0.0~20151215-d1aaf2f
+ rtgeom_nudge_geodetic at Base 0.0~20151215-d1aaf2f
+ rtgeom_offsetcurve at Base 0.0~20151215-d1aaf2f
+ rtgeom_perimeter at Base 0.0~20151215-d1aaf2f
+ rtgeom_perimeter_2d at Base 0.0~20151215-d1aaf2f
+ rtgeom_project_spheroid at Base 0.0~20151215-d1aaf2f
+ rtgeom_register_interrupt_callback at Base 0.0~20151215-d1aaf2f
+ rtgeom_release at Base 0.0~20151215-d1aaf2f
+ rtgeom_remove_repeated_points at Base 0.0~20151215-d1aaf2f
+ rtgeom_request_interrupt at Base 0.0~20151215-d1aaf2f
+ rtgeom_reverse at Base 0.0~20151215-d1aaf2f
+ rtgeom_same at Base 0.0~20151215-d1aaf2f
+ rtgeom_scale at Base 0.0~20151215-d1aaf2f
+ rtgeom_segmentize2d at Base 0.0~20151215-d1aaf2f
+ rtgeom_segmentize_sphere at Base 0.0~20151215-d1aaf2f
+ rtgeom_set_debug_logger at Base 0.0~20151215-d1aaf2f
+ rtgeom_set_error_logger at Base 0.0~20151215-d1aaf2f
+ rtgeom_set_geodetic at Base 0.0~20151215-d1aaf2f
+ rtgeom_set_notice_logger at Base 0.0~20151215-d1aaf2f
+ rtgeom_set_srid at Base 0.0~20151215-d1aaf2f
+ rtgeom_sharedpaths at Base 0.0~20151215-d1aaf2f
+ rtgeom_simplify at Base 0.0~20151215-d1aaf2f
+ rtgeom_snap at Base 0.0~20151215-d1aaf2f
+ rtgeom_split at Base 0.0~20151215-d1aaf2f
+ rtgeom_startpoint at Base 0.0~20151215-d1aaf2f
+ rtgeom_stroke at Base 0.0~20151215-d1aaf2f
+ rtgeom_subdivide at Base 0.0~20151215-d1aaf2f
+ rtgeom_summary at Base 0.0~20151215-d1aaf2f
+ rtgeom_swap_ordinates at Base 0.0~20151215-d1aaf2f
+ rtgeom_symdifference at Base 0.0~20151215-d1aaf2f
+ rtgeom_tcpa at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_ewkt at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_geojson at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_gml2 at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_gml3 at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_hexwkb at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_kml2 at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_svg at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_twkb at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_twkb_with_idlist at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_wkb at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_wkt at Base 0.0~20151215-d1aaf2f
+ rtgeom_to_x3d3 at Base 0.0~20151215-d1aaf2f
+ rtgeom_unaryunion at Base 0.0~20151215-d1aaf2f
+ rtgeom_union at Base 0.0~20151215-d1aaf2f
+ rtgeom_unstroke at Base 0.0~20151215-d1aaf2f
+ rtgeom_version at Base 0.0~20151215-d1aaf2f
+ rtline_add_rtpoint at Base 0.0~20151215-d1aaf2f
+ rtline_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtline_clip_to_ordinate_range at Base 0.0~20151215-d1aaf2f
+ rtline_clone at Base 0.0~20151215-d1aaf2f
+ rtline_clone_deep at Base 0.0~20151215-d1aaf2f
+ rtline_construct at Base 0.0~20151215-d1aaf2f
+ rtline_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtline_count_vertices at Base 0.0~20151215-d1aaf2f
+ rtline_crossing_direction at Base 0.0~20151215-d1aaf2f
+ rtline_force_dims at Base 0.0~20151215-d1aaf2f
+ rtline_free at Base 0.0~20151215-d1aaf2f
+ rtline_from_ptarray at Base 0.0~20151215-d1aaf2f
+ rtline_from_rtgeom_array at Base 0.0~20151215-d1aaf2f
+ rtline_from_rtmpoint at Base 0.0~20151215-d1aaf2f
+ rtline_get_rtpoint at Base 0.0~20151215-d1aaf2f
+ rtline_grid at Base 0.0~20151215-d1aaf2f
+ rtline_is_closed at Base 0.0~20151215-d1aaf2f
+ rtline_is_empty at Base 0.0~20151215-d1aaf2f
+ rtline_is_trajectory at Base 0.0~20151215-d1aaf2f
+ rtline_length at Base 0.0~20151215-d1aaf2f
+ rtline_length_2d at Base 0.0~20151215-d1aaf2f
+ rtline_make_geos_friendly at Base 0.0~20151215-d1aaf2f
+ rtline_measured_from_rtline at Base 0.0~20151215-d1aaf2f
+ rtline_release at Base 0.0~20151215-d1aaf2f
+ rtline_remove_repeated_points at Base 0.0~20151215-d1aaf2f
+ rtline_removepoint at Base 0.0~20151215-d1aaf2f
+ rtline_reverse at Base 0.0~20151215-d1aaf2f
+ rtline_same at Base 0.0~20151215-d1aaf2f
+ rtline_segmentize2d at Base 0.0~20151215-d1aaf2f
+ rtline_setPoint4d at Base 0.0~20151215-d1aaf2f
+ rtline_simplify at Base 0.0~20151215-d1aaf2f
+ rtline_split_by_point_to at Base 0.0~20151215-d1aaf2f
+ rtline_unstroke at Base 0.0~20151215-d1aaf2f
+ rtmcurve_stroke at Base 0.0~20151215-d1aaf2f
+ rtmessage_truncate at Base 0.0~20151215-d1aaf2f
+ rtmline_add_rtline at Base 0.0~20151215-d1aaf2f
+ rtmline_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtmline_clip_to_ordinate_range at Base 0.0~20151215-d1aaf2f
+ rtmline_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtmline_free at Base 0.0~20151215-d1aaf2f
+ rtmline_measured_from_rtmline at Base 0.0~20151215-d1aaf2f
+ rtmline_release at Base 0.0~20151215-d1aaf2f
+ rtmline_unstroke at Base 0.0~20151215-d1aaf2f
+ rtmpoint_add_rtpoint at Base 0.0~20151215-d1aaf2f
+ rtmpoint_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtmpoint_clip_to_ordinate_range at Base 0.0~20151215-d1aaf2f
+ rtmpoint_construct at Base 0.0~20151215-d1aaf2f
+ rtmpoint_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtmpoint_free at Base 0.0~20151215-d1aaf2f
+ rtmpoint_release at Base 0.0~20151215-d1aaf2f
+ rtmpoint_remove_repeated_points at Base 0.0~20151215-d1aaf2f
+ rtmpoly_add_rtpoly at Base 0.0~20151215-d1aaf2f
+ rtmpoly_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtmpoly_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtmpoly_free at Base 0.0~20151215-d1aaf2f
+ rtmpoly_release at Base 0.0~20151215-d1aaf2f
+ rtmpolygon_unstroke at Base 0.0~20151215-d1aaf2f
+ rtmsurface_stroke at Base 0.0~20151215-d1aaf2f
+ rtnotice at Base 0.0~20151215-d1aaf2f
+ rtpoint_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtpoint_clip_to_ordinate_range at Base 0.0~20151215-d1aaf2f
+ rtpoint_clone at Base 0.0~20151215-d1aaf2f
+ rtpoint_construct at Base 0.0~20151215-d1aaf2f
+ rtpoint_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtpoint_force_dims at Base 0.0~20151215-d1aaf2f
+ rtpoint_free at Base 0.0~20151215-d1aaf2f
+ rtpoint_getPoint2d_p at Base 0.0~20151215-d1aaf2f
+ rtpoint_getPoint3dm_p at Base 0.0~20151215-d1aaf2f
+ rtpoint_getPoint3dz_p at Base 0.0~20151215-d1aaf2f
+ rtpoint_getPoint4d_p at Base 0.0~20151215-d1aaf2f
+ rtpoint_get_m at Base 0.0~20151215-d1aaf2f
+ rtpoint_get_ordinate at Base 0.0~20151215-d1aaf2f
+ rtpoint_get_x at Base 0.0~20151215-d1aaf2f
+ rtpoint_get_y at Base 0.0~20151215-d1aaf2f
+ rtpoint_get_z at Base 0.0~20151215-d1aaf2f
+ rtpoint_grid at Base 0.0~20151215-d1aaf2f
+ rtpoint_inside_circle at Base 0.0~20151215-d1aaf2f
+ rtpoint_is_empty at Base 0.0~20151215-d1aaf2f
+ rtpoint_make2d at Base 0.0~20151215-d1aaf2f
+ rtpoint_make3dm at Base 0.0~20151215-d1aaf2f
+ rtpoint_make3dz at Base 0.0~20151215-d1aaf2f
+ rtpoint_make4d at Base 0.0~20151215-d1aaf2f
+ rtpoint_make at Base 0.0~20151215-d1aaf2f
+ rtpoint_release at Base 0.0~20151215-d1aaf2f
+ rtpoint_same at Base 0.0~20151215-d1aaf2f
+ rtpoint_set_ordinate at Base 0.0~20151215-d1aaf2f
+ rtpoint_to_latlon at Base 0.0~20151215-d1aaf2f
+ rtpointiterator_create at Base 0.0~20151215-d1aaf2f
+ rtpointiterator_create_rw at Base 0.0~20151215-d1aaf2f
+ rtpointiterator_destroy at Base 0.0~20151215-d1aaf2f
+ rtpointiterator_has_next at Base 0.0~20151215-d1aaf2f
+ rtpointiterator_modify_next at Base 0.0~20151215-d1aaf2f
+ rtpointiterator_next at Base 0.0~20151215-d1aaf2f
+ rtpointiterator_peek at Base 0.0~20151215-d1aaf2f
+ rtpoly_add_ring at Base 0.0~20151215-d1aaf2f
+ rtpoly_area at Base 0.0~20151215-d1aaf2f
+ rtpoly_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtpoly_clone at Base 0.0~20151215-d1aaf2f
+ rtpoly_clone_deep at Base 0.0~20151215-d1aaf2f
+ rtpoly_construct at Base 0.0~20151215-d1aaf2f
+ rtpoly_construct_empty at Base 0.0~20151215-d1aaf2f
+ rtpoly_contains_point at Base 0.0~20151215-d1aaf2f
+ rtpoly_count_vertices at Base 0.0~20151215-d1aaf2f
+ rtpoly_covers_point2d at Base 0.0~20151215-d1aaf2f
+ rtpoly_force_clockwise at Base 0.0~20151215-d1aaf2f
+ rtpoly_force_dims at Base 0.0~20151215-d1aaf2f
+ rtpoly_free at Base 0.0~20151215-d1aaf2f
+ rtpoly_from_rtlines at Base 0.0~20151215-d1aaf2f
+ rtpoly_grid at Base 0.0~20151215-d1aaf2f
+ rtpoly_is_closed at Base 0.0~20151215-d1aaf2f
+ rtpoly_is_empty at Base 0.0~20151215-d1aaf2f
+ rtpoly_make_geos_friendly at Base 0.0~20151215-d1aaf2f
+ rtpoly_perimeter at Base 0.0~20151215-d1aaf2f
+ rtpoly_perimeter_2d at Base 0.0~20151215-d1aaf2f
+ rtpoly_pt_outside at Base 0.0~20151215-d1aaf2f
+ rtpoly_release at Base 0.0~20151215-d1aaf2f
+ rtpoly_remove_repeated_points at Base 0.0~20151215-d1aaf2f
+ rtpoly_reverse at Base 0.0~20151215-d1aaf2f
+ rtpoly_same at Base 0.0~20151215-d1aaf2f
+ rtpoly_segmentize2d at Base 0.0~20151215-d1aaf2f
+ rtpoly_simplify at Base 0.0~20151215-d1aaf2f
+ rtpoly_startpoint at Base 0.0~20151215-d1aaf2f
+ rtpolygon_unstroke at Base 0.0~20151215-d1aaf2f
+ rtpsurface_add_rtpoly at Base 0.0~20151215-d1aaf2f
+ rtpsurface_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rtpsurface_free at Base 0.0~20151215-d1aaf2f
+ rtpsurface_is_closed at Base 0.0~20151215-d1aaf2f
+ rtrealloc at Base 0.0~20151215-d1aaf2f
+ rtt_AddEdgeModFace at Base 0.0~20151215-d1aaf2f
+ rtt_AddEdgeNewFaces at Base 0.0~20151215-d1aaf2f
+ rtt_AddIsoEdge at Base 0.0~20151215-d1aaf2f
+ rtt_AddIsoNode at Base 0.0~20151215-d1aaf2f
+ rtt_AddLine at Base 0.0~20151215-d1aaf2f
+ rtt_AddPoint at Base 0.0~20151215-d1aaf2f
+ rtt_AddPolygon at Base 0.0~20151215-d1aaf2f
+ rtt_BackendIfaceRegisterCallbacks at Base 0.0~20151215-d1aaf2f
+ rtt_ChangeEdgeGeom at Base 0.0~20151215-d1aaf2f
+ rtt_CreateBackendIface at Base 0.0~20151215-d1aaf2f
+ rtt_FreeBackendIface at Base 0.0~20151215-d1aaf2f
+ rtt_FreeTopology at Base 0.0~20151215-d1aaf2f
+ rtt_GetEdgeByPoint at Base 0.0~20151215-d1aaf2f
+ rtt_GetFaceByPoint at Base 0.0~20151215-d1aaf2f
+ rtt_GetFaceEdges at Base 0.0~20151215-d1aaf2f
+ rtt_GetFaceGeometry at Base 0.0~20151215-d1aaf2f
+ rtt_GetNodeByPoint at Base 0.0~20151215-d1aaf2f
+ rtt_LoadTopology at Base 0.0~20151215-d1aaf2f
+ rtt_ModEdgeHeal at Base 0.0~20151215-d1aaf2f
+ rtt_ModEdgeSplit at Base 0.0~20151215-d1aaf2f
+ rtt_MoveIsoNode at Base 0.0~20151215-d1aaf2f
+ rtt_NewEdgeHeal at Base 0.0~20151215-d1aaf2f
+ rtt_NewEdgesSplit at Base 0.0~20151215-d1aaf2f
+ rtt_RemEdgeModFace at Base 0.0~20151215-d1aaf2f
+ rtt_RemEdgeNewFace at Base 0.0~20151215-d1aaf2f
+ rtt_RemIsoEdge at Base 0.0~20151215-d1aaf2f
+ rtt_RemoveIsoNode at Base 0.0~20151215-d1aaf2f
+ rtt_be_ExistsCoincidentNode at Base 0.0~20151215-d1aaf2f
+ rtt_be_ExistsEdgeIntersectingPoint at Base 0.0~20151215-d1aaf2f
+ rtt_be_deleteEdges at Base 0.0~20151215-d1aaf2f
+ rtt_be_freeTopology at Base 0.0~20151215-d1aaf2f
+ rtt_be_getEdgeById at Base 0.0~20151215-d1aaf2f
+ rtt_be_getEdgeWithinDistance2D at Base 0.0~20151215-d1aaf2f
+ rtt_be_getFaceContainingPoint at Base 0.0~20151215-d1aaf2f
+ rtt_be_getNextEdgeId at Base 0.0~20151215-d1aaf2f
+ rtt_be_getNodeById at Base 0.0~20151215-d1aaf2f
+ rtt_be_getNodeWithinDistance2D at Base 0.0~20151215-d1aaf2f
+ rtt_be_insertEdges at Base 0.0~20151215-d1aaf2f
+ rtt_be_insertNodes at Base 0.0~20151215-d1aaf2f
+ rtt_be_lastErrorMessage at Base 0.0~20151215-d1aaf2f
+ rtt_be_loadTopologyByName at Base 0.0~20151215-d1aaf2f
+ rtt_be_updateEdges at Base 0.0~20151215-d1aaf2f
+ rtt_be_updateTopoGeomEdgeSplit at Base 0.0~20151215-d1aaf2f
+ rttin_add_rttriangle at Base 0.0~20151215-d1aaf2f
+ rttin_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rttin_free at Base 0.0~20151215-d1aaf2f
+ rttin_from_geos at Base 0.0~20151215-d1aaf2f
+ rttin_is_closed at Base 0.0~20151215-d1aaf2f
+ rttriangle_area at Base 0.0~20151215-d1aaf2f
+ rttriangle_as_rtgeom at Base 0.0~20151215-d1aaf2f
+ rttriangle_clone at Base 0.0~20151215-d1aaf2f
+ rttriangle_construct at Base 0.0~20151215-d1aaf2f
+ rttriangle_construct_empty at Base 0.0~20151215-d1aaf2f
+ rttriangle_force_clockwise at Base 0.0~20151215-d1aaf2f
+ rttriangle_free at Base 0.0~20151215-d1aaf2f
+ rttriangle_from_rtline at Base 0.0~20151215-d1aaf2f
+ rttriangle_is_empty at Base 0.0~20151215-d1aaf2f
+ rttriangle_is_repeated_points at Base 0.0~20151215-d1aaf2f
+ rttriangle_perimeter at Base 0.0~20151215-d1aaf2f
+ rttriangle_perimeter_2d at Base 0.0~20151215-d1aaf2f
+ rttriangle_release at Base 0.0~20151215-d1aaf2f
+ rttriangle_reverse at Base 0.0~20151215-d1aaf2f
+ rttriangle_same at Base 0.0~20151215-d1aaf2f
+ rttype_get_collectiontype at Base 0.0~20151215-d1aaf2f
+ rttype_is_collection at Base 0.0~20151215-d1aaf2f
+ rttype_name at Base 0.0~20151215-d1aaf2f
+ signum at Base 0.0~20151215-d1aaf2f
+ sphere_direction at Base 0.0~20151215-d1aaf2f
+ sphere_distance at Base 0.0~20151215-d1aaf2f
+ sphere_distance_cartesian at Base 0.0~20151215-d1aaf2f
+ sphere_project at Base 0.0~20151215-d1aaf2f
+ spheroid_direction at Base 0.0~20151215-d1aaf2f
+ spheroid_distance at Base 0.0~20151215-d1aaf2f
+ spheroid_init at Base 0.0~20151215-d1aaf2f
+ spheroid_project at Base 0.0~20151215-d1aaf2f
+ stringbuffer_append at Base 0.0~20151215-d1aaf2f
+ stringbuffer_aprintf at Base 0.0~20151215-d1aaf2f
+ stringbuffer_clear at Base 0.0~20151215-d1aaf2f
+ stringbuffer_copy at Base 0.0~20151215-d1aaf2f
+ stringbuffer_create at Base 0.0~20151215-d1aaf2f
+ stringbuffer_create_with_size at Base 0.0~20151215-d1aaf2f
+ stringbuffer_destroy at Base 0.0~20151215-d1aaf2f
+ stringbuffer_getlength at Base 0.0~20151215-d1aaf2f
+ stringbuffer_getstring at Base 0.0~20151215-d1aaf2f
+ stringbuffer_getstringcopy at Base 0.0~20151215-d1aaf2f
+ stringbuffer_lastchar at Base 0.0~20151215-d1aaf2f
+ stringbuffer_set at Base 0.0~20151215-d1aaf2f
+ stringbuffer_trim_trailing_white at Base 0.0~20151215-d1aaf2f
+ stringbuffer_trim_trailing_zeroes at Base 0.0~20151215-d1aaf2f
+ struct_cmp_by_measure at Base 0.0~20151215-d1aaf2f
+ trim_trailing_zeros at Base 0.0~20151215-d1aaf2f
+ unit_normal at Base 0.0~20151215-d1aaf2f
+ vector_angle at Base 0.0~20151215-d1aaf2f
+ vector_rotate at Base 0.0~20151215-d1aaf2f
+ vector_sum at Base 0.0~20151215-d1aaf2f
+ x_to_z at Base 0.0~20151215-d1aaf2f
+ y_to_z at Base 0.0~20151215-d1aaf2f
+ z_to_latitude at Base 0.0~20151215-d1aaf2f
diff --git a/debian/patches/make-clean.patch b/debian/patches/make-clean.patch
new file mode 100644
index 0000000..1882ca7
--- /dev/null
+++ b/debian/patches/make-clean.patch
@@ -0,0 +1,29 @@
+Description: Don't trigger dependencies for uninstall & clean targets.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,23 +0,0 @@
+-all install uninstall clean: config.status
+-	$(MAKE) -C src $@
+-
+-maintainer-clean-local:
+-	rm -f configure
+-	rm -f config.guess config.rpath config.sub
+-	rm -f libtool install-sh ltmain.sh
+-
+-maintainer-clean: distclean
+-	$(MAKE) maintainer-clean-local
+-
+-distclean-local:
+-	rm -Rf autom4te.cache
+-	rm -f config.log config.cache config.status
+-
+-distclean: clean
+-	$(MAKE) distclean-local
+-
+-configure: configure.ac
+-	./autogen.sh
+-
+-config.status: configure
+-	./configure
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..59070f0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+make-clean.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3a1838a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
+
+%:
+	dh $@ \
+		--with autoreconf \
+		--parallel
+
+override_dh_autoreconf:
+	./autogen.sh
+
+override_dh_auto_build:
+	$(MAKE) -C src
+
+override_dh_auto_install:
+	$(MAKE) -C src install DESTDIR=$(CURDIR)/debian/tmp
+
+	# Don't install .la files
+	$(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la
+
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_makeshlibs:
+	dh_makeshlibs -- -v$(UPSTREAM_VERSION)
+
+get-orig-source:
+	. debian/get-orig-source
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..18f428c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://gitlab.com/rttopo/rttopo/issues
+Name: rttopo
+Repository: https://gitlab.com/rttopo/rttopo.git
+Repository-Browse: https://gitlab.com/rttopo/rttopo
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4384217
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+#version=3
+#opts=\
+#dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+#uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
+#filenamemangle=s/.*\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))\?ref=v?(\d\S*)/rttopo-$1.$2/g \
+#https://gitlab.com/rttopo/rttopo/tags \
+#.*archive\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))\?ref=v?(\d\S*)

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



More information about the Pkg-grass-devel mailing list