[Git][debian-gis-team/grass][master] Drop Ubuntu PIE changes.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Apr 21 19:00:05 BST 2022
Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits:
5dd40c41 by Bas Couwenberg at 2022-04-21T19:59:49+02:00
Drop Ubuntu PIE changes.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+grass (8.0.1-2) UNRELEASED; urgency=medium
+
+ * Drop Ubuntu PIE changes.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 21 Apr 2022 19:59:37 +0200
+
grass (8.0.1-1) unstable; urgency=medium
* Move from experimental to unstable.
=====================================
debian/control
=====================================
@@ -34,7 +34,6 @@ Build-Depends: bison,
libwxgtk3.0-gtk3-dev,
libxmu-dev,
libzstd-dev,
- lsb-release,
netcdf-bin,
# install optipng if compressing the PNG images in the programmers' manual
# optipng,
=====================================
debian/rules
=====================================
@@ -6,16 +6,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
-
VERSION=$(shell echo `head -2 $(CURDIR)/include/VERSION` | sed -e 's/ //')
ABI=$(shell echo `head -3 $(CURDIR)/include/VERSION` | sed -e 's/ //g' -e 's/RC/-/')
GRASS_ABI=grass$(ABI)
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/5dd40c41ac5cc3664915fe9a52fde0de4b1c612b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/5dd40c41ac5cc3664915fe9a52fde0de4b1c612b
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/20220421/88076dad/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list