Author: tille Date: 2011-12-07 10:34:02 +0000 (Wed, 07 Dec 2011) New Revision: 8804
Modified: trunk/packages/mgltools/pmv/trunk/debian/README.source trunk/packages/mgltools/pmv/trunk/debian/changelog trunk/packages/mgltools/pmv/trunk/debian/control Log: Resolved circular dependency by recommending autodocktools instead from depending from it. In case there *really* should be a strong dependency this is not the correct fix and we need further work to split up autodocktools in reasonable pieces to make sure we will reach the release goal. Modified: trunk/packages/mgltools/pmv/trunk/debian/README.source =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/README.source 2011-12-07 10:09:33 UTC (rev 8803) +++ trunk/packages/mgltools/pmv/trunk/debian/README.source 2011-12-07 10:34:02 UTC (rev 8804) @@ -17,6 +17,6 @@ For further details on how to prepare the source for the packaging, please refer to -http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/BUILD?op=file&rev=0&sc=0 +http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mgltools/BUILD?view=markup -- Steffen Moeller <[email protected]> Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-12-07 10:09:33 UTC (rev 8803) +++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-12-07 10:34:02 UTC (rev 8804) @@ -1,3 +1,11 @@ +mgltools-pmv (1.5.6~rc2+cvs.20110926-2) unstable; urgency=low + + * Fixed VCS fields in debian/control and debian/README.source + * debian/control: Move autodocktools from Depends to Recommends + Closes: #633362 + + -- Andreas Tille <[email protected]> Wed, 07 Dec 2011 11:10:17 +0100 + mgltools-pmv (1.5.6~rc2+cvs.20110926-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pmv/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/control 2011-12-07 10:09:33 UTC (rev 8803) +++ trunk/packages/mgltools/pmv/trunk/debian/control 2011-12-07 10:34:02 UTC (rev 8804) @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 8), python-all (>= 2.6) Standards-Version: 3.9.2 XS-Python-Version: >= 2.5 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pmv/trunk/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/pmv/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pmv/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/pmv/trunk/ Homepage: http://mgltools.scripps.edu/ Package: mgltools-pmv @@ -20,8 +20,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-scenario2, mgltools-mglutil, mgltools-support, mgltools-opengltk, mgltools-molkit, mgltools-viewerframework, mgltools-dejavu, python-zsi, mgltools-geomutils, - idle-python2.7|idle-python2.6|idle-python2.5, python-imaging-tk, autodocktools -Recommends: apbs + idle-python2.7|idle-python2.6|idle-python2.5, python-imaging-tk +Recommends: apbs, autodocktools Suggests: mgltools-qslimlib, mgltools-pmv-test Enhances: autodocktools Description: Python-based Molecular Viewer _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
