[med-svn] r16787 - in trunk/packages/mgltools: . autodocktools/trunk/debian 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 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 moszumanska.debian.org
Fri Apr 25 13:12:36 UTC 2014
Author: moeller
Date: 2014-04-25 13:12:36 +0000 (Fri, 25 Apr 2014)
New Revision: 16787
Modified:
trunk/packages/mgltools/BUILD
trunk/packages/mgltools/README
trunk/packages/mgltools/autodocktools/trunk/debian/changelog
trunk/packages/mgltools/autodocktools/trunk/debian/control
trunk/packages/mgltools/bhtree/trunk/debian/changelog
trunk/packages/mgltools/bhtree/trunk/debian/control
trunk/packages/mgltools/cadd/trunk/debian/changelog
trunk/packages/mgltools/cadd/trunk/debian/control
trunk/packages/mgltools/cmolkit/trunk/debian/changelog
trunk/packages/mgltools/cmolkit/trunk/debian/control
trunk/packages/mgltools/dejavu/trunk/debian/changelog
trunk/packages/mgltools/dejavu/trunk/debian/control
trunk/packages/mgltools/geomutils/trunk/debian/changelog
trunk/packages/mgltools/geomutils/trunk/debian/control
trunk/packages/mgltools/gle/trunk/debian/changelog
trunk/packages/mgltools/gle/trunk/debian/control
trunk/packages/mgltools/mglutil/trunk/debian/changelog
trunk/packages/mgltools/mglutil/trunk/debian/control
trunk/packages/mgltools/molkit/trunk/debian/changelog
trunk/packages/mgltools/molkit/trunk/debian/control
trunk/packages/mgltools/mslib/trunk/debian/changelog
trunk/packages/mgltools/mslib/trunk/debian/control
trunk/packages/mgltools/networkeditor/trunk/debian/changelog
trunk/packages/mgltools/networkeditor/trunk/debian/control
trunk/packages/mgltools/opengltk/trunk/debian/changelog
trunk/packages/mgltools/opengltk/trunk/debian/control
trunk/packages/mgltools/pmv/trunk/debian/changelog
trunk/packages/mgltools/pmv/trunk/debian/control
trunk/packages/mgltools/pyautodock/trunk/debian/changelog
trunk/packages/mgltools/pyautodock/trunk/debian/control
trunk/packages/mgltools/pybabel/trunk/debian/changelog
trunk/packages/mgltools/pybabel/trunk/debian/control
trunk/packages/mgltools/pyglf/trunk/debian/changelog
trunk/packages/mgltools/pyglf/trunk/debian/control
trunk/packages/mgltools/qslimlib/trunk/debian/changelog
trunk/packages/mgltools/qslimlib/trunk/debian/control
trunk/packages/mgltools/scenario2/trunk/debian/changelog
trunk/packages/mgltools/scenario2/trunk/debian/control
trunk/packages/mgltools/sff/trunk/debian/changelog
trunk/packages/mgltools/sff/trunk/debian/control
trunk/packages/mgltools/support/trunk/debian/changelog
trunk/packages/mgltools/support/trunk/debian/control
trunk/packages/mgltools/symserv/trunk/debian/changelog
trunk/packages/mgltools/symserv/trunk/debian/control
trunk/packages/mgltools/utpackages/trunk/debian/changelog
trunk/packages/mgltools/utpackages/trunk/debian/control
trunk/packages/mgltools/viewerframework/trunk/debian/changelog
trunk/packages/mgltools/viewerframework/trunk/debian/control
trunk/packages/mgltools/vision/trunk/debian/changelog
trunk/packages/mgltools/vision/trunk/debian/control
trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
trunk/packages/mgltools/visionlibraries/trunk/debian/control
trunk/packages/mgltools/volume/trunk/debian/changelog
trunk/packages/mgltools/volume/trunk/debian/control
trunk/packages/mgltools/webservices/trunk/debian/changelog
trunk/packages/mgltools/webservices/trunk/debian/control
Log:
Update of mgltools packages - will soon upload
Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/BUILD 2014-04-25 13:12:36 UTC (rev 16787)
@@ -19,6 +19,9 @@
individual packages to appear with their original names, e.g. "support",
since these are too ambiguous.
+Please ensure to have the latest version of the Debian Med packaging
+instructions by running "svn update" prior to anything else.
+
Comment: The instructions on CVS need an update. Sargis and Anna kindly
provide their download script online at
http://mgltools.scripps.edu/downloads/tars/releases/cvs_scripts
@@ -33,11 +36,12 @@
(I used "mgltools-cvs") and cd to it:
dname=mgltools-cvs
- [ -d "$dname" ] || mkdir "$dname"
+ [ -d "$dname" ] && echo "Directory '$dname' already existing." \
+ || ( echo "I: Creating directory '$dname'."; mkdir "$dname" )
cd "$dname"
Follow the regularly updated instructions on MGLtools CVS downloads on
-http://mgltools.scripps.edu/downloads/nightly/documentation/how-to/access-to-cvs
+http://mgltools.scripps.edu/downloads/documentation/how-to/access-to-cvs
or do what has worked for me the last time around:
# cvs is no longer fashionable, you possibly may not have it installed
@@ -86,7 +90,7 @@
# directories.
if [ -d mgltools-cvs ]; then cd mgltools-cvs; fi
PREVDIST=DIST
- VERSIONNAME=1.5.6~rc3+cvs.`date +"%Y%m%d" | tr -d '\n'`
+ VERSIONNAME=1.5.7~rc1+cvs.`date +"%Y%m%d" | tr -d '\n'`
NEWDIST=-$VERSIONNAME
TARDIR=../tarballs
if [ -d "$TARDIR" ]; then
@@ -116,7 +120,7 @@
upstream these are thought to ensure a closer communication with their
user base. Well, where are the autodock and MGLTools github projects?
-The tarballs should be made accessible for svn-buildpackage to be
+Now, the tarballs should be made accessible for svn-buildpackage to be
found. The file .svn/deb-layout may be used to specify that location
with the origDir variable. Alternatively, one can link or move the
files to their new destination.
Modified: trunk/packages/mgltools/README
===================================================================
--- trunk/packages/mgltools/README 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/README 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,35 +7,33 @@
============================================================
The MGLTools suite is accompanying the AutoDockSuite with an impressive
-wealth of python packages. Upstream distributes the MGLTools as
-one single tar file. But within that file, the folder MGLPACKS
-contains the real thing - another dozen of tar files of which each
-stands on its own. Some are actually scaled-down variants of external
-tools. They all carrry the same version number, though
-for some this may not be appropriate, i.e. stride is known for ages
-independently from the MGLTools.
+wealth of python packages. Upstream distributes the MGLTools as one single
+tar file. But within that file, the folder MGLPACKS contains the real
+thing - another dozen of tar files of which each stands on its own. Some
+are actually scaled-down variants of external tools. They all carrry
+the same version number, though for some this may not be appropriate,
+i.e. stride is known for ages independently from the MGLTools.
-The AutoDockToolkit is part of the MLGTools and to some this single
+The AutoDockTools is part of the MLGTools and to some this single
packages sounds more familiar than the MGLTools as a whole. Hence,
it was decided that the packages within mgltools will all be uploaded
-as individual Debian packages and receive "mgltools-" as a prefix
-to their names. The only exception is the autodocktoolkit package
-itself.
+as individual Debian packages and receive "mgltools-" as a prefix to
+their names. The only exception is the autodocktools package itself.
To have all the packages flocking together in this subdirectory on
-Debian-Med seems like a reasonable first approach. Please inform
-Steffen of better ideas that appear to you. Upstream's source
-tar file can be downloaded from mgltools.scripps.edu. The tar
-files distributed within that tar file should all remain as
-they are and be offered as origDir in the .svn/deb-layout files.
-All packages should compile just fine. Further instructions on
-how to refer to upstream's CVS repository or on how to fall back
-to their tarballs are presented in the file BUILD.
+Debian-Med seems like a reasonable first approach. Please inform Thorsten
+of better ideas that appear to you. Upstream's source tar file can be
+downloaded from mgltools.scripps.edu. The tar files distributed within
+that tar file should all remain as they are and be offered as origDir in
+the .svn/deb-layout files. All packages should compile just fine. Further
+instructions on how to refer to upstream's CVS repository or on how to
+fall back to their tarballs are presented in the file BUILD.
-The latest versions of the mgltools have compiled just fine.
-Please inform this list for any issues that arrise with the
-upstream's tar files and upstream directly for any issues that
-you encountered in between official releases.
+The latest versions of the mgltools have compiled just fine. Please
+inform this list for any issues that arrise with the upstream's tar
+files and upstream directly for any issues that you encountered in
+between official releases.
-- Steffen <moeller at debian.org> Sat, 08 Nov 2008 23:25:06 +0100
+ updated Tue Jul 24 23:05:20 CEST 2012
Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+autodocktools (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:44 +0200
+
+autodocktools (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:39 +0200
+
autodocktools (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/autodocktools/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/autodocktools/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/autodocktools/trunk/
Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-bhtree (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:44 +0200
+
+mgltools-bhtree (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:39 +0200
+
mgltools-bhtree (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/bhtree/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/bhtree/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), python-numpy, swig (>= 1.3.20)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/bhtree/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/bhtree/trunk/
Modified: trunk/packages/mgltools/cadd/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/cadd/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,16 @@
+mgltools-cadd (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Added dependency on python-paramiko
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:44 +0200
+
+mgltools-cadd (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:40 +0200
+
mgltools-cadd (1.5.7~rc1~cvs.20130519-2) unstable; urgency=low
* debian/rules: remove obsolete file with syntax errors
Modified: trunk/packages/mgltools/cadd/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/cadd/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8),python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/cadd/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/cadd/trunk/
@@ -16,7 +16,9 @@
Package: mgltools-cadd
XB-Python-Version: ${python:Versions}
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-vision, mgltools-webservices
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ mgltools-vision, mgltools-webservices,
+ python-paramiko, python-tktreectrl
Description: Computer Aided Drug Discovery (CADD) Pipeline
This package is part of the mgltools set of Python libraries which
provide an infrastructure for the analysis of protein structures and
Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-cmolkit (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:45 +0200
+
+mgltools-cmolkit (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:40 +0200
+
mgltools-cmolkit (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/cmolkit/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Sargis Dallakyan <sargis at scripps.edu>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), python-numpy, swig
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/cmolkit/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/cmolkit/trunk/
Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-dejavu (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:45 +0200
+
+mgltools-dejavu (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:40 +0200
+
mgltools-dejavu (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/dejavu/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/dejavu/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all (>= 2.6), mesa-common-dev, x11proto-core-dev, libx11-dev, python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/dejavu/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/dejavu/trunk/
Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-geomutils (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:45 +0200
+
+mgltools-geomutils (1.5.7~rc1+cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:41 +0200
+
mgltools-geomutils (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/geomutils/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/geomutils/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig, python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/geomutils/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/geomutils/trunk/
Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-gle (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:45 +0200
+
+mgltools-gle (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:41 +0200
+
mgltools-gle (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/gle/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/gle/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), swig (>= 1.3.20), python-all-dev (>= 2.6), python-numpy, libglu1-mesa-dev, mesa-common-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/gle/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/gle/trunk/
Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-mglutil (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:46 +0200
+
+mgltools-mglutil (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:42 +0200
+
mgltools-mglutil (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/mglutil/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/mglutil/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/mglutil/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/mglutil/trunk/
Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-molkit (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:46 +0200
+
+mgltools-molkit (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:42 +0200
+
mgltools-molkit (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/molkit/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/molkit/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all (>= 2.6), python-numpy, swig
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/molkit/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/molkit/trunk/
Homepage: http://mgltools.scripps.edu/
Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,12 +1,22 @@
-mgltools-mslib (1.5.7~rc1~cvs.20130519-1) UNRELEASED; urgency=low
+mgltools-mslib (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
* New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:46 +0200
+
+mgltools-mslib (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ [ Thorsten Alteholz ]
+ * New upstream version.
* debian/control: bump standard to 3.9.4 (no changes)
* debian/control: remove DM-Upload-Allowed
* debian/copyright: add permission for debian to distribute mgltools
- -- Thorsten Alteholz <debian at alteholz.de> Sun, 19 May 2013 12:00:00 +0200
+ [ Steffen Moeller ]
+ * New upstream version.
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:43 +0200
+
mgltools-mslib (1.5.6~rc3~cvs.20120206-1) UNRELEASED; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/mslib/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/mslib/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Sargis Dallakyan <sargis at scripps.edu>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Homepage: http://mgltools.scripps.edu/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/mslib/trunk/
Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-networkeditor (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:46 +0200
+
+mgltools-networkeditor (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:43 +0200
+
mgltools-networkeditor (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/networkeditor/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Thorsten Alteholz <debian at alteholz.de>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/networkeditor/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/networkeditor/trunk/
Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-opengltk (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:47 +0200
+
+mgltools-opengltk (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:43 +0200
+
mgltools-opengltk (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/opengltk/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/opengltk/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig (>= 1.3.20), libglu1-mesa-dev, mesa-common-dev, tk-dev, libxmu-dev, python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Homepage: http://mgltools.scripps.edu/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/opengltk/trunk/
Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,9 @@
+mgltools-pmv (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:47 +0200
+
mgltools-pmv (1.5.7~rc1~cvs.20130519-2) unstable; urgency=low
* add patch for font definition (Closes: #734184)
Modified: trunk/packages/mgltools/pmv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pmv/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5, << 3.0
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mgltools/pmv/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mgltools/pmv/trunk/
Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-pyautodock (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:47 +0200
+
+mgltools-pyautodock (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:44 +0200
+
mgltools-pyautodock (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/pyautodock/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Thorsten Alteholz <debian at alteholz.de>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyautodock/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/pyautodock/trunk/
Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-pybabel (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:47 +0200
+
+mgltools-pybabel (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:45 +0200
+
mgltools-pybabel (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/pybabel/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pybabel/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Thorsten Alteholz <debian at alteholz.de>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pybabel/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/pybabel/trunk/
Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-pyglf (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:48 +0200
+
+mgltools-pyglf (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:45 +0200
+
mgltools-pyglf (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/pyglf/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/pyglf/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -9,7 +9,7 @@
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), libxi-dev, swig,
libglu1-mesa-dev, libxmu-dev, mesa-common-dev, freeglut3-dev, python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyglf/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/pyglf/trunk/
Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-qslimlib (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:48 +0200
+
+mgltools-qslimlib (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:45 +0200
+
mgltools-qslimlib (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/qslimlib/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Sargis Dallakyan <sargis at scripps.edu>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6) , swig (>= 1.3.20), mesa-common-dev, libglu1-mesa-dev, python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/qslimlib/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/qslimlib/trunk/
Modified: trunk/packages/mgltools/scenario2/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario2/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/scenario2/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-scenario2 (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:48 +0200
+
+mgltools-scenario2 (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:46 +0200
+
mgltools-scenario2 (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/scenario2/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/scenario2/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/scenario2/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Sargis Dallakyan <sargis at scripps.edu>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/scenario2/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/scenario2/trunk/
Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-sff (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:48 +0200
+
+mgltools-sff (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:47 +0200
+
mgltools-sff (1.5.7~rc1~cvs.20130519-2) unstable; urgency=low
* new upload with different debian version (due to missing bhtree)
Modified: trunk/packages/mgltools/sff/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/sff/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig (>= 1.3.20), python-numpy, mgltools-bhtree
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/sff/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/sff/trunk/
Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/support/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-support (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:49 +0200
+
+mgltools-support (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:47 +0200
+
mgltools-support (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/support/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/support/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Thorsten Alteholz <debian at alteholz.de>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/support/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/support/trunk/
Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-symserv (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:49 +0200
+
+mgltools-symserv (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:47 +0200
+
mgltools-symserv (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/symserv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/symserv/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Thorsten Alteholz <debian at alteholz.de>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/symserv/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/symserv/trunk/
Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-utpackages (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:49 +0200
+
+mgltools-utpackages (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:48 +0200
+
mgltools-utpackages (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/utpackages/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/utpackages/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig, mesa-common-dev, libglu1-mesa-dev, freeglut3-dev, python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/utpackages/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/utpackages/trunk/
Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-viewerframework (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:49 +0200
+
+mgltools-viewerframework (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:48 +0200
+
mgltools-viewerframework (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/viewerframework/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -8,7 +8,7 @@
Thorsten Alteholz <debian at alteholz.de>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/viewerframework/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/viewerframework/trunk/
Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-vision (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:50 +0200
+
+mgltools-vision (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:49 +0200
+
mgltools-vision (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/vision/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/vision/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all (>= 2.6), python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/vision/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/vision/trunk/
Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/visionlibraries/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-visionlibraries (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:50 +0200
+
+mgltools-visionlibraries (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:49 +0200
+
mgltools-visionlibraries (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/visionlibraries/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all (>= 2.6), python-numpy
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/visionlibraries/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/visionlibraries/trunk/
Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-volume (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:50 +0200
+
+mgltools-volume (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:49 +0200
+
mgltools-volume (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/volume/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/volume/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -6,7 +6,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8),python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/volume/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/volume/trunk/
Modified: trunk/packages/mgltools/webservices/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/webservices/trunk/debian/changelog 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/webservices/trunk/debian/changelog 2014-04-25 13:12:36 UTC (rev 16787)
@@ -1,3 +1,15 @@
+mgltools-webservices (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 24 Apr 2014 17:40:50 +0200
+
+mgltools-webservices (1.5.7~rc1~cvs.20130917-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 17 Sep 2013 14:47:50 +0200
+
mgltools-webservices (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/webservices/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/webservices/trunk/debian/control 2014-04-25 11:55:53 UTC (rev 16786)
+++ trunk/packages/mgltools/webservices/trunk/debian/control 2014-04-25 13:12:36 UTC (rev 16787)
@@ -7,7 +7,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8),python-all (>= 2.6)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/webservices/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/webservices/trunk/
More information about the debian-med-commit
mailing list