diff --git a/CMakeLists.txt b/CMakeLists.txt index 2287b5cb..91ec5aad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ string(TIMESTAMP CURRENT_TIMESTAMP %y%m%d%H%M UTC) project(openstreetmap-cgimap LANGUAGES CXX - VERSION "2.0.0" + VERSION "2.0.1" DESCRIPTION "CGImap is a C++ implementation of some parts of the OpenStreetMap API as a FastCGI process." HOMEPAGE_URL "https://github.com/zerebubuth/openstreetmap-cgimap") set(CMAKE_PROJECT_BUGREPORT_URL "https://github.com/zerebubuth/openstreetmap-cgimap/issues") diff --git a/debian/changelog b/debian/changelog index fab7c93a..5aa3f039 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openstreetmap-cgimap (2.0.1) UNRELEASED; urgency=medium + + * Replace old openstreetmap-cgimap-bin package + + -- mmd osm Sun, 25 Aug 2024 11:00:00 +0000 + openstreetmap-cgimap (2.0.0) UNRELEASED; urgency=medium * OAuth 1.0a removal (#354) diff --git a/debian/control b/debian/control index fa35c983..6020f3c9 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,8 @@ Package: openstreetmap-cgimap Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: openstreetmap-cgimap-bin +Replaces: openstreetmap-cgimap-bin Description: OpenStreetMap CGImap (OSM API accelerator) Performance optimized implementation of selected parts of the OSM API. A comprehensive list of supported endpoints can be