Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql
Commits: 364110d4 by Bas Couwenberg at 2019-07-11T10:05:35Z Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries. - - - - - 0748a593 by Bas Couwenberg at 2019-07-11T10:05:35Z Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,12 @@ -osm2pgsql (0.96.0+ds-3) UNRELEASED; urgency=medium +osm2pgsql (0.96.0+ds-3) unstable; urgency=medium * Bump Standards-Version to 4.4.0, no changes. * Update watch file to limit matches to archive path. * Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility. * Update gbp.conf to use --source-only-changes by default. + * Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries. - -- Bas Couwenberg <[email protected]> Sun, 05 Aug 2018 20:38:11 +0200 + -- Bas Couwenberg <[email protected]> Thu, 11 Jul 2019 11:55:16 +0200 osm2pgsql (0.96.0+ds-2) unstable; urgency=medium ===================================== 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 -CXXFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H +CFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -DNDEBUG +CXXFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -DNDEBUG %: dh $@ \ View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/compare/d2d062c30a7a72456edacab6477ae985736ef259...0748a593f932cdaad9c27131680ee908986bc7ed -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/compare/d2d062c30a7a72456edacab6477ae985736ef259...0748a593f932cdaad9c27131680ee908986bc7ed 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
