[med-svn] r6827 - trunk/packages/autodock-vina/trunk/debian/patches

Steffen Möller moeller at alioth.debian.org
Thu May 12 14:23:36 UTC 2011


Author: moeller
Date: 2011-05-12 14:23:30 +0000 (Thu, 12 May 2011)
New Revision: 6827

Added:
   trunk/packages/autodock-vina/trunk/debian/patches/remove_static.patch
Modified:
   trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
   trunk/packages/autodock-vina/trunk/debian/patches/do_not_link_against_unneeded_libs.patch
   trunk/packages/autodock-vina/trunk/debian/patches/series
   trunk/packages/autodock-vina/trunk/debian/patches/top_level_Makefile.patch
Log:
Uploaded version 1.1.2 of autodock-vina


Modified: trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
===================================================================
--- trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch	2011-05-12 11:02:35 UTC (rev 6826)
+++ trunk/packages/autodock-vina/trunk/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch	2011-05-12 14:23:30 UTC (rev 6827)
@@ -1,7 +1,7 @@
 Index: autodock-vina-1.1.2/build/linux/debug/Makefile
 ===================================================================
---- autodock-vina-1.1.2.orig/build/linux/debug/Makefile	2011-05-12 12:12:05.436595114 +0200
-+++ autodock-vina-1.1.2/build/linux/debug/Makefile	2011-05-12 12:12:31.592724707 +0200
+--- autodock-vina-1.1.2.orig/build/linux/debug/Makefile	2011-05-12 13:03:59.108034987 +0200
++++ autodock-vina-1.1.2/build/linux/debug/Makefile	2011-05-12 13:04:34.736211653 +0200
 @@ -1,8 +1,8 @@
 -BASE=/usr/local
 -BOOST_VERSION=1_41
@@ -15,17 +15,3 @@
  C_OPTIONS= -g
  BOOST_LIB_VERSION=
  
-Index: autodock-vina-1.1.2/build/linux/release/Makefile
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ autodock-vina-1.1.2/build/linux/release/Makefile	2011-05-12 12:11:52.008527773 +0200
-@@ -0,0 +1,9 @@
-+BASE=/usr
-+BOOST_VERSION=1_46
-+BOOST_INCLUDE = $(BASE)/include
-+C_PLATFORM= -pthread
-+GPP=g++
-+C_OPTIONS= -O3 -DNDEBUG
-+BOOST_LIB_VERSION=
-+
-+include ../../makefile_common

Modified: trunk/packages/autodock-vina/trunk/debian/patches/do_not_link_against_unneeded_libs.patch
===================================================================
--- trunk/packages/autodock-vina/trunk/debian/patches/do_not_link_against_unneeded_libs.patch	2011-05-12 11:02:35 UTC (rev 6826)
+++ trunk/packages/autodock-vina/trunk/debian/patches/do_not_link_against_unneeded_libs.patch	2011-05-12 14:23:30 UTC (rev 6827)
@@ -2,8 +2,10 @@
 Author: Andreas Tille <tille at debian.org>
 Date: Thu, 24 Feb 2011 08:14:04 +0100
 
---- autodock_vina_1_1_1.orig/build/makefile_common
-+++ autodock_vina_1_1_1/build/makefile_common
+Index: autodock-vina-1.1.2/build/makefile_common
+===================================================================
+--- autodock-vina-1.1.2.orig/build/makefile_common	2011-05-11 22:35:13.000000000 +0200
++++ autodock-vina-1.1.2/build/makefile_common	2011-05-12 13:04:32.960202842 +0200
 @@ -10,7 +10,7 @@
  
  LDFLAGS = -L$(BASE)/lib -L.

Added: trunk/packages/autodock-vina/trunk/debian/patches/remove_static.patch
===================================================================
--- trunk/packages/autodock-vina/trunk/debian/patches/remove_static.patch	                        (rev 0)
+++ trunk/packages/autodock-vina/trunk/debian/patches/remove_static.patch	2011-05-12 14:23:30 UTC (rev 6827)
@@ -0,0 +1,17 @@
+Index: autodock-vina-1.1.2/build/linux/release/Makefile
+===================================================================
+--- autodock-vina-1.1.2.orig/build/linux/release/Makefile	2011-05-12 15:45:29.468086887 +0200
++++ autodock-vina-1.1.2/build/linux/release/Makefile	2011-05-12 15:45:54.876212739 +0200
+@@ -1,8 +1,8 @@
+-BASE=/usr/local
+-BOOST_VERSION=1_41
++BASE=/usr
++BOOST_VERSION=1_46
+ BOOST_INCLUDE = $(BASE)/include
+-C_PLATFORM=-static -pthread
+-GPP=/usr/local/bin/g++
++C_PLATFORM= -pthread
++GPP=g++
+ C_OPTIONS= -O3 -DNDEBUG
+ BOOST_LIB_VERSION=
+ 

Modified: trunk/packages/autodock-vina/trunk/debian/patches/series
===================================================================
--- trunk/packages/autodock-vina/trunk/debian/patches/series	2011-05-12 11:02:35 UTC (rev 6826)
+++ trunk/packages/autodock-vina/trunk/debian/patches/series	2011-05-12 14:23:30 UTC (rev 6827)
@@ -1,3 +1,4 @@
-annoying_static_removed_was_in_for_a_reason_questionmark.patch
+remove_static.patch
 top_level_Makefile.patch
 do_not_link_against_unneeded_libs.patch
+annoying_static_removed_was_in_for_a_reason_questionmark.patch

Modified: trunk/packages/autodock-vina/trunk/debian/patches/top_level_Makefile.patch
===================================================================
--- trunk/packages/autodock-vina/trunk/debian/patches/top_level_Makefile.patch	2011-05-12 11:02:35 UTC (rev 6826)
+++ trunk/packages/autodock-vina/trunk/debian/patches/top_level_Makefile.patch	2011-05-12 14:23:30 UTC (rev 6827)
@@ -1,5 +1,7 @@
---- /dev/null
-+++ autodock_vina_1_1_1/Makefile
+Index: autodock-vina-1.1.2/Makefile
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ autodock-vina-1.1.2/Makefile	2011-05-12 13:04:31.320194711 +0200
 @@ -0,0 +1,3 @@
 +
 +all:




More information about the debian-med-commit mailing list