Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits: c27ab989 by Bas Couwenberg at 2022-04-21T20:03:41+02:00 Drop Ubuntu PIE changes. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gdal (3.4.2+dfsg-2) UNRELEASED; urgency=medium + + * Drop Ubuntu PIE changes. + + -- Bas Couwenberg <[email protected]> Thu, 21 Apr 2022 20:03:37 +0200 + gdal (3.4.2+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -50,7 +50,6 @@ Build-Depends: debhelper-compat (= 12), libxerces-c-dev, libxml2-dev, libzstd-dev, - lsb-release, netcdf-bin, patch, pkg-config, ===================================== debian/rules ===================================== @@ -11,16 +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) -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/pkg-info.mk UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/c27ab98985e507aef3ab3d2fcc05bac2bbb45cdd -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/c27ab98985e507aef3ab3d2fcc05bac2bbb45cdd 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
