[Git][debian-gis-team/osm2pgsql][master] 2 commits: Set OSM2PGSQL_BINDIR for osm2pgsql-replication.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Oct 5 05:53:06 BST 2022
Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql
Commits:
bb5b1eb4 by Bas Couwenberg at 2022-10-05T06:30:58+02:00
Set OSM2PGSQL_BINDIR for osm2pgsql-replication.
- - - - -
be7d2667 by Bas Couwenberg at 2022-10-05T06:40:58+02:00
Set distribution to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/osm2pgsql-replication-install.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+osm2pgsql (1.7.1+ds-2) unstable; urgency=medium
+
+ * Set OSM2PGSQL_BINDIR for osm2pgsql-replication.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 05 Oct 2022 06:40:46 +0200
+
osm2pgsql (1.7.1+ds-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/patches/osm2pgsql-replication-install.patch
=====================================
@@ -4,12 +4,13 @@ Forwarded: https://github.com/openstreetmap/osm2pgsql/pull/1793
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -337,6 +337,6 @@ include(GNUInstallDirs)
+@@ -337,6 +337,7 @@ include(GNUInstallDirs)
if (ENABLE_INSTALL)
install(TARGETS osm2pgsql DESTINATION bin)
install(FILES default.style empty.style DESTINATION share/osm2pgsql)
- install(CODE "set(OSM2PGSQL_BINDIR ${CMAKE_INSTALL_FULL_BINDIR})
- configure_file(${PROJECT_SOURCE_DIR}/scripts/osm2pgsql-replication ${CMAKE_INSTALL_FULL_BINDIR}/osm2pgsql-replication)")
++ set(OSM2PGSQL_BINDIR ${CMAKE_INSTALL_FULL_BINDIR})
+ configure_file(${PROJECT_SOURCE_DIR}/scripts/osm2pgsql-replication ${PROJECT_BINARY_DIR}/osm2pgsql-replication)
+ install(PROGRAMS ${PROJECT_BINARY_DIR}/osm2pgsql-replication DESTINATION bin)
endif()
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/compare/79e386a054dafb2143159f444a46b4158f4b08bb...be7d2667db5060b256325943a40897ec023e8177
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/compare/79e386a054dafb2143159f444a46b4158f4b08bb...be7d2667db5060b256325943a40897ec023e8177
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221005/107470bf/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list