Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries.
· 364110d4
Bas Couwenberg
authored
Jul 11, 2019
364110d4
Set distribution to unstable.
· 0748a593
Bas Couwenberg
authored
Jul 11, 2019
0748a593
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0748a593
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 <sebastic@debian.org>
Sun, 05 Aug 2018 20:38
:1
1
+0200
-- Bas Couwenberg <sebastic@debian.org>
Thu, 11 Jul 2019 11:55
:1
6
+0200
osm2pgsql (0.96.0+ds-2) unstable; urgency=medium
...
...
debian/rules
View file @
0748a593
...
...
@@ -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 $@ \
...
...