Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql
Commits: 4eaa8b7b by Bas Couwenberg at 2019-08-30T13:10:54Z Don't define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H, fixed in libosmium. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +osm2pgsql (1.0.0+ds-2) UNRELEASED; urgency=medium + + * Don't define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H, fixed in libosmium. + + -- Bas Couwenberg <[email protected]> Fri, 30 Aug 2019 15:10:29 +0200 + osm2pgsql (1.0.0+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -10,8 +10,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all # Verbose test output export VERBOSE=1 -CFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -DNDEBUG -CXXFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -DNDEBUG +CFLAGS += $(CPPFLAGS) -DNDEBUG +CXXFLAGS += $(CPPFLAGS) -DNDEBUG %: dh $@ \ View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/4eaa8b7b519d6f27354f93757e44b234d87610ba -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/4eaa8b7b519d6f27354f93757e44b234d87610ba You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
