[med-svn] [inspect] 03/03: Hardening
Andreas Tille
tille at debian.org
Thu Oct 1 11:04:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository inspect.
commit 3d1d17aa5441b3f55b0cfb4a6accae6154e7e400
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 1 13:03:37 2015 +0200
Hardening
---
debian/control | 3 ++-
debian/patches/hardening.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 968ede5..f2ca1c2 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Homepage: http://proteomics.ucsd.edu/Software/Inspect/
Package: inspect
Architecture: any
Depends: ${python:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
Recommends: med-config (>= 2.1)
Description: mass-spectrometry database search tool
Inspect is a MS/MS database search tool specifically designed to address
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
new file mode 100644
index 0000000..9bc4667
--- /dev/null
+++ b/debian/patches/hardening.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 29 Sep 2015 15:21:50 +0200
+Description: Propagate hardening options
+
+--- a/Makefile
++++ b/Makefile
+@@ -3,7 +3,7 @@ SHELL = /bin/sh
+ .SUFFIXES: .c .o
+ CC = cc
+ CFLAGS = -g -DDEBUG -D_CONSOLE -O1 -funroll-loops -lz
+-LDFLAGS = -lm -lexpat
++LDFLAGS += -lm -lexpat
+
+ OBJS = base64.o BN.o BuildMS2DB.o ChargeState.o CMemLeak.o Errors.o ExonGraphAlign.o \
+ FreeMod.o IonScoring.o \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..814900f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+hardening.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/inspect.git
More information about the debian-med-commit
mailing list