Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
· 5dd8b7a9
Bas Couwenberg
authored
Apr 13, 2019
5dd8b7a9
Update dh_install override to use --list-missing.
· cf21b147
Bas Couwenberg
authored
May 26, 2019
cf21b147
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cf21b147
...
...
@@ -9,6 +9,8 @@ python-cartopy (0.17.0+dfsg-4) UNRELEASED; urgency=medium
[ Bas Couwenberg ]
* Sort & align links.
* Remove package name from lintian overrides.
* Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
* Update dh_install override to use --list-missing.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 10 Feb 2019 08:40:13 +0000
...
...
debian/rules
View file @
cf21b147
...
...
@@ -5,6 +5,9 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
# Workaround for proj_api.h deprecation in PROJ 6.0.0
export DEB_CFLAGS_MAINT_APPEND=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
export PYBUILD_NAME = cartopy
export PYBUILD_INSTALL_ARGS = --install-data=/usr/share/cartopy
export PYBUILD_TEST_PYTEST = 1
...
...
@@ -33,7 +36,7 @@ override_dh_auto_install:
$(RM) -r debian/python3-cartopy/usr/lib/python3*/dist-packages/cartopy/tests/mpl/baseline_images
override_dh_install:
dh_install
dh_install
--list-missing
# Remove documentation outside usr/share/doc
$(RM) debian/*/usr/share/cartopy/data/shapefiles/gshhs/README.TXT
...
...