From 511f0ef09f7b3934179e933f26cf68f8cbdb9442 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Sat, 7 Jan 2023 15:19:43 +0200 Subject: [PATCH] Update debian control file --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5d86d6f..4790b3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 diff --git a/debian/control b/debian/control index 1addebd..ede05f0 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,9 @@ Depends: ${python3:Depends}, python3-tz, python3-unicodecsv, python3-yaml, + python3-pygeofilter, ${misc:Depends} -Suggests: python3-babel, python3-elasticsearch (<8), python3-fiona, python3-mapscript, python3-pygeoif, python3-pygeofilter, python3-geojson, python3-pydantic, python3-pygeometa, python3-pyproj, python3-rasterio, python3-requests +Suggests: python3-babel, python3-elasticsearch (<8), 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.