[med-svn] r22471 - in trunk/packages/mgltools: . autodocktools/trunk/debian autodocktools/trunk/debian/upstream bhtree/trunk/debian cadd/trunk/debian cautodock cmolkit/trunk/debian dejavu/trunk/debian geomutils/trunk/debian gle/trunk/debian memoryobject 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
Sat Jul 9 15:00:29 UTC 2016


Author: moeller
Date: 2016-07-09 15:00:28 +0000 (Sat, 09 Jul 2016)
New Revision: 22471

Added:
   trunk/packages/mgltools/cautodock/
   trunk/packages/mgltools/cautodock/trunk/
   trunk/packages/mgltools/memoryobject/
   trunk/packages/mgltools/memoryobject/trunk/
Removed:
   trunk/packages/mgltools/gle/trunk/debian/patches/
Modified:
   trunk/packages/mgltools/BUILD
   trunk/packages/mgltools/autodocktools/trunk/debian/changelog
   trunk/packages/mgltools/autodocktools/trunk/debian/upstream/metadata
   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/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/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/scenario2/trunk/debian/changelog
   trunk/packages/mgltools/sff/trunk/debian/changelog
   trunk/packages/mgltools/support/trunk/debian/changelog
   trunk/packages/mgltools/symserv/trunk/debian/changelog
   trunk/packages/mgltools/utpackages/trunk/debian/changelog
   trunk/packages/mgltools/viewerframework/trunk/debian/changelog
   trunk/packages/mgltools/vision/trunk/debian/changelog
   trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
   trunk/packages/mgltools/volume/trunk/debian/changelog
   trunk/packages/mgltools/webservices/trunk/debian/changelog
Log:
New upstream version of the AutoDockTools. Now the challenge is to
prove to the world that this is all useful. Please have a look at
the recent Nature Protocols publication.

There is more out there, also from Scripps, that I aim at integrating
with our distribution.



Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/BUILD	2016-07-09 15:00:28 UTC (rev 22471)
@@ -98,6 +98,7 @@
   #use the tilde if the main version is still to be released
   #VERSIONNAME=1.5.7~rc1+cvs.`date +"%Y%m%d" | tr -d '\n'`
   VERSIONNAME=1.5.7
+  #VERSIONNAME=1.5.7+cvs.`date +"%Y%m%d" | tr -d '\n'`
   NEWDIST=-$VERSIONNAME
   TARDIR=../tarballs
   if [ -d "$TARDIR" ]; then
@@ -108,13 +109,13 @@
      for i in *$PREVDIST
      do
         b=`echo $i| sed -e "s/$PREVDIST/$NEWDIST/"`
-        tfn=`echo $b | sed -e "s/-$VERSIONNAME/_$VERSIONNAME.orig.tar.gz/" | tr 'A-Z' 'a-z'`
+        tfn=`echo $b | sed -e "s/-$VERSIONNAME/_$VERSIONNAME.orig.tar.xz/" | tr 'A-Z' 'a-z'`
         if [ -z "$tfn" ]; then
           echo "Something went wrong with the determination of the directory name for '$i'."
           break
         else
           echo Temporarily renaming and taring $i to $TARDIR/$tfn; mv $i $b
-          GZIP=-9n tar --exclude CVS -czvf "$TARDIR/$tfn" $b | wc -l
+          tar --exclude CVS -cJvf "$TARDIR/$tfn" $b | wc -l
           mv $b $i
           echo "done"
         fi
@@ -157,7 +158,7 @@
     if [ -z "$VERSIONNAME" ]; then
       echo "Please specify the new version first."
     else
-      for i in */trunk/debian; do
+      for i in */trunk/debian/changelog; do
         d=`dirname $i`
 	if [ ! -e "$d/changelog" ]; then
             echo "W: Could not find changelog in '$i', tested from $(pwd), skipping"
@@ -187,13 +188,12 @@
 
   sudo apt-get update
 
-BUILDREQUIREMENTS="python-zsi qhull-bin libqhull-dev python-pmw python-tk blt python-all freeglut3-dev python-all-dev libglu1-mesa-dev tk-dev swig python-simpy python-all libxi-dev libxmu-dev idle python-pil.imagetk"
+BUILDREQUIREMENTS="python-zsi qhull-bin libqhull-dev python-pmw python-tk blt python-all freeglut3-dev python-all-dev libglu1-mesa-dev tk-dev python-simpy python-all libxi-dev libxmu-dev idle python-pil.imagetk svn-buildpackage swig"
   if [ -x /usr/bin/debfoster ]; then
      sudo debfoster -u $BUILDREQUIREMENTS
   else
      sudo apt-get install $BUILDREQUIREMENTS
   fi
-  sudo apt-get install svn-buildpackage
 
 Now, there is a build-order to get all the packages built and installed
 without broken dependencies. The installation is not required for the

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:53:47 +0200
 
 autodocktools (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/upstream/metadata
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/upstream/metadata	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/upstream/metadata	2016-07-09 15:00:28 UTC (rev 22471)
@@ -24,5 +24,13 @@
    PMID: 17910060
    DOI: 10.1002/prot.21645
    URL: http://onlinelibrary.wiley.com/doi/10.1002/prot.21645/abstract
+ - Author: Stefano Forli and Ruth Huey and Michael E Pique and Michel F Sanner and David S Goodsell and Arthur J Olson	
+   Title: >
+     Computational protein–ligand docking and virtual drug screening with the AutoDock suite
+   Journal: Nature Protocols
+   Volume: 11
+   Pages: 905–919
+   Year: 2016
+   Doi: 10.1038/nprot.2016.051 
 Registration: http://autodock.scripps.edu/downloads/autodock-registration
 Watch: http://mgltools.scripps.edu/downloads/.*mgltools_source_([0-9.]+)\.tar\.gz

Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:53:57 +0200
 
 mgltools-bhtree (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/cadd/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cadd/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/cadd/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:54:05 +0200
 
 mgltools-cadd (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:54:14 +0200
 
 mgltools-cmolkit (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:54:22 +0200
 
 mgltools-dejavu (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:10 +0200
 
 mgltools-geomutils (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/geomutils/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/control	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/geomutils/trunk/debian/control	2016-07-09 15:00:28 UTC (rev 22471)
@@ -2,7 +2,6 @@
 Section: non-free/science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-XS-Autobuild: yes
 Uploaders: Steffen Moeller <moeller at debian.org>,
  Sargis Dallakyan <sargis at scripps.edu>,
  Andreas Tille <tille at debian.org>,
@@ -13,6 +12,7 @@
 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/
 Homepage: http://mgltools.scripps.edu/
+XS-Autobuild: yes
 
 Package: mgltools-geomutils
 XB-Python-Version: ${python:Versions}

Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -4,7 +4,7 @@
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
   * typemap-comments.patch no longer required (Closes: #813065)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:18 +0200
 
 mgltools-gle (1.5.7~rc1+cvs.20140424-2) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/gle/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/control	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/gle/trunk/debian/control	2016-07-09 15:00:28 UTC (rev 22471)
@@ -7,12 +7,6 @@
 Section: non-free/libs
 XS-Autobuild: yes
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-XS-Autobuild: yes
-Uploaders: Steffen Moeller <moeller at debian.org>,
- Sargis Dallakyan <sargis at scripps.edu>,
- Andreas Tille <tille at debian.org>,
- Thorsten Alteholz <debian at alteholz.de>
 Build-Depends: debhelper (>= 9),
                swig,
                python-all-dev (>= 2.6),

Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:30 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:26 +0200
 
 mgltools-mglutil (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:29 +0200
 
 mgltools-molkit (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes:#767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:32 +0200
 
 mgltools-mslib (1.5.7~rc1+cvs.20140424-1) UNRELEASED; urgency=medium
 

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:41 +0200
 
 mgltools-networkeditor (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -5,7 +5,7 @@
   * Added compiler flags to avoid redundant and incompatible 
     UNIX declarations
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:45 +0200
 
 mgltools-opengltk (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -7,7 +7,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:49 +0200
 
 mgltools-pmv (1.5.7~rc1+cvs.20140424-2) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:56 +0200
 
 mgltools-pyautodock (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:55:58 +0200
 
 mgltools-pybabel (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:01 +0200
 
 mgltools-pyglf (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:04 +0200
 
 mgltools-qslimlib (1.5.7~rc1+cvs.20140424-1) UNRELEASED; urgency=medium
 

Modified: trunk/packages/mgltools/scenario2/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario2/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/scenario2/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:06 +0200
 
 mgltools-scenario2 (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:31 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:08 +0200
 
 mgltools-sff (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/support/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:10 +0200
 
 mgltools-support (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:13 +0200
 
 mgltools-symserv (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:15 +0200
 
 mgltools-utpackages (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:18 +0200
 
 mgltools-viewerframework (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:23 +0200
 
 mgltools-vision (1.5.7~rc1+cvs.20140424+dfsg-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/visionlibraries/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:20 +0200
 
 mgltools-visionlibraries (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -3,7 +3,7 @@
   * New upstream version (Closes: #767144,#783547,
                           lp:#821299,lp:1386091,lp:#1386163,lp:#1492762)
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:25 +0200
 
 mgltools-volume (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 

Modified: trunk/packages/mgltools/webservices/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/webservices/trunk/debian/changelog	2016-07-09 12:50:39 UTC (rev 22470)
+++ trunk/packages/mgltools/webservices/trunk/debian/changelog	2016-07-09 15:00:28 UTC (rev 22471)
@@ -5,7 +5,7 @@
   * Fixed typo in package description, reported by Pascal De Vuyst
                          (Closes: #768969).
 
- -- Steffen Moeller <moeller at debian.org>  Wed, 11 May 2016 10:12:32 +0200
+ -- Steffen Moeller <moeller at debian.org>  Fri, 08 Jul 2016 17:56:31 +0200
 
 mgltools-webservices (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 




More information about the debian-med-commit mailing list