Author: alteholz-guest Date: 2011-08-08 17:18:50 +0000 (Mon, 08 Aug 2011) New Revision: 7393
Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog trunk/packages/mgltools/pmv/trunk/debian/control trunk/packages/mgltools/pmv/trunk/debian/rules Log: split test functions from main package Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-08-08 10:21:50 UTC (rev 7392) +++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2011-08-08 17:18:50 UTC (rev 7393) @@ -1,3 +1,11 @@ +mgltools-pmv (1.5.6~rc1+cvs.20110808-1) unstable; urgency=low + + * New upstream version. + * separate test functions from main package into mgltools-pmv-test to + reduce size of mgltools-pmv + + -- Thorsten Alteholz <[email protected]> Mon, 08 Aug 2011 18:20:59 +0200 + mgltools-pmv (1.5.6~rc1+cvs.20110617-2) unstable; urgency=low * New upload (lp: #484295) Modified: trunk/packages/mgltools/pmv/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/control 2011-08-08 10:21:50 UTC (rev 7392) +++ trunk/packages/mgltools/pmv/trunk/debian/control 2011-08-08 17:18:50 UTC (rev 7393) @@ -22,7 +22,7 @@ mgltools-viewerframework, mgltools-dejavu, python-zsi, mgltools-geomutils, idle-python2.7|idle-python2.6|idle-python2.5, python-imaging-tk, autodocktools Recommends: apbs -Suggests: mgltools-qslimlib +Suggests: mgltools-qslimlib, mgltools-pmv-test Enhances: autodocktools Description: Python-based Molecular Viewer This package is part of the mgltools set of Python libraries which @@ -31,3 +31,17 @@ . It provides a complete molecular viewer of protein structures and their ligands. + +Package: mgltools-pmv-test +XB-Python-Version: ${python:Versions} +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-pmv +Description: Python-based Molecular Viewer (functionality tests) + This package is part of the mgltools set of Python libraries which + provide an infrastructure for the analysis of protein structures and + their docking of chemical compounds. + . + It provides a complete molecular viewer of protein structures and their + ligands. + . + This package contains functionality tests. Modified: trunk/packages/mgltools/pmv/trunk/debian/rules =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/rules 2011-08-08 10:21:50 UTC (rev 7392) +++ trunk/packages/mgltools/pmv/trunk/debian/rules 2011-08-08 17:18:50 UTC (rev 7393) @@ -21,6 +21,19 @@ sed -i -e 's/# update the widget entr.*$$/# update the widget entryfields/' Pmv/sdCommands.py override_dh_install: + # everything is in debian/tmp now and has to be split + mkdir -p debian/mgltools-pmv + mkdir -p debian/mgltools-pmv-test/usr/lib/python2.7/dist-packages/Pmv/VisionInterface + mkdir -p debian/mgltools-pmv-test/usr/lib/python2.6/dist-packages/Pmv/VisionInterface + mkdir -p debian/mgltools-pmv-test/usr/lib/python2.7/dist-packages/Pmv/scenarioInterface + mkdir -p debian/mgltools-pmv-test/usr/lib/python2.6/dist-packages/Pmv/scenarioInterface + mv debian/tmp/usr/lib/python2.7/dist-packages/Pmv/Tests debian/mgltools-pmv-test/usr/lib/python2.7/dist-packages/Pmv + mv debian/tmp/usr/lib/python2.6/dist-packages/Pmv/Tests debian/mgltools-pmv-test/usr/lib/python2.6/dist-packages/Pmv + mv debian/tmp/usr/lib/python2.6/dist-packages/Pmv/VisionInterface/Tests debian/mgltools-pmv-test/usr/lib/python2.6/dist-packages/Pmv/VisionInterface + mv debian/tmp/usr/lib/python2.7/dist-packages/Pmv/VisionInterface/Tests debian/mgltools-pmv-test/usr/lib/python2.7/dist-packages/Pmv/VisionInterface + mv debian/tmp/usr/lib/python2.6/dist-packages/Pmv/scenarioInterface/Tests debian/mgltools-pmv-test/usr/lib/python2.6/dist-packages/Pmv/scenarioInterface + mv debian/tmp/usr/lib/python2.7/dist-packages/Pmv/scenarioInterface/Tests debian/mgltools-pmv-test/usr/lib/python2.7/dist-packages/Pmv/scenarioInterface + mv debian/tmp/* debian/mgltools-pmv dh_install find . -name runPmv -exec chmod 755 {} \; find . -name *.xpm -o -name *.h -o -name *.bat -o -name *.str -o -name *.fti -o -name *.res -o -name *.dylib | xargs -r chmod -x _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
