[med-svn] r2741 - in trunk/packages/mgltools: . autodocktools/trunk/debian bhtree/trunk/debian cmolkit/trunk/debian dejavu/trunk/debian geomutils/trunk/debian gle/trunk/debian mglutil/trunk/debian molkit/trunk/debian mslib/trunk/debian networkeditor/trunk/debian opengltk/trunk/debian pmv/trunk/debian pyautodock/trunk/debian pybabel/trunk/debian pyglf/trunk/debian qslimlib/trunk/debian scenario/trunk/debian sff/trunk/debian support/trunk/debian symserv/trunk/debian utpackages/trunk/debian viewerframework/trunk/debian vision/trunk/debian volume/trunk/debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Wed Nov 26 13:41:11 UTC 2008
Author: smoe-guest
Date: 2008-11-26 13:41:11 +0000 (Wed, 26 Nov 2008)
New Revision: 2741
Modified:
trunk/packages/mgltools/BUILD
trunk/packages/mgltools/autodocktools/trunk/debian/control
trunk/packages/mgltools/bhtree/trunk/debian/control
trunk/packages/mgltools/cmolkit/trunk/debian/control
trunk/packages/mgltools/dejavu/trunk/debian/control
trunk/packages/mgltools/geomutils/trunk/debian/control
trunk/packages/mgltools/gle/trunk/debian/control
trunk/packages/mgltools/mglutil/trunk/debian/control
trunk/packages/mgltools/molkit/trunk/debian/control
trunk/packages/mgltools/mslib/trunk/debian/control
trunk/packages/mgltools/networkeditor/trunk/debian/control
trunk/packages/mgltools/opengltk/trunk/debian/control
trunk/packages/mgltools/pmv/trunk/debian/control
trunk/packages/mgltools/pyautodock/trunk/debian/control
trunk/packages/mgltools/pybabel/trunk/debian/control
trunk/packages/mgltools/pyglf/trunk/debian/control
trunk/packages/mgltools/qslimlib/trunk/debian/control
trunk/packages/mgltools/scenario/trunk/debian/control
trunk/packages/mgltools/sff/trunk/debian/control
trunk/packages/mgltools/support/trunk/debian/control
trunk/packages/mgltools/symserv/trunk/debian/control
trunk/packages/mgltools/utpackages/trunk/debian/control
trunk/packages/mgltools/viewerframework/trunk/debian/control
trunk/packages/mgltools/vision/trunk/debian/control
trunk/packages/mgltools/volume/trunk/debian/control
Log:
Experiences from packaging for Ubuntu 0.7.4 (feisty)
* unconstrained dependency to cdbs down to version 0.4 (from 0.4.49)
* increasing dependency to python-zsi to version 2.0 or higher (previously unconstrained),
this needs to be backported to Ubuntu to avoid an error message.
* small fixes in build instructions.
Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/BUILD 2008-11-26 13:41:11 UTC (rev 2741)
@@ -68,7 +68,7 @@
# if the folder contains previously downloaded
# directories.
PREVDIST=DIST
- VERSIONNAME=1.5.2.cvs.`date +"%Y%m%d" | tr -d '\n'`
+ VERSIONNAME=1.5.4.cvs.`date +"%Y%m%d" | tr -d '\n'`
NEWDIST=-$VERSIONNAME
TARDIR=../tarballs
if [ -d "$TARDIR" ]; then
@@ -85,7 +85,7 @@
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
+ echo Temporarily renaming and taring $i to $TARDIR/$tfn; mv $i $b
GZIP=-9 tar --exclude CVS -czvf "$TARDIR/$tfn" $b | wc -l
mv $b $i
echo "done"
@@ -289,7 +289,9 @@
#uncomment if not root
#SUDO=sudo
# needed for installatation but not a build-dependency
-$SUDO aptitude install python-pmw python-zsi python-simpy python-imaging-tk fakeroot build-essential tk8.4-dev
+$SUDO aptitude install python-pmw python-zsi python-simpy \
+ python-imaging-tk fakeroot build-essential \
+ tk8.4-dev python-numpy
# perform the packaging
for p in \
mgltools-bhtree mgltools-sff mgltools-geomutils mgltools-gle \
Modified: trunk/packages/mgltools/autodocktools/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/autodocktools/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/bhtree/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/bhtree/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, python-numpy, swig (>= 1.3.20)
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, python-numpy, swig (>= 1.3.20)
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/bhtree/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/cmolkit/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/cmolkit/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/dejavu/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/dejavu/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, mesa-common-dev, x11proto-core-dev, libx11-dev, python-numpy
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, mesa-common-dev, x11proto-core-dev, libx11-dev, python-numpy
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/dejavu/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/geomutils/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/geomutils/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, quilt
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, quilt
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pybabel/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/gle/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/gle/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), swig (>= 1.3.20), python2.5-dev, python-numpy, libglu1-mesa-dev, mesa-common-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), swig (>= 1.3.20), python2.5-dev, python-numpy, libglu1-mesa-dev, mesa-common-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/gle/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/mglutil/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/mglutil/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pybabel/trunk/?rev=0&sc=0
@@ -15,7 +15,7 @@
Package: mgltools-mglutil
XB-Python-Version: ${python:Versions}
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-sff, python-pmw, python-zsi
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-sff, python-pmw, python-zsi (>= 2.0)
Recommends: qhull-bin
Suggests: tcsh
Description: Molecular Graphics Laboratory utility collection
Modified: trunk/packages/mgltools/molkit/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/molkit/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, python-numpy
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, python-numpy
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/molkit/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/mslib/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/mslib/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: no
XS-Autobuild: no
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Homepage: http://mgltools.scripps.edu/
Modified: trunk/packages/mgltools/networkeditor/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/networkeditor/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/opengltk/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/opengltk/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, swig (>= 1.3.20), libglu1-mesa-dev, mesa-common-dev, tk8.4-dev|tk8.5-dev|tk-dev, libxmu-dev, python-numpy
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, swig (>= 1.3.20), libglu1-mesa-dev, mesa-common-dev, tk8.4-dev|tk8.5-dev|tk-dev, libxmu-dev, python-numpy
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Homepage: http://mgltools.scripps.edu/
Modified: trunk/packages/mgltools/pmv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/pmv/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, quilt
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, quilt
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pmv/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/pyautodock/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyautodock/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/pybabel/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/pybabel/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pybabel/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/pyglf/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/pyglf/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, libxi-dev, swig, libglu1-mesa-dev, libxmu-dev, mesa-common-dev, libglut3-dev, python-numpy
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, libxi-dev, swig, libglu1-mesa-dev, libxmu-dev, mesa-common-dev, libglut3-dev, python-numpy
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyglf/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/qslimlib/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, swig (>= 1.3.20), mesa-common-dev, libglu1-mesa-dev, python-numpy
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, swig (>= 1.3.20), mesa-common-dev, libglu1-mesa-dev, python-numpy
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/qslimlib/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/scenario/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/scenario/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/scenario/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/sff/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/sff/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, swig (>= 1.3.20), python-numpy, mgltools-bhtree
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, swig (>= 1.3.20), python-numpy, mgltools-bhtree
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/sff/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/support/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/support/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyglf/support/?rev=0&sc=0
Modified: trunk/packages/mgltools/symserv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/symserv/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/symserv/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/utpackages/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/utpackages/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev, swig, mesa-common-dev, libglu1-mesa-dev, libglut3-dev, python-numpy
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev, swig, mesa-common-dev, libglu1-mesa-dev, libglut3-dev, python-numpy
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pybabel/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/viewerframework/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/viewerframework/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/vision/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/vision/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/vision/trunk/?rev=0&sc=0
Modified: trunk/packages/mgltools/volume/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/control 2008-11-26 01:55:50 UTC (rev 2740)
+++ trunk/packages/mgltools/volume/trunk/debian/control 2008-11-26 13:41:11 UTC (rev 2741)
@@ -4,7 +4,7 @@
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python2.5-dev
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev
Standards-Version: 3.8.0
XS-Python-Version: 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/volume/trunk/?rev=0&sc=0
More information about the debian-med-commit
mailing list