[med-svn] r9088 - in trunk/packages/mgltools: . autodocktools/trunk/debian autodocktools/trunk/debian/patches bhtree/trunk/debian cadd/trunk/debian cadd/trunk/debian/patches 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/trunk/debian sff/trunk/debian support/trunk/debian symserv/trunk/debian utpackages/trunk/debian viewerframework/trunk/debian vision/trunk/debian visionlibraries/trunk/debian volume/trunk/debian webservices/trunk/debian

Steffen Möller moeller at alioth.debian.org
Fri Dec 23 21:00:37 UTC 2011


Author: moeller
Date: 2011-12-23 21:00:37 +0000 (Fri, 23 Dec 2011)
New Revision: 9088

Added:
   trunk/packages/mgltools/pmv/trunk/debian/patches/indentiationStylesCommands.patch
Modified:
   trunk/packages/mgltools/BUILD
   trunk/packages/mgltools/autodocktools/trunk/debian/changelog
   trunk/packages/mgltools/autodocktools/trunk/debian/patches/series
   trunk/packages/mgltools/bhtree/trunk/debian/changelog
   trunk/packages/mgltools/cadd/trunk/debian/changelog
   trunk/packages/mgltools/cadd/trunk/debian/patches/series
   trunk/packages/mgltools/cadd/trunk/debian/rules
   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/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/viewerframework/trunk/debian/control
   trunk/packages/mgltools/vision/trunk/debian/changelog
   trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
   trunk/packages/mgltools/volume/trunk/debian/changelog
   trunk/packages/mgltools/webservices/trunk/debian/changelog
Log:
Xmas update of the mgltools packages.


Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/BUILD	2011-12-23 21:00:37 UTC (rev 9088)
@@ -137,7 +137,7 @@
 	cd ..
   fi
   if [ ! -d tarballs ]; then 
-	echo "Expected folder 'tarballs' in current directory."
+    echo "Expected folder 'tarballs' in current directory."
   else 
     if [ -z "$VERSIONNAME" ]; then
       echo "Please specify the new version first."
@@ -164,7 +164,9 @@
 
 Preparing for some packages needed to fulfil runtime dependencies
 
-  sudo apt-get install python-zsi qhull-bin libqhull5 python-pmw python-tk blt python-all freeglut3-dev python-all-dev libglu1-mesa-dev tk-dev
+  sudo apt-get install python-zsi qhull-bin libqhull5 python-pmw python-tk \
+                       blt python-all freeglut3-dev python-all-dev \
+		       libglu1-mesa-dev tk-dev swig python-simpy
 
 Now, there is a build-order to get all the packages built and installed
 without broken dependencies. The installation is not required for the
@@ -183,7 +185,7 @@
   for p in  \
     support symserv pybabel pyglf volume utpackages bhtree sff mglutil geomutils \
     gle opengltk dejavu molkit viewerframework pyautodock networkeditor \
-    vision scenario2 pmv autodocktools visionlibraries webservices \
+    vision scenario2 pmv autodocktools visionlibraries webservices cadd \
   ; do
      echo " ----------------------------------------------------------"
      echo "                   $p"
@@ -229,11 +231,9 @@
   #  cmolkit \  -- which should come as GPL
   #  qslimlib \
   # Unclear:
-  #  CADD
   #  stride
 
 
-
 The relative path of the build-area may differ on your system. It can
 be set in .svn/deb-layout as buildArea=../../build-area
 

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,10 @@
+autodocktools (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+  * Indentiation error was adopted by upstream, uncommented patch
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:07 +0100
+
 autodocktools (1.5.6~rc2+cvs.20110926-2) UNRELEASED; urgency=low
 
   * Fixed VCS fields in debian/control and debian/README.source

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/patches/series	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/patches/series	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,2 +1,4 @@
 fix_python_path.patch
-indentiationError.patch
+
+# Adopted by upstream
+#indentiationError.patch

Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-bhtree (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:07 +0100
+
 mgltools-bhtree (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/cadd/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/cadd/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,11 @@
+mgltools-cadd (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+  * Reduction of modifications in original source tree with extension of
+    already existing override_dh_install.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:08 +0100
+
 mgltools-cadd (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/cadd/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/patches/series	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/cadd/trunk/debian/patches/series	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,2 +1,4 @@
-fix_shebangs.patch
+# well meant, but problematic because of symbolic links
+#fix_shebangs.patch
+
 remove_ksh.patch

Modified: trunk/packages/mgltools/cadd/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/rules	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/cadd/trunk/debian/rules	2011-12-23 21:00:37 UTC (rev 9088)
@@ -13,10 +13,10 @@
 	dh $@ --with python2
 
 override_dh_install:
-	find . -name runCADD -exec cat {} \;
 	dh_install
-	find . -name runCADD -exec chmod 755 {} \;
-	find . -name *.prm -o -name *.res | xargs -r chmod -x
+	find $(CURDIR)/debian/mgltools-cadd/usr/bin -type f | xargs -r sed -i '1s%.*#!.*%#!/usr/bin%'
+	find $(CURDIR)/debian/mgltools-cadd/usr/bin -type f | xargs -r chmod 755
+	find $(CURDIR)/debian/mgltools-cadd -name *.prm -o -name *.res | xargs -r chmod -x
 
 get-orig-source:
 	./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)

Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-cmolkit (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:08 +0100
+
 mgltools-cmolkit (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-dejavu (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:08 +0100
+
 mgltools-dejavu (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version (lp: #500453).

Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-geomutils (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:08 +0100
+
 mgltools-geomutils (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-gle (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:09 +0100
+
 mgltools-gle (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-mglutil (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:09 +0100
+
 mgltools-mglutil (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-molkit (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:09 +0100
+
 mgltools-molkit (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version (lp: #651832).

Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-mslib (1.5.6~rc2+cvs.20111222-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:09 +0100
+
 mgltools-mslib (1.5.6~rc2+cvs.20110926-1) UNRELEASED; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-networkeditor (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:09 +0100
+
 mgltools-networkeditor (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-opengltk (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:10 +0100
+
 mgltools-opengltk (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,11 @@
+mgltools-pmv (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+  * Removed patch on file no longer shipping.
+  * Changed runtime dependency idle (from idle|idle-python2.6)
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:10 +0100
+
 mgltools-pmv (1.5.6~rc2+cvs.20110926-2) unstable; urgency=low
 
   * Fixed VCS fields in debian/control and debian/README.source

Added: trunk/packages/mgltools/pmv/trunk/debian/patches/indentiationStylesCommands.patch
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/indentiationStylesCommands.patch	                        (rev 0)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/indentiationStylesCommands.patch	2011-12-23 21:00:37 UTC (rev 9088)
@@ -0,0 +1,13 @@
+Index: Pmv-1.5.6~rc2+cvs.20111222/Pmv/stylesCommands.py
+===================================================================
+--- Pmv-1.5.6~rc2+cvs.20111222.orig/Pmv/stylesCommands.py	2011-10-01 01:36:21.000000000 +0200
++++ Pmv-1.5.6~rc2+cvs.20111222/Pmv/stylesCommands.py	2011-12-23 21:57:47.000000000 +0100
+@@ -51,7 +51,7 @@
+ ##         self.vf.undo.addEntry((undoCmd), (name))
+         
+     
+-     def setupUndo(self, name):
++    def setupUndo(self, name):
+         oldRendering = getRendering(self.vf.GUI.VIEWER)
+         self.undoRenderingStack.append(oldRendering)
+         self.vf.NEWundo.addUndoCall( ([(self.undo, (),{})], name))

Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/patches/series	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/pmv/trunk/debian/patches/series	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,5 +1,9 @@
 deversioningPython.patch
 #fix_shebangs.patch
-fix_string_exceptions.patch
+
+# no longer shipping
+#fix_string_exceptions.patch
+
 #blenderPmvClientGUI.patch
 syntax_fixes.patch
+indentiationStylesCommands.patch

Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-pyautodock (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:10 +0100
+
 mgltools-pyautodock (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version (lp: #674564).

Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-pybabel (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:10 +0100
+
 mgltools-pybabel (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-pyglf (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:11 +0100
+
 mgltools-pyglf (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-qslimlib (1.5.6~rc2+cvs.20111222-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:11 +0100
+
 mgltools-qslimlib (1.5.6~rc2+cvs.20110926-1) UNRELEASED; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/scenario/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/scenario/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-scenario (1.5.6~rc2+cvs.20111222-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:11 +0100
+
 mgltools-scenario (1.5.6~rc2+cvs.20110926-1) UNRELEASED; urgency=low
 
   [ Steffen Moeller ]

Modified: trunk/packages/mgltools/scenario2/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario2/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/scenario2/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-scenario2 (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:11 +0100
+
 mgltools-scenario2 (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-sff (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:12 +0100
+
 mgltools-sff (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/support/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-support (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:12 +0100
+
 mgltools-support (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-symserv (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:12 +0100
+
 mgltools-symserv (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-utpackages (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:12 +0100
+
 mgltools-utpackages (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,10 @@
+mgltools-viewerframework (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+  * Changed runtime dependency to idle (from idle|python2.6)
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:12 +0100
+
 mgltools-viewerframework (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/control	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/control	2011-12-23 21:00:37 UTC (rev 9088)
@@ -18,7 +18,7 @@
 Package: mgltools-viewerframework
 XB-Python-Version: ${python:Versions}
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-bhtree, idle|idle-python2.6
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-bhtree, idle
 Description: ViewerFramework supports building visualization applications
  This framework provides support for loading dynamically commands from
  libraries as they are needed. It has been designed to be specialized

Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-vision (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:13 +0100
+
 mgltools-vision (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/visionlibraries/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-visionlibraries (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:13 +0100
+
 mgltools-visionlibraries (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * Initial release, comes as part of the MGLtools which closed #458811.

Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-volume (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:13 +0100
+
 mgltools-volume (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/webservices/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/webservices/trunk/debian/changelog	2011-12-23 20:31:38 UTC (rev 9087)
+++ trunk/packages/mgltools/webservices/trunk/debian/changelog	2011-12-23 21:00:37 UTC (rev 9088)
@@ -1,3 +1,9 @@
+mgltools-webservices (1.5.6~rc2+cvs.20111222-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 22 Dec 2011 17:10:13 +0100
+
 mgltools-webservices (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
 
   * New upstream version.




More information about the debian-med-commit mailing list