[med-svn] r1639 - in trunk/packages/autodocksuite/trunk/debian: . patches

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Wed Mar 19 08:40:02 UTC 2008


Author: smoe-guest
Date: 2008-03-19 08:40:01 +0000 (Wed, 19 Mar 2008)
New Revision: 1639

Added:
   trunk/packages/autodocksuite/trunk/debian/patches/gcc43-compatibility.patch
Removed:
   trunk/packages/autodocksuite/trunk/debian/patches/build-with_gcc43.patch
Modified:
   trunk/packages/autodocksuite/trunk/debian/changelog
   trunk/packages/autodocksuite/trunk/debian/control
   trunk/packages/autodocksuite/trunk/debian/patches/series
Log:
This package will never make it into testing ;o/



Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog	2008-03-19 04:16:00 UTC (rev 1638)
+++ trunk/packages/autodocksuite/trunk/debian/changelog	2008-03-19 08:40:01 UTC (rev 1639)
@@ -1,11 +1,19 @@
-autodocksuite (4.0.1-3) UNRELEASED; urgency=low
+autodocksuite (4.0.1-3) unstable; urgency=low
 
+  [Charles]
+
   * debian/patches/build-with_gcc43.patch: adds #include <cstdlib>
-    to src/autogrid/check_size.cpp and autogrid-4.0.0/check_size.cpp.
+    to src/autogrid/check_size.cpp.
     (Thanks to Kumar Appaiah, Closes: #470972).
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Wed, 19 Mar 2008 09:39:12 +0900
+  [Steffen]
 
+  * removed redundancy from the patch
+  * added Charles to Uploaders
+  * allowed DM-upload
+
+ -- Steffen Moeller <moeller at debian.org>  Wed, 19 Mar 2008 09:37:58 +0100
+
 autodocksuite (4.0.1-2) unstable; urgency=low
 
   * Removed popularity-contest from suggests (Closes: #470406).

Modified: trunk/packages/autodocksuite/trunk/debian/control
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/control	2008-03-19 04:16:00 UTC (rev 1638)
+++ trunk/packages/autodocksuite/trunk/debian/control	2008-03-19 08:40:01 UTC (rev 1639)
@@ -2,11 +2,12 @@
 Section: science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <charles-debian-nospam at plessy.org>
 Build-Depends: debhelper (>= 5), quilt
 Standards-Version: 3.7.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/autodocksuite/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/autodocksuite/trunk/
+DM-Upload-Allowed: yes
 Homepage: http://autodock.scripps.edu/
 
 Package: autodock

Deleted: trunk/packages/autodocksuite/trunk/debian/patches/build-with_gcc43.patch
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/patches/build-with_gcc43.patch	2008-03-19 04:16:00 UTC (rev 1638)
+++ trunk/packages/autodocksuite/trunk/debian/patches/build-with_gcc43.patch	2008-03-19 08:40:01 UTC (rev 1639)
@@ -1,22 +0,0 @@
-diff -Nru --exclude changelog autodocksuite-4.0.1/src/autogrid/check_size.cpp autodocksuite-4.0.1/src/autogrid/check_size.cpp
---- autodocksuite-4.0.1/src/autogrid/check_size.cpp	2007-05-04 02:16:06.000000000 +0530
-+++ autodocksuite-4.0.1/src/autogrid/check_size.cpp	2008-03-18 23:30:21.000000000 +0530
-@@ -27,6 +27,7 @@
- 
- #include <iostream>
- #include <math.h>
-+#include <cstdlib>
- #include "autogrid.h"
- 
- 
-diff -Nru --exclude changelog /tmp/v2JsfA1dYe/autodocksuite-4.0.1/src/autogrid-4.0.0/check_size.cpp /tmp/6tQzm4P75w/autodocksuite-4.0.1/src/autogrid-4.0.0/check_size.cpp
---- autodocksuite-4.0.1/src/autogrid-4.0.0/check_size.cpp	2007-05-04 02:16:06.000000000 +0530
-+++ autodocksuite-4.0.1/src/autogrid-4.0.0/check_size.cpp	2008-03-18 23:30:21.000000000 +0530
-@@ -27,6 +27,7 @@
- 
- #include <iostream>
- #include <math.h>
-+#include <cstdlib>
- #include "autogrid.h"
- 
- 

Added: trunk/packages/autodocksuite/trunk/debian/patches/gcc43-compatibility.patch
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/patches/gcc43-compatibility.patch	                        (rev 0)
+++ trunk/packages/autodocksuite/trunk/debian/patches/gcc43-compatibility.patch	2008-03-19 08:40:01 UTC (rev 1639)
@@ -0,0 +1,12 @@
+Index: autodocksuite-4.0.1/src/autogrid/check_size.cpp
+===================================================================
+--- autodocksuite-4.0.1.orig/src/autogrid/check_size.cpp	2008-03-19 09:26:38.000000000 +0100
++++ autodocksuite-4.0.1/src/autogrid/check_size.cpp	2008-03-19 09:28:17.000000000 +0100
+@@ -27,6 +27,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ #include "autogrid.h"
+ 
+ 

Modified: trunk/packages/autodocksuite/trunk/debian/patches/series
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/patches/series	2008-03-19 04:16:00 UTC (rev 1638)
+++ trunk/packages/autodocksuite/trunk/debian/patches/series	2008-03-19 08:40:01 UTC (rev 1639)
@@ -1,2 +1,2 @@
 addHelp.patch
-build-with_gcc43.patch
+gcc43-compatibility.patch




More information about the debian-med-commit mailing list