[hfst] 01/01: Add hardening support, add patch description and ITP
Kartik Mistry
kartik at moszumanska.debian.org
Thu Apr 2 15:59:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
kartik pushed a commit to branch master
in repository hfst.
commit b49e3e9d666e1679e59701e4f7cb85b951f85553
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date: Thu Apr 2 21:28:39 2015 +0530
Add hardening support, add patch description and ITP
---
debian/changelog | 19 ++++++-------------
debian/control | 1 +
debian/patches/hfst_02_notimestamp.diff | 1 +
debian/rules | 6 ++++++
4 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 94d0cea..6e72637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,10 @@
hfst (3.8.2~r4145-1) experimental; urgency=low
- * New upstream release
+ [ Tino Didriksen ]
+ * Initial release (Closes: #781759).
- -- Tino Didriksen <mail at tinodidriksen.com> Fri, 19 Dec 2014 15:38:00 +0000
+ [ Kartik Mistry ]
+ * Added hardening support.
+ * Added patch description.
-hfst (3.8.1~r4088-1) experimental; urgency=low
-
- * New upstream release
-
- -- Tino Didriksen <mail at tinodidriksen.com> Tue, 4 Nov 2014 09:30:00 +0000
-
-hfst (3.8.0~r4029-1) experimental; urgency=low
-
- * Initial release
-
- -- Tino Didriksen <mail at tinodidriksen.com> Fri, 3 Oct 2014 13:13:49 +0000
+ -- Kartik Mistry <kartik at debian.org> Thu, 02 Apr 2015 21:22:58 +0530
diff --git a/debian/control b/debian/control
index 7c8549a..3a0dc77 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: autoconf,
bison,
debhelper (>= 9.0),
dh-autoreconf,
+ dpkg-dev (>= 1.16.1~),
flex,
libicu-dev,
libreadline-dev,
diff --git a/debian/patches/hfst_02_notimestamp.diff b/debian/patches/hfst_02_notimestamp.diff
index f87ac15..752f81a 100644
--- a/debian/patches/hfst_02_notimestamp.diff
+++ b/debian/patches/hfst_02_notimestamp.diff
@@ -1,3 +1,4 @@
+Description: Do not timestamp in output.
Index: b/tools/src/hfst-optimized-lookup.cc
===================================================================
--- a/tools/src/hfst-optimized-lookup.cc (revision 4029)
diff --git a/debian/rules b/debian/rules
index 5d1a227..4c66cf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+
NUMJOBS = 1
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hfst.git
More information about the debian-science-commits
mailing list