[med-svn] r5088 - trunk/packages/autodocksuite/trunk/debian/patches
Steffen Möller
moeller at alioth.debian.org
Sun Aug 1 20:30:29 UTC 2010
Author: moeller
Date: 2010-08-01 20:30:25 +0000 (Sun, 01 Aug 2010)
New Revision: 5088
Added:
trunk/packages/autodocksuite/trunk/debian/patches/const_manual_55.patch
Modified:
trunk/packages/autodocksuite/trunk/debian/patches/series
Log:
Yet another series of changes.
Added: trunk/packages/autodocksuite/trunk/debian/patches/const_manual_55.patch
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/patches/const_manual_55.patch (rev 0)
+++ trunk/packages/autodocksuite/trunk/debian/patches/const_manual_55.patch 2010-08-01 20:30:25 UTC (rev 5088)
@@ -0,0 +1,32 @@
+Index: autodocksuite-4.2.3/autodock/sort_enrg.cc
+===================================================================
+--- autodocksuite-4.2.3.orig/autodock/sort_enrg.cc 2010-08-01 22:08:16.000000000 +0200
++++ autodocksuite-4.2.3/autodock/sort_enrg.cc 2010-08-01 22:09:56.000000000 +0200
+@@ -32,9 +32,9 @@
+
+ extern FILE *logFile;
+
+-void sort_enrg( Real econf[MAX_RUNS],
+- int isort[MAX_RUNS],
+- int nconf )
++void sort_enrg( const Real econf[MAX_RUNS],
++ /* not const */ int isort[MAX_RUNS],
++ const int nconf )
+
+ {
+ /*__________________________________________________________________________
+Index: autodocksuite-4.2.3/autodock/sort_enrg.h
+===================================================================
+--- autodocksuite-4.2.3.orig/autodock/sort_enrg.h 2010-08-01 22:08:16.000000000 +0200
++++ autodocksuite-4.2.3/autodock/sort_enrg.h 2010-08-01 22:10:00.000000000 +0200
+@@ -32,7 +32,7 @@
+ #include "constants.h"
+ #include "quicksort.h"
+
+-void sort_enrg( Real econf[MAX_RUNS],
+- int isort[MAX_RUNS],
+- int nconf );
++void sort_enrg( const Real econf[MAX_RUNS],
++ /* not const */ int isort[MAX_RUNS],
++ const int nconf );
+ #endif
Modified: trunk/packages/autodocksuite/trunk/debian/patches/series
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/patches/series 2010-08-01 20:05:12 UTC (rev 5087)
+++ trunk/packages/autodocksuite/trunk/debian/patches/series 2010-08-01 20:30:25 UTC (rev 5088)
@@ -9,3 +9,4 @@
const_manual_30.patch
const_manual_35.patch
const_manual_50.patch
+const_manual_55.patch
More information about the debian-med-commit
mailing list