Author: moeller Date: 2011-07-27 17:45:55 +0000 (Wed, 27 Jul 2011) New Revision: 7345
Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog trunk/packages/mgltools/pmv/trunk/debian/control trunk/packages/mgltools/pmv/trunk/debian/patches/series Log: Fixed dependency issue. Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-07-27 07:14:31 UTC (rev 7344) +++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-07-27 17:45:55 UTC (rev 7345) @@ -1,10 +1,11 @@ -mgltools-pmv (1.5.6~rc1+cvs.20110621-2) UNRELEASED; urgency=low +mgltools-pmv (1.5.6~rc1+cvs.20110617-2) unstable; urgency=low * New upload (lp: #484295) + * Added runtime dependency on mgltools-scenario2. - -- Steffen Moeller <[email protected]> Fri, 17 Jun 2011 01:20:23 +0200 + -- Steffen Moeller <[email protected]> Wed, 27 Jul 2011 17:38:59 +0200 -mgltools-pmv (1.5.6~rc1+cvs.20110621-1) unstable; urgency=low +mgltools-pmv (1.5.6~rc1+cvs.20110617-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pmv/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/control 2011-07-27 07:14:31 UTC (rev 7344) +++ trunk/packages/mgltools/pmv/trunk/debian/control 2011-07-27 17:45:55 UTC (rev 7345) @@ -17,7 +17,7 @@ Package: mgltools-pmv XB-Python-Version: ${python:Versions} Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, +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 Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/series =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/patches/series 2011-07-27 07:14:31 UTC (rev 7344) +++ trunk/packages/mgltools/pmv/trunk/debian/patches/series 2011-07-27 17:45:55 UTC (rev 7345) @@ -1,5 +1,5 @@ deversioningPython.patch -fix_shebangs.patch +#fix_shebangs.patch fix_string_exceptions.patch #blenderPmvClientGUI.patch syntax_fixes.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
