[med-svn] r5168 - in trunk/packages/mgltools: . autodocktools/trunk/debian bhtree/trunk/debian cmolkit/trunk/debian dejavu/trunk/debian geomutils/trunk/debian 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 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 Aug 20 00:02:18 UTC 2010


Author: moeller
Date: 2010-08-20 00:02:06 +0000 (Fri, 20 Aug 2010)
New Revision: 5168

Added:
   trunk/packages/mgltools/pmv/trunk/debian/patches/blenderPmvClientGUI.patch
   trunk/packages/mgltools/scenario2/
   trunk/packages/mgltools/scenario2/trunk/debian/control
Removed:
   trunk/packages/mgltools/geomutils/trunk/debian/patches/
   trunk/packages/mgltools/scenario2/tags/
   trunk/packages/mgltools/scenario2/trunk/debian/control
Modified:
   trunk/packages/mgltools/BUILD
   trunk/packages/mgltools/autodocktools/trunk/debian/changelog
   trunk/packages/mgltools/autodocktools/trunk/debian/control
   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/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/scenario2/trunk/debian/compat
   trunk/packages/mgltools/scenario2/trunk/debian/copyright
   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:
Update of packaging for mgltools - build works, some rough corners, still for DFSG compatibility.


Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/BUILD	2010-08-20 00:02:06 UTC (rev 5168)
@@ -162,13 +162,16 @@
 without broken dependencies. The installation is not required for the
 building, though. Try the following:
 
-  #scenario 
-  if [ -d build-area ]; then rm -r build-area; fi
+  #no longer referenced: scenario 
+  if [ -d build-area ]; then 
+	echo "Sleeping 5 seconds, then deleting previous builds. You were warned."
+	sleep 5
+	rm -r build-area; fi
   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 \
+    vision scenario2 autodocktools \
   ; do
      echo " ----------------------------------------------------------"
      echo "                   $p"

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+autodocktools (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:16 +0200
+
 autodocktools (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * Documented informations in ‘debian/upstream-metadata.yaml’.

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/control	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/control	2010-08-20 00:02:06 UTC (rev 5168)
@@ -15,7 +15,7 @@
 Package: autodocktools
 XB-Python-Version: ${python:Versions}
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-pmv, mgltools-molkit, mgltools-volume, mgltools-support, python-imaging-tk, mgltools-viewerframework
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-pmv, mgltools-molkit, mgltools-volume, mgltools-support, python-imaging-tk, mgltools-viewerframework, mgltools-scenario2
 Recommends: mgltools-pyautodock, mgltools-utpackages
 Suggests: autodock
 Description: GUI to help set up, launch and analyze AutoDock dockings

Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-bhtree (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:17 +0200
+
 mgltools-bhtree (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-cmolkit (1.5.6~cvs.20100816-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:18 +0200
+
 mgltools-cmolkit (1.5.4.cvs.20090603-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-dejavu (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:19 +0200
+
 mgltools-dejavu (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-geomutils (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:21 +0200
+
 mgltools-geomutils (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-gle (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:21 +0200
+
 mgltools-gle (1.5.4.cvs.20090603-1.2) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-mglutil (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:23 +0200
+
 mgltools-mglutil (1.5.4.cvs.20090603-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-molkit (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:24 +0200
+
 mgltools-molkit (1.5.4.cvs.20090603-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-mslib (1.5.6~cvs.20100816-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:25 +0200
+
 mgltools-mslib (1.5.4.cvs.20090603-1) UNRELEASED; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-networkeditor (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:26 +0200
+
 mgltools-networkeditor (1.5.4.cvs.20090603-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-opengltk (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:27 +0200
+
 mgltools-opengltk (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,5 +1,12 @@
-mgltools-pmv (1.5.4.cvs.20090603-2) UNSTABLE; urgency=low
+mgltools-pmv (1.5.6~cvs.20100816-1) unstable; urgency=low
 
+  * New upstream version.
+  * Refreshed patches
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:28 +0200
+
+mgltools-pmv (1.5.4.cvs.20090603-2) unstable; urgency=low
+
   * debian/control:
     - Enhances: autodocktools
     - debhelper 7

Added: trunk/packages/mgltools/pmv/trunk/debian/patches/blenderPmvClientGUI.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/blenderPmvClientGUI.patch	                        (rev 0)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/blenderPmvClientGUI.patch	2010-08-20 00:02:06 UTC (rev 5168)
@@ -0,0 +1,13 @@
+Index: Pmv-1.5.6~cvs.20100820/Pmv/hostappInterface/blender/plugin/blenderPmvClientGUI.py
+===================================================================
+--- Pmv-1.5.6~cvs.20100820.orig/Pmv/hostappInterface/blender/plugin/blenderPmvClientGUI.py	2010-08-19 23:01:03.000000000 +0200
++++ Pmv-1.5.6~cvs.20100820/Pmv/hostappInterface/blender/plugin/blenderPmvClientGUI.py	2010-08-20 00:48:04.071145465 +0200
+@@ -46,7 +46,7 @@
+ import math
+ import sys
+ 
+-MGL_ROOT=   #'/Library/MGLTools/1.5.6.csv'
++MGL_ROOT="/usr"  #'/Library/MGLTools/1.5.6.csv'
+ 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/pmv/trunk/debian/patches/fix_shebangs.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/fix_shebangs.patch	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/fix_shebangs.patch	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,18 +1,18 @@
-Index: mgltools-pmv-1.5.4.cvs.20090603/Pmv/bin/pmv
+Index: Pmv-1.5.6~cvs.20100820/Pmv/bin/pmv
 ===================================================================
---- mgltools-pmv-1.5.4.cvs.20090603.orig/Pmv/bin/pmv
-+++ mgltools-pmv-1.5.4.cvs.20090603/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
 @@ -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: mgltools-pmv-1.5.4.cvs.20090603/setup.py
+Index: Pmv-1.5.6~cvs.20100820/setup.py
 ===================================================================
---- mgltools-pmv-1.5.4.cvs.20090603.orig/setup.py
-+++ mgltools-pmv-1.5.4.cvs.20090603/setup.py
-@@ -43,7 +43,7 @@ class modified_build_scripts(build_scrip
+--- 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
+@@ -43,7 +43,7 @@
              forig = open(script+".py", "r")
              txt = forig.readlines()
              forig.close()

Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/fix_string_exceptions.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/fix_string_exceptions.patch	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/fix_string_exceptions.patch	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,9 +1,9 @@
-Index: mgltools-pmv-1.5.4.cvs.20090603/Pmv/amberCommands.py
+Index: Pmv-1.5.6~cvs.20100820/Pmv/amberCommands.py
 ===================================================================
---- mgltools-pmv-1.5.4.cvs.20090603.orig/Pmv/amberCommands.py
-+++ mgltools-pmv-1.5.4.cvs.20090603/Pmv/amberCommands.py
-@@ -1244,7 +1244,7 @@ class ConstrainAtomsAmber94(MVCommand):
-         print 'in updateLabels'
+--- Pmv-1.5.6~cvs.20100820.orig/Pmv/amberCommands.py	2009-11-10 00:43:29.000000000 +0100
++++ Pmv-1.5.6~cvs.20100820/Pmv/amberCommands.py	2010-08-20 00:48:04.043133034 +0200
+@@ -1257,7 +1257,7 @@
+         #print 'in updateLabels'
          if numConstr==None:
              print 'skipping update to None'
 -            raise 'abc'
@@ -11,7 +11,7 @@
              return
          cstr = 'Currently ' + str(numConstr) + ' constrained Atoms'
          for c in [self.vf.minimize_Amber94, self.vf.md_Amber94, self]:
-@@ -2754,7 +2754,7 @@ class FixAmberResNamesAndOrderAtomsComma
+@@ -2772,7 +2772,7 @@
          else:
              msg = res.name + ' has extra atoms '
              #self.warningMsg(msg)

Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/series	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/series	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,2 +1,3 @@
 fix_shebangs.patch
 fix_string_exceptions.patch
+blenderPmvClientGUI.patch

Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-pyautodock (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:29 +0200
+
 mgltools-pyautodock (1.5.4.cvs.20090603-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-pybabel (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:30 +0200
+
 mgltools-pybabel (1.5.4.cvs.20090603-1.2) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-pyglf (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:31 +0200
+
 mgltools-pyglf (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-qslimlib (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:32 +0200
+
 mgltools-qslimlib (1.5.4.cvs.20090603-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/scenario/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/scenario/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-scenario (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:33 +0200
+
 mgltools-scenario (1.5.4.cvs.20090603-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/scenario2/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/changelog	2010-08-18 13:44:23 UTC (rev 5141)
+++ trunk/packages/mgltools/scenario2/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,42 +1,5 @@
-mgltools-scenario (1.5.4.cvs.20090603-1) unstable; urgency=low
+mgltools-scenario2 (1.5.6~cvs.20100816-1) unstable; urgency=low
 
-  * New upstream version.
+  * Initial upload.
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 03 Jun 2009 11:48:24 +0200
-
-mgltools-scenario (1.5.4.cvs.20090528-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Sat, 16 May 2009 00:51:30 +0200
-
-mgltools-scenario (1.5.4.cvs.20090514-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:43 +0200
-
-mgltools-scenario (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low
-
-  * Change build-dep on python2.5-dev to python-all-dev and XS-Python-Versions
-    to >= 2.5 to build for 2.5 and 2.6 (for Python 2.6 transition)
-
- -- Scott Kitterman <scott at kitterman.com>  Fri, 03 Apr 2009 12:02:57 -0400
-
-mgltools-scenario (1.5.4.cvs.20081126-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 26 Nov 2008 14:43:18 +0100
-
-mgltools-scenario (1.5.2.cvs.20081109-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Sun, 09 Nov 2008 15:02:39 +0100
-
-mgltools-scenario (1.5.2.cvs.20080731-1) unstable; urgency=low
-
-  * Initial release, contributes to closing ITP #458811.
-
- -- Steffen Moeller <moeller at debian.org>  Thu, 31 Jul 2008 22:00:04 +0200
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:33 +0200

Modified: trunk/packages/mgltools/scenario2/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/compat	2010-08-18 13:44:23 UTC (rev 5141)
+++ trunk/packages/mgltools/scenario2/trunk/debian/compat	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1 +1 @@
-5
+7

Deleted: trunk/packages/mgltools/scenario2/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/control	2010-08-18 13:44:23 UTC (rev 5141)
+++ trunk/packages/mgltools/scenario2/trunk/debian/control	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,26 +0,0 @@
-Source: mgltools-scenario
-Section: non-free/science
-Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-XS-Autobuild: yes
-Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python-all-dev (>= 2.5)
-Standards-Version: 3.8.1
-XS-Python-Version: >= 2.5
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/scenario/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/scenario/trunk/
-Homepage: http://mgltools.scripps.edu/
-
-Package: mgltools-scenario
-XB-Python-Version: ${python:Versions}
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-simpy
-Description: Python-based viewer of molecular structures
- This package is part of the mgltools set of Python libraries which
- provide an infrastructure for the analysis of protein structures and
- their docking of chemical compounds.
- .
- It provides functionality for modifying Python objects over the course
- of time according to a scenario.  A scenario is defined as a set of
- events taking place at specific times.

Copied: trunk/packages/mgltools/scenario2/trunk/debian/control (from rev 5166, trunk/packages/mgltools/scenario/trunk/debian/control)
===================================================================
--- trunk/packages/mgltools/scenario2/trunk/debian/control	                        (rev 0)
+++ trunk/packages/mgltools/scenario2/trunk/debian/control	2010-08-20 00:02:06 UTC (rev 5168)
@@ -0,0 +1,26 @@
+Source: mgltools-scenario2
+Section: non-free/science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+XS-Autobuild: yes
+Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python-all-dev (>= 2.5)
+Standards-: 3.9.1.0
+XS-Python-Version: >= 2.5
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/scenario/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/scenario/trunk/
+Homepage: http://mgltools.scripps.edu/
+
+Package: mgltools-scenario2
+XB-Python-Version: ${python:Versions}
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-simpy
+Description: Python-based viewer of molecular structures
+ This package is part of the mgltools set of Python libraries which
+ provide an infrastructure for the analysis of protein structures and
+ their docking of chemical compounds.
+ .
+ It provides functionality for modifying Python objects over the course
+ of time according to a scenario.  A scenario is defined as a set of
+ events taking place at specific times.

Modified: trunk/packages/mgltools/scenario2/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/copyright	2010-08-18 13:44:23 UTC (rev 5141)
+++ trunk/packages/mgltools/scenario2/trunk/debian/copyright	2010-08-20 00:02:06 UTC (rev 5168)
@@ -22,7 +22,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    Copyright 2004-2007 Michael Sanner <sanner at scripps.edu>
+    Copyright 2004-2009 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-sff (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:35 +0200
+
 mgltools-sff (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/support/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-support (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:36 +0200
+
 mgltools-support (1.5.4.cvs.20090603-1.2) UNRELEASED; urgency=low
 
   * Replace "python2.5-dev" build dependency with "python"

Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-symserv (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:38 +0200
+
 mgltools-symserv (1.5.4.cvs.20090603-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-utpackages (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:40 +0200
+
 mgltools-utpackages (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   [ Andreas Tille ]

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-viewerframework (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:42 +0200
+
 mgltools-viewerframework (1.5.4.cvs.20090603-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-vision (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:43 +0200
+
 mgltools-vision (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog	2010-08-19 23:23:19 UTC (rev 5167)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog	2010-08-20 00:02:06 UTC (rev 5168)
@@ -1,3 +1,9 @@
+mgltools-volume (1.5.6~cvs.20100816-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Mon, 16 Aug 2010 01:05:45 +0200
+
 mgltools-volume (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
 
   * debian/control:




More information about the debian-med-commit mailing list