[med-svn] r21302 - trunk/packages/mssstest/trunk/debian/patches
Andreas Tille
tille at moszumanska.debian.org
Tue Jan 26 10:53:10 UTC 2016
Author: tille
Date: 2016-01-26 10:53:09 +0000 (Tue, 26 Jan 2016)
New Revision: 21302
Modified:
trunk/packages/mssstest/trunk/debian/patches/10_fixdatapath.patch
trunk/packages/mssstest/trunk/debian/patches/10_makefile.patch
trunk/packages/mssstest/trunk/debian/patches/20_gcc-4.3.patch
Log:
DEP3
Modified: trunk/packages/mssstest/trunk/debian/patches/10_fixdatapath.patch
===================================================================
--- trunk/packages/mssstest/trunk/debian/patches/10_fixdatapath.patch 2016-01-26 10:38:35 UTC (rev 21301)
+++ trunk/packages/mssstest/trunk/debian/patches/10_fixdatapath.patch 2016-01-26 10:53:09 UTC (rev 21302)
@@ -1,3 +1,8 @@
+Description: Use explicite path /usr/share/mssstest to the data files instead
+ requiring the user to have these files in the local directory.
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 20 Jul 2008 21:51:26 +0200
+
--- mssstest-3.0.orig/roxburgh.cpp
+++ mssstest-3.0/roxburgh.cpp
@@ -110,16 +110,16 @@
Modified: trunk/packages/mssstest/trunk/debian/patches/10_makefile.patch
===================================================================
--- trunk/packages/mssstest/trunk/debian/patches/10_makefile.patch 2016-01-26 10:38:35 UTC (rev 21301)
+++ trunk/packages/mssstest/trunk/debian/patches/10_makefile.patch 2016-01-26 10:53:09 UTC (rev 21302)
@@ -1,3 +1,8 @@
+Description: Patch makefile to get the name of resulting executable in lower
+ cases and without .exe extension
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 20 Jul 2008 21:51:26 +0200
+
--- mssstest-3.0.orig/makefile
+++ mssstest-3.0/makefile
@@ -2,8 +2,8 @@
Modified: trunk/packages/mssstest/trunk/debian/patches/20_gcc-4.3.patch
===================================================================
--- trunk/packages/mssstest/trunk/debian/patches/20_gcc-4.3.patch 2016-01-26 10:38:35 UTC (rev 21301)
+++ trunk/packages/mssstest/trunk/debian/patches/20_gcc-4.3.patch 2016-01-26 10:53:09 UTC (rev 21302)
@@ -1,3 +1,7 @@
+Description: Fix gcc-4.3 problem
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 20 Jul 2008 21:51:26 +0200
+
--- mssstest-3.0.orig/neededroutines.cpp
+++ mssstest-3.0/neededroutines.cpp
@@ -1,3 +1,4 @@
@@ -5,13 +9,6 @@
#include "neededroutines.h"
float gammln(float xx)
-@@ -327,4 +328,4 @@
- exit(0);
- }
- *gammcf = exp(-x+a*log(x)-(*gln))*h;
--}
-\ No newline at end of file
-+}
--- mssstest-3.0.orig/roxburgh.cpp
+++ mssstest-3.0/roxburgh.cpp
@@ -1,3 +1,5 @@
@@ -20,10 +17,3 @@
#include "neededroutines.h"
const int MAXPERSON = 20000;
-@@ -466,4 +468,4 @@
- fout << familynov[i] << "\t" << indivnov[i] << "\t" << edssv[i]*0.5 << "\t" << durationv[i] << "\t" << groupv[i] << "\t" << setprecision(4) << msssv[i] << endl;
-
- fout.close();
--}
-\ No newline at end of file
-+}
More information about the debian-med-commit
mailing list