Bas Couwenberg pushed to branch master at Debian GIS Project / pywps
Commits: 0ff2b4f4 by Bas Couwenberg at 2019-07-16T11:50:18Z Update PIE hardening conditional, trusty is EOL. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pywps (4.2.1-2~exp2) UNRELEASED; urgency=medium * 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]> Sun, 07 Jul 2019 10:04:01 +0200 ===================================== debian/rules ===================================== @@ -17,7 +17,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/pywps/commit/0ff2b4f43531fe12ab93605e941f87d7152b6345 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/commit/0ff2b4f43531fe12ab93605e941f87d7152b6345 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
