Christoph Berg pushed to branch experimental at Debian GIS Project / postgis
Commits: 50866f4d by Christoph Berg at 2019-10-07T11:56:49Z debian/rules: Drop "disable PIE on Ubuntu" code. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.0.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium + + * debian/rules: Drop "disable PIE on Ubuntu" code. + + -- Christoph Berg <[email protected]> Mon, 07 Oct 2019 13:55:45 +0200 + postgis (3.0.0~beta1+dfsg-1~exp1) experimental; urgency=medium * New upstream beta release. ===================================== debian/rules ===================================== @@ -10,16 +10,6 @@ export DH_OPTIONS # 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 - include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/pkg-info.mk View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/50866f4d2d161515899ddf2e041dce3d52c03aba -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/50866f4d2d161515899ddf2e041dce3d52c03aba 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
