Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal-grass
Commits: 62079b61 by Bas Couwenberg at 2019-07-16T11:48:38Z Update PIE hardening conditional, trusty is EOL. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ libgdal-grass (3.0.1-1) UNRELEASED; urgency=medium * Update watch file to check version directories. * Update gbp.conf to use --source-only-changes by default. * Bump Standards-Version to 4.4.0, no changes. + * Update PIE hardening conditional, trusty is EOL. -- Bas Couwenberg <[email protected]> Fri, 05 Jul 2019 13:10:23 +0200 ===================================== debian/rules ===================================== @@ -12,7 +12,7 @@ VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo DISTRIBUTION_RELEASE := $(shell lsb_release -cs) ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes) - ifneq (,$(filter $(DISTRIBUTION_RELEASE),trusty xenial bionic)) + ifneq (,$(filter $(DISTRIBUTION_RELEASE),xenial bionic)) export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie endif export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-as-needed View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/commit/62079b61aa6da04c6398a3eaab6fe251c9bf354b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/commit/62079b61aa6da04c6398a3eaab6fe251c9bf354b 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
