[Git][debian-gis-team/grass][master] Update PIE hardening conditional, trusty is EOL.
    Bas Couwenberg 
    gitlab at salsa.debian.org
       
    Tue Jul 16 12:49:24 BST 2019
    
    
  
Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits:
df99cd2a by Bas Couwenberg at 2019-07-16T11:49:13Z
Update PIE hardening conditional, trusty is EOL.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+grass (7.6.1-4) UNRELEASED; urgency=medium
+
+  * Update PIE hardening conditional, trusty is EOL.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 16 Jul 2019 13:49:04 +0200
+
 grass (7.6.1-3) unstable; urgency=medium
 
   * No change rebuild for PDAL mini transition.
=====================================
debian/rules
=====================================
@@ -14,7 +14,7 @@ VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo
 DISTRIBUTION_RELEASE       := $(shell lsb_release -cs)
 
 ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes)
-  ifneq (,$(filter $(DISTRIBUTION_RELEASE),trusty xenial bionic))
+  ifneq (,$(filter $(DISTRIBUTION_RELEASE),xenial bionic))
     export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
   endif
 endif
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/commit/df99cd2ae70bbce13168193b0b11af2c73d2c196
-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/commit/df99cd2ae70bbce13168193b0b11af2c73d2c196
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/20190716/692ceb5c/attachment-0001.html>
    
    
More information about the Pkg-grass-devel
mailing list