Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql


Commits:
5a2a2ce8 by Bas Couwenberg at 2019-04-13T08:54:00Z
Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ osm2pgsql (0.96.0+ds-3) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.3.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.
 
  -- Bas Couwenberg <[email protected]>  Sun, 05 Aug 2018 20:38:11 +0200
 


=====================================
debian/rules
=====================================
@@ -10,8 +10,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 # Verbose test output
 export VERBOSE=1
 
-CFLAGS += $(CPPFLAGS)
-CXXFLAGS += $(CPPFLAGS)
+CFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+CXXFLAGS += $(CPPFLAGS) -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
 
 %:
        dh $@ \



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/5a2a2ce87897795207639ecc94b3163bc8ae9c89

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/5a2a2ce87897795207639ecc94b3163bc8ae9c89
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

Reply via email to