[Git][debian-gis-team/osm2pgsql][master] Use external {fmt}.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Jun 28 12:08:26 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql
Commits:
db39b6ef by Bas Couwenberg at 2023-06-28T13:08:15+02:00
Use external {fmt}.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ osm2pgsql (1.8.1+ds-2) UNRELEASED; urgency=medium
* Bump debhelper compat to 13.
* Add upstream patch to fix FTBFS with gcc-13.
(closes: #1037812)
+ * Use external {fmt}.
-- Bas Couwenberg <sebastic at debian.org> Mon, 12 Jun 2023 17:50:41 +0200
=====================================
debian/control
=====================================
@@ -14,6 +14,7 @@ Build-Depends: debhelper-compat (= 13),
libboost-filesystem-dev,
libbz2-dev,
libexpat1-dev,
+ libfmt-dev,
libosmium2-dev (>= 2.17.3),
libpq-dev,
libproj-dev,
=====================================
debian/rules
=====================================
@@ -19,7 +19,7 @@ CXXFLAGS += $(CPPFLAGS) -DNDEBUG
override_dh_auto_configure:
dh_auto_configure -- -DEXTERNAL_LIBOSMIUM=ON \
-DEXTERNAL_PROTOZERO=ON \
- -DEXTERNAL_RAPIDJSON=ON
+ -DEXTERNAL_FMT=ON
override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/commit/db39b6efab0b7976649af92ec9dcaa6ddb7ff46d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/commit/db39b6efab0b7976649af92ec9dcaa6ddb7ff46d
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/20230628/c6764b16/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list