Author: moeller Date: 2010-11-22 09:36:01 +0000 (Mon, 22 Nov 2010) New Revision: 5457
Modified: trunk/packages/mgltools/pmv/trunk/debian/README.Debian trunk/packages/mgltools/pmv/trunk/debian/changelog trunk/packages/mgltools/pmv/trunk/debian/control Log: Fixing runtime error caused by missing dependencies. Modified: trunk/packages/mgltools/pmv/trunk/debian/README.Debian =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/README.Debian 2010-11-22 08:48:35 UTC (rev 5456) +++ trunk/packages/mgltools/pmv/trunk/debian/README.Debian 2010-11-22 09:36:01 UTC (rev 5457) @@ -24,4 +24,9 @@ via the Debian-Med alioth project that has its own portal on http://debian-med.alioth.debian.org. +A particular note concerning the packaging of Pmv: this package was +found to depend on autodocktools, while it should be a slimmer +variant of it. The situation is expcted to be rectified with +one of the next versions. + -- Steffen Moeller <[email protected]> Sun, 20 Jul 2008 00:33:11 +0200 Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/changelog 2010-11-22 08:48:35 UTC (rev 5456) +++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2010-11-22 09:36:01 UTC (rev 5457) @@ -1,8 +1,9 @@ mgltools-pmv (1.5.4.cvs.20100912-2) UNRELEASED; urgency=low - * Added dependency on python-imaging-tk (Closes: #603027)unstable + * Added dependency on python-imaging-tk (Closes: #603027). + * Added dependency on autodocktools. - -- Steffen Moeller <[email protected]> Fri, 12 Nov 2010 14:20:35 +0100 + -- Steffen Moeller <[email protected]> Mon, 15 Nov 2010 13:43:49 +0100 mgltools-pmv (1.5.4.cvs.20100912-1) unstable; urgency=low Modified: trunk/packages/mgltools/pmv/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/control 2010-11-22 08:48:35 UTC (rev 5456) +++ trunk/packages/mgltools/pmv/trunk/debian/control 2010-11-22 09:36:01 UTC (rev 5457) @@ -16,7 +16,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, mgltools-geomutils, idle-python2.6|idle-python2.5, python-imaging-tk +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-mglutil, mgltools-support, mgltools-opengltk, mgltools-molkit, mgltools-viewerframework, mgltools-dejavu, python-zsi, mgltools-geomutils, idle-python2.6|idle-python2.5, python-imaging-tk, autodocktools Recommends: apbs Suggests: mgltools-qslimlib Enhances: autodocktools _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
