Author: smoe-guest Date: 2009-01-07 12:08:28 +0000 (Wed, 07 Jan 2009) New Revision: 2918
Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog trunk/packages/mgltools/dejavu/trunk/debian/control trunk/packages/mgltools/pmv/trunk/debian/changelog trunk/packages/mgltools/pmv/trunk/debian/control Log: Added missing dependency to mgltools-geomutils. Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/dejavu/trunk/debian/changelog 2009-01-07 09:52:08 UTC (rev 2917) +++ trunk/packages/mgltools/dejavu/trunk/debian/changelog 2009-01-07 12:08:28 UTC (rev 2918) @@ -1,3 +1,9 @@ +mgltools-dejavu (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low + + * Added dependency to mgltools-geomutils (spotted by Michal Kaukič). + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:10 +0100 + mgltools-dejavu (1.5.4.cvs.20081126-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/dejavu/trunk/debian/control =================================================================== --- trunk/packages/mgltools/dejavu/trunk/debian/control 2009-01-07 09:52:08 UTC (rev 2917) +++ trunk/packages/mgltools/dejavu/trunk/debian/control 2009-01-07 12:08:28 UTC (rev 2918) @@ -15,7 +15,7 @@ Package: mgltools-dejavu XB-Python-Version: ${python:Versions} Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-opengltk, mgltools-pyglf +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-opengltk, mgltools-pyglf, mgltools-geomutils Suggests: mgltools-qslimlib Description: visualization of 3D geometry using the OpenGL with Python The library is needed by mgltools-autodocktools at runtime. It provides Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/changelog 2009-01-07 09:52:08 UTC (rev 2917) +++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2009-01-07 12:08:28 UTC (rev 2918) @@ -1,3 +1,9 @@ +mgltools-pmv (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low + + * Added dependency to mgltools-geomutils (spotted by Michal Kaukič). + + -- Steffen Moeller <[email protected]> Wed, 07 Jan 2009 13:04:48 +0100 + mgltools-pmv (1.5.4.cvs.20081126-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pmv/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/control 2009-01-07 09:52:08 UTC (rev 2917) +++ trunk/packages/mgltools/pmv/trunk/debian/control 2009-01-07 12:08:28 UTC (rev 2918) @@ -15,7 +15,7 @@ Package: mgltools-pmv XB-Python-Version: ${python:Versions} Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-mglutil, mgltools-support, mgltools-opengltk, mgltools-molkit, mgltools-viewerframework, mgltools-dejavu, python-zsi +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-mglutil, mgltools-support, mgltools-opengltk, mgltools-molkit, mgltools-viewerframework, mgltools-dejavu, python-zsi, mgltools-geomutils Recommends: apbs Suggests: mgltools-qslimlib Description: Python-based Molecular Viewer _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
