[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-13-g56f5286

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 01:49:07 UTC 2013


The following commit has been merged in the master branch:
commit 22a76ab06389b2c65421419133881e4060c76ef4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 02:51:38 2013 +0200

    Drop hardening-includes build dependency.

diff --git a/debian/control b/debian/control
index 78cb95b..43e0158 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends:
  debhelper (>= 8)
  , autotools-dev
  , dh-autoreconf
- , hardening-includes
  , libspatialite-dev (>= 4.1.0~)
  , libsqlite3-dev (>= 3.6.11)
  , libreadline-dev
diff --git a/debian/rules b/debian/rules
index 8edf088..158cc41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,6 @@
 # This has to be exported to make some magic below work.
 #export DH_OPTIONS
 
-include /usr/share/hardening-includes/hardening.make
-CFLAGS   = $(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS  = $(shell dpkg-buildflags --get LDFLAGS)
-CFLAGS  += $(HARDENING_CFLAGS)
-LDFLAGS += $(HARDENING_LDFLAGS)
-
 FULL_VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d- -f1)
 VERSION := $(shell echo $(FULL_VERSION) | sed -e "s/~beta[[:digit:]]\+/-BETA/")
 LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list