[med-svn] [proteinortho] 06/07: Adapt patches

Andreas Tille tille at debian.org
Thu Mar 10 19:55:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository proteinortho.

commit 719a346338836078bdd065e973ea6864530c0ec4
Author: Andreas Tille <tille at debian.org>
Date:   Thu Mar 10 20:37:07 2016 +0100

    Adapt patches
---
 debian/patches/hardening.patch | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
index 9fd7d39..75fe365 100644
--- a/debian/patches/hardening.patch
+++ b/debian/patches/hardening.patch
@@ -4,22 +4,26 @@ Description: Propagate hardening options
 
 --- a/Makefile
 +++ b/Makefile
-@@ -2,15 +2,15 @@
+@@ -2,18 +2,18 @@
  INSTALLDIR=/usr/local/bin
  
  CPP      = g++
 -CPPFLAGS   = -Wall -O3
 +CPPFLAGS += -Wall -O3
  
- all: proteinortho5_clustering proteinortho5_clean_edges
+ all: proteinortho5_clustering proteinortho5_clean_edges proteinortho5_tree
  
  proteinortho5_clustering: proteinortho5_clustering.cpp
 -	$(CPP) $(CPPFLAGS) -o $@ $<
 +	$(CPP) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
  
+ proteinortho5_tree: proteinortho5_clustering.cpp
+-	$(CPP) $(CPPFLAGS) -o $@ $<
++	$(CPP) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
+ 
  proteinortho5_clean_edges: proteinortho5_clean_edges.cpp
 -	$(CPP) $(CPPFLAGS) -o $@ $<
 +	$(CPP) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
  
- install: proteinortho5.pl proteinortho5_clustering proteinortho5_clean_edges2.pl proteinortho5_singletons.pl ffadj_mcs.py
+ install: proteinortho5.pl proteinortho5_clustering proteinortho5_singletons.pl proteinortho5_clean_edges2.pl ffadj_mcs.py po_tree po_tree.pl
  	install -v $^ $(INSTALLDIR)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/proteinortho.git



More information about the debian-med-commit mailing list