summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatiana Malygina <merlettaia@gmail.com>2016-06-22 08:39:25 +0000
committerTatiana Malygina <merlettaia@gmail.com>2016-06-22 08:39:25 +0000
commit9647d028ed8f6a46a6749e3497b484d377b7a2b5 (patch)
treeb4d0f55141a994d85b7fb974d155686e042da8fd
parent1d342fd372225b5835cb97d8e6c9dffec8d1d22d (diff)
add hardening
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e7f57fb..3d7fff5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+librg-blast-parser-perl (0.03-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * add hardening
+
+ -- Tatiana Malygina <merlettaia@gmail.com> Wed, 22 Jun 2016 11:38:12 +0300
+
librg-blast-parser-perl (0.03-2) unstable; urgency=medium
* debian/control
diff --git a/debian/rules b/debian/rules
index 6d4d952..247bd41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)