diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index c0dde8a..0000000 --- a/debian/changelog +++ /dev/null @@ -1,182 +0,0 @@ -pygeoapi (0.15.0-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Thu, 18 May 2023 19:00:00 +0300 - -pygeoapi (0.14.0-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Fri, 03 Feb 2023 14:00:00 +0200 - -pygeoapi (0.13.0-1~focal1) focal; urgency=medium - - * Add pygeofilter in debian dependencies - - -- Angelos Tzotsos Sat, 08 Jan 2023 14:00:00 +0200 - -pygeoapi (0.13.0-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Tue, 15 Nov 2022 16:00:00 +0200 - -pygeoapi (0.12.0-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Mon, 07 Feb 2022 20:00:00 +0200 - -pygeoapi (0.11.0-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Sun, 24 Oct 2021 18:00:00 +0300 - -pygeoapi (0.10.1-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Thu, 18 Mar 2021 18:00:00 +0200 - -pygeoapi (0.10.0-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Tue, 16 Mar 2021 18:00:00 +0200 - -pygeoapi (0.9.0-1~focal0) focal; urgency=medium - - * New upstream release - - -- Angelos Tzotsos Thu, 19 Nov 2020 17:00:00 +0200 - -pygeoapi (0.8.0-1~bionic1) bionic; urgency=medium - - * Drop support for Python 2 - - -- Angelos Tzotsos Wed, 26 Aug 2020 14:00:00 +0200 - -pygeoapi (0.8.0-1~bionic0) bionic; urgency=medium - - * Support for ES7 - * New SQLite/GPKG provider - * GDAL3 support - * STAC support added - * Enabled property filtering on ogr provider - * Added CSV support via OGR - * Implemented configurable OGC schema locations - * Updated to resource-specific configuration - * OpenAPI generation improvements - * Added queryables endpoint support - * Various provider updates/fixes - - -- Angelos Tzotsos Fri, 05 Jun 2020 17:00:00 +0200 - -pygeoapi (0.7.0-1~bionic0) bionic; urgency=medium - - * Numerous CITE compliance fixes - * Elasticsearch: update provider to support ES7 - * MongoDB provider implementation - * JSON-LD support - * Starlette ASGI implementation - * various datetime / timezone aware date handling updates - * simplify API landing page - * environment variable support in config - * move /api to /openapi - * various GeoPackage and PostgreSQL/PostGIS provider fixes - - -- Angelos Tzotsos Wed, 15 Jan 2020 20:00:00 +0200 - -pygeoapi (0.6.0-1~trusty1) trusty; urgency=medium - - * Disable tests during package build. - - -- Angelos Tzotsos Mon, 10 Jun 2019 19:00:00 +0200 - -pygeoapi (0.6.0-1~trusty0) trusty; urgency=medium - - * Update debian packaging to support multiple python versions. - - -- Angelos Tzotsos Mon, 10 Jun 2019 10:00:00 +0200 - -pygeoapi (0.6.0) trusty; urgency=medium - - * rename feature.ID to feature.id - * add HTML output for processing functionality - * OGC CITE fixes - * fix pathing to work behind proxies - * add OGR provider support - * add Docker support - * make map control properties configurable - * add safeguard for yaml parsing - - -- Tom Kralidis Mon, 29 Apr 2019 14:29:57 +0000 - -pygeoapi (0.5.0) trusty; urgency=medium - - * plugin refactoring - * add processing capabilities - * support text/html in headers - * add crumbs to HTML pages - * add support for schema.org - * add HTML output for API endpoint - - -- Tom Kralidis Mon, 29 Apr 2019 17:34:02 +0000 - -pygeoapi (0.4.1) trusty; urgency=medium - - * fix ES GeoJSON output - - -- Tom Kralidis Mon, 07 Jan 2019 12:21:10 +0000 - -pygeoapi (0.4.0) trusty; urgency=medium - - * add column ordering - * add properties.links support - - -- Tom Kralidis Mon, 17 Dec 2018 21:17:17 +0000 - -pygeoapi (0.2.2) trusty; urgency=medium - - * fix ES issues for large returns - - -- Tom Kralidis Fri, 24 Aug 2018 14:33:03 +0000 - -pygeoapi (0.2.1) trusty; urgency=medium - - * fix HTTP response headers for CSV - - -- Tom Kralidis Thu, 23 Aug 2018 00:23:07 +0000 - -pygeoapi (0.2.0) trusty; urgency=medium - - * add support for CSV output - - -- Tom Kralidis Tue, 14 Aug 2018 18:30:45 +0000 - -pygeoapi (0.1.3) trusty; urgency=medium - - * move elasticsearch requirements into dev - - -- Tom Kralidis Wed, 09 May 2018 17:38:11 +0000 - -pygeoapi (0.1.2) trusty; urgency=medium - - * remove shapely support - - -- Tom Kralidis Fri, 04 May 2018 12:17:32 +0000 - -pygeoapi (0.1.1) trusty; urgency=medium - - * add link hreflang support - * refactor CORS support - - -- Tom Kralidis Thu, 03 May 2018 20:48:08 +0000 - -pygeoapi (0.1.0) trusty; urgency=medium - - * initial Debian packaging - - -- Tom Kralidis Thu, 03 May 2018 00:52:33 +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index d502bbd..0000000 --- a/debian/control +++ /dev/null @@ -1,31 +0,0 @@ -Source: pygeoapi -Section: python -Priority: optional -Maintainer: Tom Kralidis -Uploaders: Angelos Tzotsos -Build-Depends: debhelper (>= 9), - dh-python, - python3-all, - python3-setuptools -Standards-Version: 4.3.0 -Vcs-Git: https://github.com/geopython/pygeoapi.git -Homepage: https://pygeoapi.io/ - -Package: python3-pygeoapi -Architecture: all -Depends: ${python3:Depends}, - python3-pkg-resources, - python3-click, - python3-dateutil, - python3-flask, - python3-importlib-metadata, - python3-jsonschema, - python3-tz, - python3-unicodecsv, - python3-yaml, - python3-pygeofilter, - ${misc:Depends} -Suggests: python3-babel, python3-elasticsearch, python3-fiona, python3-mapscript, python3-pygeoif, python3-geojson, python3-pydantic, python3-pygeometa, python3-pyproj, python3-rasterio, python3-requests -Description: pygeoapi provides an API to geospatial data. - . - This package the pygeoapi module for Python 3. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index bc0859f..0000000 --- a/debian/copyright +++ /dev/null @@ -1,26 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://github.com/geopython/pygeoapi - -Files: * -Copyright: Copyright 2018-2023 pygeoapi development team -License: MIT - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or - sell copies of the Software, and to permit persons to whom - the Software is furnished to do so, subject to the following - conditions: - . - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index d5dc2d0..0000000 --- a/debian/rules +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export PYBUILD_NAME=pygeoapi - -%: - dh $@ --with python3 --buildsystem pybuild - -override_dh_auto_test: - @echo "nocheck set, not running tests" diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)