[Git][debian-gis-team/postgis][experimental] debian/rules: Drop "disable PIE on Ubuntu" code.
Christoph Berg
gitlab at salsa.debian.org
Mon Oct 7 12:57:03 BST 2019
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 <myon at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20191007/b250a535/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list