[med-svn] r7071 - in trunk/packages/mgltools: . autodocktools/trunk/debian bhtree/trunk/debian cmolkit/trunk/debian dejavu/trunk/debian geomutils/trunk/debian geomutils/trunk/debian/patches gle/trunk/debian mglutil/trunk/debian molkit/trunk/debian mslib/trunk/debian networkeditor/trunk/debian opengltk/trunk/debian pmv/trunk/debian pmv/trunk/debian/patches pyautodock/trunk/debian pybabel/trunk/debian pyglf/trunk/debian qslimlib/trunk/debian scenario/trunk/debian scenario2/trunk/debian sff/trunk/debian support/trunk/debian symserv/trunk/debian utpackages/trunk/debian viewerframework/trunk/debian vision/trunk/debian volume/trunk/debian

Steffen Möller moeller at alioth.debian.org
Fri Jun 17 08:54:23 UTC 2011


Author: moeller
Date: 2011-06-17 08:54:23 +0000 (Fri, 17 Jun 2011)
New Revision: 7071

Added:
   trunk/packages/mgltools/pmv/trunk/debian/patches/syntax_fixes.patch
Modified:
   trunk/packages/mgltools/BUILD
   trunk/packages/mgltools/autodocktools/trunk/debian/changelog
   trunk/packages/mgltools/bhtree/trunk/debian/changelog
   trunk/packages/mgltools/cmolkit/trunk/debian/changelog
   trunk/packages/mgltools/dejavu/trunk/debian/changelog
   trunk/packages/mgltools/geomutils/trunk/debian/changelog
   trunk/packages/mgltools/geomutils/trunk/debian/patches/series
   trunk/packages/mgltools/gle/trunk/debian/changelog
   trunk/packages/mgltools/mglutil/trunk/debian/changelog
   trunk/packages/mgltools/molkit/trunk/debian/changelog
   trunk/packages/mgltools/mslib/trunk/debian/changelog
   trunk/packages/mgltools/networkeditor/trunk/debian/changelog
   trunk/packages/mgltools/opengltk/trunk/debian/changelog
   trunk/packages/mgltools/pmv/trunk/debian/changelog
   trunk/packages/mgltools/pmv/trunk/debian/patches/fix_shebangs.patch
   trunk/packages/mgltools/pmv/trunk/debian/patches/fix_string_exceptions.patch
   trunk/packages/mgltools/pmv/trunk/debian/patches/series
   trunk/packages/mgltools/pyautodock/trunk/debian/changelog
   trunk/packages/mgltools/pybabel/trunk/debian/changelog
   trunk/packages/mgltools/pyglf/trunk/debian/changelog
   trunk/packages/mgltools/qslimlib/trunk/debian/changelog
   trunk/packages/mgltools/scenario/trunk/debian/changelog
   trunk/packages/mgltools/scenario2/trunk/debian/changelog
   trunk/packages/mgltools/sff/trunk/debian/changelog
   trunk/packages/mgltools/support/trunk/debian/changelog
   trunk/packages/mgltools/symserv/trunk/debian/changelog
   trunk/packages/mgltools/utpackages/trunk/debian/changelog
   trunk/packages/mgltools/viewerframework/trunk/debian/changelog
   trunk/packages/mgltools/vision/trunk/debian/changelog
   trunk/packages/mgltools/volume/trunk/debian/changelog
Log:
Vision works, Pmv and Autodocktools not, yet.
I am tempted to upload it all nonetheless, and
if it is only because of Vision, just awaiting
your comments.


Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/BUILD	2011-06-17 08:54:23 UTC (rev 7071)
@@ -180,8 +180,8 @@
   d=`pwd`
   for p in  \
     support symserv pybabel pyglf volume utpackages  bhtree sff mglutil geomutils \
-    gle opengltk dejavu molkit viewerframework pmv pyautodock networkeditor \
-    vision autodocktools \
+    gle opengltk dejavu molkit viewerframework pyautodock networkeditor \
+    vision pmv autodocktools \
   ; do
      echo " ----------------------------------------------------------"
      echo "                   $p"
@@ -207,7 +207,13 @@
 	 if [ -d "$d" ]; then cd "$d"; fi
 	 break
      fi
-     if ! sudo dpkg -i $d/build-area/${prefix}${p}_${VERSIONNAME}*.deb; then
+     if   [ "pmv" == "$p" ]; then
+         echo "Circular dependency between Pmv and autodock. Waiting with installation for the latter."
+     elif [ "autodock" == "$p" ]; then
+         echo "Installing autodock and 
+         sudo dpkg -i $d/build-area/autodocktools_${VERSIONNAME}*.deb \
+                      $d/build-area/${prefix}pmv_${VERSIONNAME}*.deb
+     elif ! sudo dpkg -i $d/build-area/${prefix}${p}_${VERSIONNAME}*.deb; then
          echo    "** ERROR ** installation of package '$p' failed."
 	 echo -n "            pwd: " ; pwd
 	 if [ -d "$d" ]; then cd "$d"; fi

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-autodocktools (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+autodocktools (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  * Waiting for Thorsten to review it all ...
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 15 Jun 2011 23:37:57 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:14 +0200
 
 autodocktools (1.5.4.cvs.20100912-3) unstable; urgency=low
 

Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-bhtree (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:15 +0200
+
 mgltools-bhtree (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-cmolkit (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:15 +0200
+
 mgltools-cmolkit (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,10 +1,8 @@
-mgltools-dejavu (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-dejavu (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  
-  Waiting for Thorsten's OK
 
- -- Thorsten<>  Wed, 15 Jun 2011 23:38:00 +0200
+ -- Steffen Moeller <moeller at debian.org>  Sun, 12 Sep 2010 00:20:31 +0200
 
 mgltools-dejavu (1.5.4.cvs.20100912-2) unstable; urgency=low
 

Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-geomutils (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:17 +0200
+
 mgltools-geomutils (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/geomutils/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/patches/series	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/geomutils/trunk/debian/patches/series	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1 +1,2 @@
-strcmp_compilation_error.patch
+# Fixed in 2007, but not in the 1.5.4 branch
+#strcmp_compilation_error.patch

Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-gle (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:18 +0200
+
 mgltools-gle (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-mgltools-mglutil (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-mglutil (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  * Waiting for Thorsten's OK
 
- -- Thorsten <>  Wed, 15 Jun 2011 23:38:02 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:22:38 +0200
 
 mgltools-mglutil (1.5.4.cvs.20100912-2) unstable; urgency=low
 

Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-molkit (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:19 +0200
+
 mgltools-molkit (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-mslib (1.5.6~rc1+cvs.20110617-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:20 +0200
+
 mgltools-mslib (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-networkeditor (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:21 +0200
+
 mgltools-networkeditor (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-mgltools-opengltk (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-opengltk (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  * Waiting for Thorsten's OK
 
- -- Thorsten <>  Wed, 15 Jun 2011 23:38:05 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:22 +0200
 
 mgltools-opengltk (1.5.4.cvs.20100912-2) unstable; urgency=low
 

Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-pmv (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:23 +0200
+
 mgltools-pmv (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/fix_shebangs.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/fix_shebangs.patch	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/fix_shebangs.patch	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,20 +1,20 @@
 Description: drop hardcoded python2.4 dependency
 Author: Piotr Ożarowski <piotr at debian.org>
 Last-Update: 2010-08-20
-Index: Pmv-1.5.6~cvs.20100820/Pmv/bin/pmv
+Index: mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/bin/pmv
 ===================================================================
---- Pmv-1.5.6~cvs.20100820.orig/Pmv/bin/pmv	2007-10-29 22:26:57.000000000 +0100
-+++ Pmv-1.5.6~cvs.20100820/Pmv/bin/pmv	2010-08-20 00:48:04.011121980 +0200
+--- mgltools-pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/bin/pmv	2007-10-29 22:26:57.000000000 +0100
++++ mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/bin/pmv	2011-06-17 09:28:33.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python2.5
 +#!/usr/bin/env python
  #
  # $Header: /opt/cvs/python/packages/share1.5/Pmv/bin/pmv,v 1.12 2007/10/29 21:26:57 vareille Exp $
  # $Id: pmv,v 1.12 2007/10/29 21:26:57 vareille Exp $
-Index: Pmv-1.5.6~cvs.20100820/setup.py
+Index: mgltools-pmv-1.5.6~rc1+cvs.20110617/setup.py
 ===================================================================
---- Pmv-1.5.6~cvs.20100820.orig/setup.py	2010-06-11 19:25:40.000000000 +0200
-+++ Pmv-1.5.6~cvs.20100820/setup.py	2010-08-20 00:48:04.011121980 +0200
+--- mgltools-pmv-1.5.6~rc1+cvs.20110617.orig/setup.py	2010-09-13 21:51:56.000000000 +0200
++++ mgltools-pmv-1.5.6~rc1+cvs.20110617/setup.py	2011-06-17 09:28:33.000000000 +0200
 @@ -43,7 +43,7 @@
              forig = open(script+".py", "r")
              txt = forig.readlines()

Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/fix_string_exceptions.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/fix_string_exceptions.patch	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/fix_string_exceptions.patch	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,12 +1,12 @@
 Description: 'raise exception()' instead of 'raise'
 Author: Piotr Ożarowski <piotr at debian.org>
 Last-Update: 2010-09-12
-Index: mgltools-pmv-1.5.6~rc1+cvs.20110615/Pmv/amberCommands.py
+Index: mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/amberCommands.py
 ===================================================================
---- mgltools-pmv-1.5.6~rc1+cvs.20110615.orig/Pmv/amberCommands.py	2011-06-16 00:06:20.166135668 +0200
-+++ mgltools-pmv-1.5.6~rc1+cvs.20110615/Pmv/amberCommands.py	2011-06-16 22:00:48.473279633 +0200
-@@ -1244,7 +1244,7 @@
-         print 'in updateLabels'
+--- mgltools-pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/amberCommands.py	2011-06-17 09:31:16.833766027 +0200
++++ mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/amberCommands.py	2011-06-17 09:31:34.941855832 +0200
+@@ -1257,7 +1257,7 @@
+         #print 'in updateLabels'
          if numConstr==None:
              print 'skipping update to None'
 -            raise 'abc'

Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/series	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/series	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,4 @@
 fix_shebangs.patch
 fix_string_exceptions.patch
 #blenderPmvClientGUI.patch
+syntax_fixes.patch

Added: trunk/packages/mgltools/pmv/trunk/debian/patches/syntax_fixes.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/syntax_fixes.patch	                        (rev 0)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/syntax_fixes.patch	2011-06-17 08:54:23 UTC (rev 7071)
@@ -0,0 +1,61 @@
+Index: mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/cinema4d/plugin/epmv_c4d_plugin.py
+===================================================================
+--- mgltools-pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/hostappInterface/cinema4d/plugin/epmv_c4d_plugin.py	2011-06-17 10:32:52.196090334 +0200
++++ mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/cinema4d/plugin/epmv_c4d_plugin.py	2011-06-17 10:32:59.448126295 +0200
+@@ -38,7 +38,7 @@
+ # ***** END GPL LICENCE BLOCK ***** 
+ # -------------------------------------------------------------------------- 
+     
+-MGL_ROOT=
++MGL_ROOT=""
+ 
+ #TODO:
+ #make the pyrosetta extension
+Index: mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/styles/sessionToStyle.py
+===================================================================
+--- mgltools-pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/styles/sessionToStyle.py	2011-06-17 10:33:27.832267045 +0200
++++ mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/styles/sessionToStyle.py	2011-06-17 10:41:49.390754143 +0200
+@@ -14,8 +14,7 @@
+ f = open(name+'_style.py', 'w')
+ f.write("numberOfMolecules = 1\n\n")
+ 
+-f.write("__doc__ = """Style_01: Applies to X molecules. It displays ..
+-"""\n")
++f.write("__doc__ = ""Style_01: Applies to X molecules. It displays ..  ""\n")
+ 
+ f.write("def applyStyle(mv, molName):\n")
+ f.write("    mode='both'\n")
+Index: mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/cinema4d/test/energy_test.py
+===================================================================
+--- mgltools-pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/hostappInterface/cinema4d/test/energy_test.py	2011-06-17 10:37:54.329588540 +0200
++++ mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/cinema4d/test/energy_test.py	2011-06-17 10:40:54.950484186 +0200
+@@ -56,7 +56,8 @@
+ #call md_Amber94 command
+ #c('mdtest5', 349, callback=1, filename='0', log=0, callback_freq=10)
+ import thread
+-thread.start_new(c,('mdtest5', 349, callback=1, filename='0', log=0, callback_freq=10))
++#thread.start_new(c,('mdtest5', 349, callback=1, filename='0', log=0, callback_freq=10))
++c('mdtest5', 349, callback=1, filename='0', log=0, callback_freq=10)
+ thr = MyThread()#c,'mdtest5', 349, callback=1, filename='0', log=0, callback_freq=10)
+ thr.start(back=True)
+ #do some other operations here
+@@ -101,4 +102,4 @@
+ 
+ 
+ # Show animation of the first non-trivial mode 
+-view(modes[6])
+\ No newline at end of file
++view(modes[6])
+Index: mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/blender/plugin/blenderPmvClientGUI.py
+===================================================================
+--- mgltools-pmv-1.5.6~rc1+cvs.20110617.orig/Pmv/hostappInterface/blender/plugin/blenderPmvClientGUI.py	2011-06-17 10:42:22.266917169 +0200
++++ mgltools-pmv-1.5.6~rc1+cvs.20110617/Pmv/hostappInterface/blender/plugin/blenderPmvClientGUI.py	2011-06-17 10:43:09.815152945 +0200
+@@ -46,7 +46,7 @@
+ import math
+ import sys
+ 
+-MGL_ROOT=   #'/Library/MGLTools/1.5.6.csv'
++MGL_ROOT= "/usr"
+ sys.path[0]=(MGL_ROOT+'/lib/python2.5/site-packages')
+ sys.path.append(MGL_ROOT+'/lib/python2.5/site-packages/PIL')
+ sys.path.append(MGL_ROOT+'/MGLToolsPckgs')

Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-pyautodock (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:23 +0200
+
 mgltools-pyautodock (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-pybabel (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:24 +0200
+
 mgltools-pybabel (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-pyglf (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:25 +0200
+
 mgltools-pyglf (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-mgltools-qslimlib (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-qslimlib (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  * Waiting for Thorsten's OK, need to think about license
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 15 Jun 2011 23:38:09 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:26 +0200
 
 mgltools-qslimlib (1.5.4.cvs.20100912-1) unstable; urgency=low
 

Modified: trunk/packages/mgltools/scenario/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/scenario/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-scenario (1.5.6~rc1+cvs.20110617-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:27 +0200
+
 mgltools-scenario (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/scenario2/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario2/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/scenario2/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-mgltools-scenario2 (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-scenario2 (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  * Waiting for Thorsten's OK
 
- -- Thorsten <>  Wed, 15 Jun 2011 23:38:10 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:26 +0200
 
 mgltools-scenario2 (1.5.4.cvs.20100912-1) unstable; urgency=low
 

Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-mgltools-sff (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-sff (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  * Waiting for Thorsten's OK
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 15 Jun 2011 23:38:12 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:28 +0200
 
 mgltools-sff (1.5.4.cvs.20100912-2) unstable; urgency=low
 

Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/support/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-support (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:29 +0200
+
 mgltools-support (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-symserv (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:30 +0200
+
 mgltools-symserv (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-mgltools-utpackages (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-utpackages (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
   * New upstream version.
-  * Waiting for Thorsten's OK
 
- -- Thorsten <>  Wed, 15 Jun 2011 23:38:14 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:30 +0200
 
 mgltools-utpackages (1.5.4.cvs.20100912-2) unstable; urgency=low
 

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,9 +1,8 @@
-mgltools-viewerframework (1.5.6~rc1+cvs.20110615-1) UNRELEASED; urgency=low
+mgltools-viewerframework (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
 
-  * New upstream version
-  * Steffen needs to fix the patch
+  * New upstream version.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 16 Jun 2011 21:23:09 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:31 +0200
 
 mgltools-viewerframework (1.5.4.cvs.20100912-2) unstable; urgency=low
 

Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-vision (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:32 +0200
+
 mgltools-vision (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog	2011-06-17 08:36:14 UTC (rev 7070)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog	2011-06-17 08:54:23 UTC (rev 7071)
@@ -1,3 +1,9 @@
+mgltools-volume (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 17 Jun 2011 01:20:33 +0200
+
 mgltools-volume (1.5.6~rc1+cvs.20110615-1) unstable; urgency=low
 
   * New upstream version.




More information about the debian-med-commit mailing list