[med-svn] r7948 - in trunk/packages/mgltools: . autodocktools/trunk/debian autodocktools/trunk/debian/patches bhtree/trunk/debian cadd/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 pyautodock/trunk/debian pybabel/trunk/debian pyglf/trunk/debian qslimlib/trunk/debian scenario/trunk/debian scenario2/trunk/debian sff/trunk/debian stride stride/trunk stride/trunk/debian support/trunk/debian symserv/trunk/debian utpackages/trunk/debian viewerframework/trunk/debian vision/trunk/debian visionlibraries visionlibraries/trunk/debian volume/trunk/debian webservices/trunk/debian
Steffen Möller
moeller at alioth.debian.org
Tue Sep 27 11:08:22 UTC 2011
Author: moeller
Date: 2011-09-27 11:08:21 +0000 (Tue, 27 Sep 2011)
New Revision: 7948
Added:
trunk/packages/mgltools/autodocktools/trunk/debian/patches/indentiationError.patch
trunk/packages/mgltools/stride/
trunk/packages/mgltools/stride/trunk/
trunk/packages/mgltools/stride/trunk/debian/
trunk/packages/mgltools/viewerframework/trunk/debian/README.source
trunk/packages/mgltools/visionlibraries/
Removed:
trunk/packages/mgltools/stride/trunk/debian/manpages
trunk/packages/mgltools/stride/trunk/debian/mgltools-vision.lintian-overrides
trunk/packages/mgltools/stride/trunk/debian/patches/
trunk/packages/mgltools/stride/trunk/debian/runVision.1
trunk/packages/mgltools/viewerframework/trunk/debian/patches/
trunk/packages/mgltools/visionlibraries/tags/
trunk/packages/mgltools/visionlibraries/trunk/debian/manpages
trunk/packages/mgltools/visionlibraries/trunk/debian/mgltools-vision.lintian-overrides
trunk/packages/mgltools/visionlibraries/trunk/debian/patches/
trunk/packages/mgltools/visionlibraries/trunk/debian/runVision.1
Modified:
trunk/packages/mgltools/BUILD
trunk/packages/mgltools/autodocktools/trunk/debian/changelog
trunk/packages/mgltools/autodocktools/trunk/debian/control
trunk/packages/mgltools/autodocktools/trunk/debian/patches/series
trunk/packages/mgltools/autodocktools/trunk/debian/rules
trunk/packages/mgltools/bhtree/trunk/debian/changelog
trunk/packages/mgltools/cadd/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/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/stride/trunk/debian/changelog
trunk/packages/mgltools/stride/trunk/debian/control
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/visionlibraries/trunk/debian/changelog
trunk/packages/mgltools/visionlibraries/trunk/debian/control
trunk/packages/mgltools/volume/trunk/debian/changelog
trunk/packages/mgltools/webservices/trunk/debian/changelog
Log:
Approaching the upload of the MGLTools rc2
Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/BUILD 2011-09-27 11:08:21 UTC (rev 7948)
@@ -82,7 +82,7 @@
# directories.
if [ -d mgltools-cvs ]; then cd mgltools-cvs; fi
PREVDIST=DIST
- VERSIONNAME=1.5.6~rc1+cvs.`date +"%Y%m%d" | tr -d '\n'`
+ VERSIONNAME=1.5.6~rc2+cvs.`date +"%Y%m%d" | tr -d '\n'`
NEWDIST=-$VERSIONNAME
TARDIR=../tarballs
if [ -d "$TARDIR" ]; then
@@ -164,24 +164,26 @@
Preparing for some packages needed to fulfil runtime dependencies
- sudo apt-get install python-zsi qhull-bin libqhull5 python-pmw python-tk blt
+ 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
Now, there is a build-order to get all the packages built and installed
without broken dependencies. The installation is not required for the
building, though. Try the following:
#no longer referenced: scenario
- if [ -d build-area ]; then
+
+ d=$(pwd)
+ if [ -d "$d/build-area" ]; then
echo "Sleeping 5 seconds, then deleting previous builds. You were warned."
sleep 5
- rm -rf build-area
+ rm -rf "$d/build-area"
fi
-
- d=`pwd`
+ mkdir -p "$d/build-area" || echo "Could not create $d/build-area."
+
for p in \
- support symserv pybabel pyglf volume utpackages bhtree sff mglutil geomutils \
+ support symserv pybabel pyglf volume utpackages bhtree sff mglutil geomutils \
gle opengltk dejavu molkit viewerframework pyautodock networkeditor \
- vision scenario2 pmv autodocktools \
+ vision scenario2 pmv autodocktools visionlibraries webservices \
; do
echo " ----------------------------------------------------------"
echo " $p"
@@ -210,7 +212,7 @@
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
+ echo "Installing autodock and pmv"
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
@@ -226,7 +228,12 @@
# Rejected by FTP-Master
# 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-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+autodocktools (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:09 +0200
+
autodocktools (1.5.6~rc1+cvs.20110617-2) UNRELEASED; urgency=low
* New upload (lp: #623984)
Modified: trunk/packages/mgltools/autodocktools/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/control 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/control 2011-09-27 11:08:21 UTC (rev 7948)
@@ -19,7 +19,7 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, mgltools-pmv, mgltools-molkit,
mgltools-volume, mgltools-support, python-imaging-tk, mgltools-viewerframework
-Recommends: mgltools-pyautodock, mgltools-utpackages
+Recommends: mgltools-pyautodock, mgltools-utpackages, mgltools-webservices
Suggests: autodock, autodock-vina, ballview, mgltools-cadd
Description: GUI to help set up, launch and analyze AutoDock dockings
This package is part of the mgltools set of Python libraries which
Added: trunk/packages/mgltools/autodocktools/trunk/debian/patches/indentiationError.patch
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/patches/indentiationError.patch (rev 0)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/patches/indentiationError.patch 2011-09-27 11:08:21 UTC (rev 7948)
@@ -0,0 +1,22 @@
+Index: AutoDockTools-1.5.6~rc2+cvs.20110926/AutoDockTools/Utilities24/prepare_dpf41.py
+===================================================================
+--- AutoDockTools-1.5.6~rc2+cvs.20110926.orig/AutoDockTools/Utilities24/prepare_dpf41.py 2011-09-23 01:18:17.000000000 +0200
++++ AutoDockTools-1.5.6~rc2+cvs.20110926/AutoDockTools/Utilities24/prepare_dpf41.py 2011-09-27 12:45:17.422039506 +0200
+@@ -220,7 +220,7 @@
+ if o in ('-p', '--p'): #parameter
+ parameters.append(a)
+ if verbose: print 'parameters =', parameters
+- if o in ('-e', '--e'):
++ if o in ('-e', '--e'):
+ epdb_output = True
+ if verbose: print 'output epdb file'
+ parameter_list = epdb_list4_2
+@@ -289,7 +289,7 @@
+ print "newvalue=", nv
+ kw[key] = nv
+ print "kw=", kw
+- elif key=='epdb_flag':
++ elif key=='epdb_flag':
+ print "setting epdb_flag to", newvalue
+ kw['epdb_flag'] = 1
+ elif 'flag' in key:
Modified: trunk/packages/mgltools/autodocktools/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/patches/series 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/patches/series 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,2 +1,2 @@
-missingShebankPythonTools.patch
fix_python_path.patch
+indentiationError.patch
Modified: trunk/packages/mgltools/autodocktools/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/rules 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/rules 2011-09-27 11:08:21 UTC (rev 7948)
@@ -15,14 +15,14 @@
dh_install
find debian -name runAdt -exec chmod +x \{\} \;
find debian -name adt -exec chmod +x \{\} \;
- # remove extra interpreter line
- find debian \( -name runAdt -o AutoLigand.py \) -a -type f -exec sed -i 's?#!/usr/bin/env python2.4?#!/usr/bin/python?' \{\} \;
- find debian -name LICENSE -delete
+ # remove extra interpreter line ... the / in debian/ is important for the expression to work with symbolic links
+ find debian/ \( -name runAdt -o -name AutoLigand.py -o -name VS_net.py \) -a -type f -exec sed -i '1s?#!.*?#!/usr/bin/python?' \{\} \;
+ find debian/ -name LICENSE -delete
+ find debian/ -name runAdt -o -name adt | xargs -r chmod +x
override_dh_clean:
dh_clean
find . -name CVS -a -type d | xargs -r rm -r
- find debian -name runAdt | xargs -r chmod +x
rm -f AutoDockTools/bin/runAdt
rm -rf build build-stamp
Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-bhtree (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:09 +0200
+
mgltools-bhtree (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/cadd/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/cadd/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-cadd (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:09 +0200
+
mgltools-cadd (1.5.6~rc1+cvs.20110703-1) unstable; urgency=low
* New upstream release.
Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-cmolkit (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:10 +0200
+
mgltools-cmolkit (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,6 +1,6 @@
-mgltools-dejavu (1.5.6~rc1+cvs.20110617-2) UNRELEASED; urgency=low
+mgltools-dejavu (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
- * New upload (lp: #500453)
+ * New upstream version (lp: #500453).
-- Steffen Moeller <moeller at debian.org> Sun, 12 Sep 2010 00:20:31 +0200
Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-geomutils (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:10 +0200
+
mgltools-geomutils (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-gle (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:11 +0200
+
mgltools-gle (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-mglutil (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:11 +0200
+
mgltools-mglutil (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,6 +1,6 @@
-mgltools-molkit (1.5.6~rc1+cvs.20110617-2) UNRELEASED; urgency=low
+mgltools-molkit (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
- * New upload ... (lp: #651832)
+ * New upstream version (lp: #651832).
-- Steffen Moeller <moeller at debian.org> Fri, 17 Jun 2011 01:20:19 +0200
Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-mslib (1.5.6~rc2+cvs.20110926-1) UNRELEASED; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:11 +0200
+
mgltools-mslib (1.5.6~rc1+cvs.20110617-1) UNRELEASED; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-networkeditor (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:12 +0200
+
mgltools-networkeditor (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-opengltk (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:12 +0200
+
mgltools-opengltk (1.5.6~rc1+cvs.20110625-1) unstable; urgency=low
* using current source from cvs
Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-pmv (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:12 +0200
+
mgltools-pmv (1.5.6~rc1+cvs.20110809-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,6 +1,6 @@
-mgltools-pyautodock (1.5.6~rc1+cvs.20110617-1) UNRELEASED; urgency=low
+mgltools-pyautodock (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
- * New upload (lp: #674564)
+ * New upstream version (lp: #674564).
-- Steffen Moeller <moeller at debian.org> Fri, 17 Jun 2011 01:20:23 +0200
Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-pybabel (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:13 +0200
+
mgltools-pybabel (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-pyglf (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:13 +0200
+
mgltools-pyglf (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-qslimlib (1.5.6~rc2+cvs.20110926-1) UNRELEASED; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:14 +0200
+
mgltools-qslimlib (1.5.6~rc1+cvs.20110617-1) UNRELEASED; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/scenario/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/scenario/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-scenario (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:14 +0200
+
mgltools-scenario (1.5.6~rc1+cvs.20110617-1) UNRELEASED; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/scenario2/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario2/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/scenario2/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,5 +1,6 @@
-mgltools-scenario2 (1.5.6~rc1+cvs.20110617-2) UNRELEASED; urgency=low
+mgltools-scenario2 (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+ * New upstream version.
* Added dependencies to python-pmw and python-tk to debian/control
-- Steffen Moeller <moeller at debian.org> Tue, 28 Jun 2011 16:34:46 +0200
Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-sff (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:15 +0200
+
mgltools-sff (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/stride/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/stride/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,101 +1,5 @@
-mgltools-vision (1.5.6~rc1+cvs.20110625-1) unstable; urgency=low
+mgltools-visionlibraries (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
- * using current source from cvs
- * debian/control: dependency on mgltools-support added (Closes: #532361)
- * debian/control: typo corrected to add dependency on idle
+ * Initial release, comes as part of the MGLtools which closed #458811.
- -- Thorsten Alteholz <debian at alteholz.de> Sat, 25 Jun 2011 14:20:32 +0200
-
-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.
-
- -- Steffen Moeller <moeller at debian.org> Thu, 16 Jun 2011 21:50:30 +0200
-
-mgltools-vision (1.5.4.cvs.20100912-2) unstable; urgency=low
-
- [ Thorsten Alteholz ]
- * Build-Depends: debhelper (>= 8)
- * debian/source/format: 3.0 (quilt)
- * debian/control: Build-Depends: python-all (>= 2.6) to enable
- python-support2
- * debian/rules: switch to short dh syntax which makes
- dh_python2 easy (Closes: #616905)
- * Suppress lintian warning about duplicate license file
-
- [ Andreas Tille ]
- * debian/compat: 8
- * debian/rules: Changes of permissions only in install target
-
- -- Andreas Tille <tille at debian.org> Fri, 10 Jun 2011 11:50:06 +0200
-
-mgltools-vision (1.5.4.cvs.20100912-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * debian/patches/unversioned_shebang.patch:
- - Do not use versioned shebangs (Closes: #602243).
-
- -- Luca Falavigna <dktrkranz at debian.org> Mon, 09 May 2011 21:30:41 +0200
-
-mgltools-vision (1.5.4.cvs.20100912-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Sun, 12 Sep 2010 00:20:31 +0200
-
-mgltools-vision (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
-
- * debian/control:
- - Enhances: autodocktools
- - debhelper 7
- - Standards-Version: 3.8.3 (no changes needed)
-
- -- Andreas Tille <tille at debian.org> Fri, 16 Oct 2009 22:31:10 +0200
-
-mgltools-vision (1.5.4.cvs.20090603-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * Allow byte-compilation for Python >= 2.5 (closes: 586851)
-
- -- Piotr Ożarowski <piotr at debian.org> Fri, 09 Jul 2010 23:55:58 +0200
-mgltools-vision (1.5.4.cvs.20090603-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Wed, 03 Jun 2009 11:48:26 +0200
-
-mgltools-vision (1.5.4.cvs.20090528-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Sat, 16 May 2009 00:51:34 +0200
-
-mgltools-vision (1.5.4.cvs.20090514-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Thu, 14 May 2009 21:46:48 +0200
-
-mgltools-vision (1.5.4.cvs.20081126-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Wed, 26 Nov 2008 14:43:22 +0100
-
-mgltools-vision (1.5.2.cvs.20081109-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Sun, 09 Nov 2008 15:02:42 +0100
-
-mgltools-vision (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:08 +0200
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:16 +0200
Modified: trunk/packages/mgltools/stride/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/control 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/stride/trunk/debian/control 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,4 +1,4 @@
-Source: mgltools-vision
+Source: mgltools-stride
Section: non-free/science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
@@ -10,21 +10,14 @@
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
Standards-Version: 3.9.2
XS-Python-Version: >= 2.5
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/vision/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/vision/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/stride/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/stride/trunk/
Homepage: http://mgltools.scripps.edu/
-Package: mgltools-vision
+Package: mgltools-stride
XB-Python-Version: ${python:Versions}
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-networkeditor, mgltools-mglutil, idle|idle-python2.6, mgltools-support
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-stride
Enhances: autodocktools
-Description: Python-based Visual Programming Environment
- 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.
- .
- Vision is a visual-programming environment in which a user can
- interactively build networks describing novel combinations of
- computational methods, and yielding new visualizations of their data
- without actually writing code.
+Description: secondary structure assignment for the MGLtools
+ Pending.
Deleted: trunk/packages/mgltools/stride/trunk/debian/manpages
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/manpages 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/stride/trunk/debian/manpages 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1 +0,0 @@
-debian/runVision.1
Deleted: trunk/packages/mgltools/stride/trunk/debian/mgltools-vision.lintian-overrides
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/mgltools-vision.lintian-overrides 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/stride/trunk/debian/mgltools-vision.lintian-overrides 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,2 +0,0 @@
-# the license is in debian/copyright but upstream wants to have it there as well
-mgltools-vision: extra-license-file
Deleted: trunk/packages/mgltools/stride/trunk/debian/runVision.1
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/runVision.1 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/stride/trunk/debian/runVision.1 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,31 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH VISION 1 "2009 May 14"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-vision \- workflows for cheminformatics and other applications
-.SH SYNOPSIS
-.B vision
-.SH DESCRIPTION
-Vision is a tool for establishing automated workflows. It is developed
-and used for cheminformatics, i.e. the in silico screening for functional
-compounds, but is applicable also for other applications.
-.SH SEE ALSO
-.BR http://mgltools.scripps.edu
-.SH AUTHOR
-This manual page was written for the Debian project by the Debian package's
-maintainer with the hope to have stimulated the developers to provide of a more
-substantial version.
Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/support/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-support (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:15 +0200
+
mgltools-support (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-symserv (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:15 +0200
+
mgltools-symserv (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-utpackages (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:16 +0200
+
mgltools-utpackages (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Added: trunk/packages/mgltools/viewerframework/trunk/debian/README.source
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/README.source (rev 0)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/README.source 2011-09-27 11:08:21 UTC (rev 7948)
@@ -0,0 +1,4 @@
+mgltools-viewerframework
+========================
+
+A patch for Python 2.7 compatibility was apparently adopted by upstream, albeit in a slightly different way.
Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-viewerframework (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:16 +0200
+
mgltools-viewerframework (1.5.6~rc1+cvs.20110617-2) unstable; urgency=low
* Correcting dependencies.
Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-vision (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:16 +0200
+
mgltools-vision (1.5.6~rc1+cvs.20110625-1) unstable; urgency=low
* using current source from cvs
Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,101 +1,5 @@
-mgltools-vision (1.5.6~rc1+cvs.20110625-1) unstable; urgency=low
+mgltools-visionlibraries (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
- * using current source from cvs
- * debian/control: dependency on mgltools-support added (Closes: #532361)
- * debian/control: typo corrected to add dependency on idle
+ * Initial release, comes as part of the MGLtools which closed #458811.
- -- Thorsten Alteholz <debian at alteholz.de> Sat, 25 Jun 2011 14:20:32 +0200
-
-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.
-
- -- Steffen Moeller <moeller at debian.org> Thu, 16 Jun 2011 21:50:30 +0200
-
-mgltools-vision (1.5.4.cvs.20100912-2) unstable; urgency=low
-
- [ Thorsten Alteholz ]
- * Build-Depends: debhelper (>= 8)
- * debian/source/format: 3.0 (quilt)
- * debian/control: Build-Depends: python-all (>= 2.6) to enable
- python-support2
- * debian/rules: switch to short dh syntax which makes
- dh_python2 easy (Closes: #616905)
- * Suppress lintian warning about duplicate license file
-
- [ Andreas Tille ]
- * debian/compat: 8
- * debian/rules: Changes of permissions only in install target
-
- -- Andreas Tille <tille at debian.org> Fri, 10 Jun 2011 11:50:06 +0200
-
-mgltools-vision (1.5.4.cvs.20100912-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * debian/patches/unversioned_shebang.patch:
- - Do not use versioned shebangs (Closes: #602243).
-
- -- Luca Falavigna <dktrkranz at debian.org> Mon, 09 May 2011 21:30:41 +0200
-
-mgltools-vision (1.5.4.cvs.20100912-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Sun, 12 Sep 2010 00:20:31 +0200
-
-mgltools-vision (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
-
- * debian/control:
- - Enhances: autodocktools
- - debhelper 7
- - Standards-Version: 3.8.3 (no changes needed)
-
- -- Andreas Tille <tille at debian.org> Fri, 16 Oct 2009 22:31:10 +0200
-
-mgltools-vision (1.5.4.cvs.20090603-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * Allow byte-compilation for Python >= 2.5 (closes: 586851)
-
- -- Piotr Ożarowski <piotr at debian.org> Fri, 09 Jul 2010 23:55:58 +0200
-mgltools-vision (1.5.4.cvs.20090603-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Wed, 03 Jun 2009 11:48:26 +0200
-
-mgltools-vision (1.5.4.cvs.20090528-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Sat, 16 May 2009 00:51:34 +0200
-
-mgltools-vision (1.5.4.cvs.20090514-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Thu, 14 May 2009 21:46:48 +0200
-
-mgltools-vision (1.5.4.cvs.20081126-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Wed, 26 Nov 2008 14:43:22 +0100
-
-mgltools-vision (1.5.2.cvs.20081109-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org> Sun, 09 Nov 2008 15:02:42 +0100
-
-mgltools-vision (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:08 +0200
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:16 +0200
Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/control 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/control 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,4 +1,4 @@
-Source: mgltools-vision
+Source: mgltools-visionlibraries
Section: non-free/science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
@@ -10,16 +10,16 @@
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
Standards-Version: 3.9.2
XS-Python-Version: >= 2.5
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/vision/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/vision/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/vision/trunklibraries/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/visionlibraries/trunk/
Homepage: http://mgltools.scripps.edu/
-Package: mgltools-vision
+Package: mgltools-visionlibraries
XB-Python-Version: ${python:Versions}
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-networkeditor, mgltools-mglutil, idle|idle-python2.6, mgltools-support
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-vision
Enhances: autodocktools
-Description: Python-based Visual Programming Environment
+Description: Extensions for Python-based Visual Programming Environment
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.
Deleted: trunk/packages/mgltools/visionlibraries/trunk/debian/manpages
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/manpages 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/manpages 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1 +0,0 @@
-debian/runVision.1
Deleted: trunk/packages/mgltools/visionlibraries/trunk/debian/mgltools-vision.lintian-overrides
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/mgltools-vision.lintian-overrides 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/mgltools-vision.lintian-overrides 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,2 +0,0 @@
-# the license is in debian/copyright but upstream wants to have it there as well
-mgltools-vision: extra-license-file
Deleted: trunk/packages/mgltools/visionlibraries/trunk/debian/runVision.1
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/runVision.1 2011-09-22 14:29:26 UTC (rev 7903)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/runVision.1 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,31 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH VISION 1 "2009 May 14"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-vision \- workflows for cheminformatics and other applications
-.SH SYNOPSIS
-.B vision
-.SH DESCRIPTION
-Vision is a tool for establishing automated workflows. It is developed
-and used for cheminformatics, i.e. the in silico screening for functional
-compounds, but is applicable also for other applications.
-.SH SEE ALSO
-.BR http://mgltools.scripps.edu
-.SH AUTHOR
-This manual page was written for the Debian project by the Debian package's
-maintainer with the hope to have stimulated the developers to provide of a more
-substantial version.
Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-volume (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:17 +0200
+
mgltools-volume (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/webservices/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/webservices/trunk/debian/changelog 2011-09-27 06:43:14 UTC (rev 7947)
+++ trunk/packages/mgltools/webservices/trunk/debian/changelog 2011-09-27 11:08:21 UTC (rev 7948)
@@ -1,3 +1,9 @@
+mgltools-webservices (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 27 Sep 2011 10:58:17 +0200
+
mgltools-webservices (1.5.6~rc1+cvs.20110703-1) unstable; urgency=low
* Initial release, contributes to closing ITP #458811.
More information about the debian-med-commit
mailing list