[med-svn] r20737 - trunk/packages/rnahybrid/trunk/debian/patches

Andreas Tille tille at moszumanska.debian.org
Fri Dec 11 13:43:26 UTC 2015


Author: tille
Date: 2015-12-11 13:43:26 +0000 (Fri, 11 Dec 2015)
New Revision: 20737

Added:
   trunk/packages/rnahybrid/trunk/debian/patches/fixmanpage.patch
   trunk/packages/rnahybrid/trunk/debian/patches/hardening.patch
Log:
Propagate hardening options and fix manpage syntax


Added: trunk/packages/rnahybrid/trunk/debian/patches/fixmanpage.patch
===================================================================
--- trunk/packages/rnahybrid/trunk/debian/patches/fixmanpage.patch	                        (rev 0)
+++ trunk/packages/rnahybrid/trunk/debian/patches/fixmanpage.patch	2015-12-11 13:43:26 UTC (rev 20737)
@@ -0,0 +1,24 @@
+--- a/man/RNAcalibrate.1
++++ b/man/RNAcalibrate.1
+@@ -1,5 +1,4 @@
+ .TH RNACALIBRATE 1
+-.ER
+ .SH NAME
+ RNAcalibrate \- calibrate statistics of secondary structure hybridisations of
+ RNAs
+--- a/man/RNAeffective.1
++++ b/man/RNAeffective.1
+@@ -1,5 +1,4 @@
+ .TH RNAEFFECTIVE 1
+-.ER
+ .SH NAME
+ RNAeffective \- calculation of effective numbers of orthologous miRNA targets
+ .SH SYNOPSIS
+--- a/man/RNAhybrid.1
++++ b/man/RNAhybrid.1
+@@ -1,5 +1,4 @@
+ .TH RNAHYBRID 1
+-.ER
+ .SH NAME
+ RNAhybrid \- calculate secondary structure hybridisations of RNAs
+ .SH SYNOPSIS

Added: trunk/packages/rnahybrid/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/rnahybrid/trunk/debian/patches/hardening.patch	                        (rev 0)
+++ trunk/packages/rnahybrid/trunk/debian/patches/hardening.patch	2015-12-11 13:43:26 UTC (rev 20737)
@@ -0,0 +1,9 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -60,3 +60,6 @@ RNAeffective_SOURCES = \
+ 	plot.h
+ 
+ INCLUDES = -I${includedir}
++
++AM_CFLAGS = $(CFLAGS)
++AM_LDFLAGS = $(LDFLAGS)




More information about the debian-med-commit mailing list