Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: df99cd2a by Bas Couwenberg at 2019-07-16T11:49:13Z Update PIE hardening conditional, trusty is EOL. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +grass (7.6.1-4) UNRELEASED; urgency=medium + + * Update PIE hardening conditional, trusty is EOL. + + -- Bas Couwenberg <[email protected]> Tue, 16 Jul 2019 13:49:04 +0200 + grass (7.6.1-3) unstable; urgency=medium * No change rebuild for PDAL mini transition. ===================================== debian/rules ===================================== @@ -14,7 +14,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 endif View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/commit/df99cd2ae70bbce13168193b0b11af2c73d2c196 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/commit/df99cd2ae70bbce13168193b0b11af2c73d2c196 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
