Hello Sebastiaan, >I've added you to the team with Guest privileges, because we have no >context what you'd like to contribute to the team.
I usually do the gdal transitions in Ubuntu, and usually I have some fixes to bring to Debian too, e.g. this one commit 4257b5032e5601896ebffd7ce2cc4403cd472461 (HEAD -> master) Author: Gianfranco Costamagna <[email protected]> Date: Fri Jun 29 12:56:03 2018 +0200 Revert "Disable PIE on Ubuntu where it's still problematic." This reverts commit 0a0cfc523025b838217a79761e49ea31e7bca4c8. diff --git a/debian/changelog b/debian/changelog index a92f32b6..4b7b3309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gdal (2.3.1+dfsg-2) UNRELEASED; urgency=medium + + * Enable PIE in Ubuntu too, now it is enabled everywhere by default. + + -- Gianfranco Costamagna <[email protected]> Fri, 29 Jun 2018 12:54:54 +0200 + gdal (2.3.1+dfsg-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index b7d83f26..78a97d5d 100755 --- a/debian/rules +++ b/debian/rules @@ -11,13 +11,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) - -ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes) - export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie -endif - include /usr/share/dpkg/pkg-info.mk UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') I don't care about uploading in Debian right now, I would like however to do a git push, so I don't forget next time we sync the package in Ubuntu thanks! G.
