Bas Couwenberg pushed to branch master at Debian GIS Project / pywps
Commits: dde2869d by Bas Couwenberg at 2022-04-21T19:56:19+02:00 Drop Ubuntu PIE changes. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pywps (4.5.2-2) UNRELEASED; urgency=medium + + * Team upload. + * Drop Ubuntu PIE changes. + + -- Bas Couwenberg <[email protected]> Thu, 21 Apr 2022 19:56:01 +0200 + pywps (4.5.2-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -12,16 +12,6 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all -# Disable PIE on Ubuntu where it's still problematic -VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo yes) -DISTRIBUTION_RELEASE := $(shell lsb_release -cs) - -ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes) - ifneq (,$(filter $(DISTRIBUTION_RELEASE),xenial bionic)) - export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie - endif -endif - %: dh $@ --with apache2,python3,sphinxdoc --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/dde2869d55dddaa7d30c3acbdcefb4c72f6cecdb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/dde2869d55dddaa7d30c3acbdcefb4c72f6cecdb 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
