Author: smoe-guest Date: 2008-12-14 22:24:49 +0000 (Sun, 14 Dec 2008) New Revision: 2782
Modified: trunk/packages/mgltools/BUILD trunk/packages/mgltools/autodocktools/trunk/debian/changelog trunk/packages/mgltools/autodocktools/trunk/debian/control trunk/packages/mgltools/bhtree/trunk/debian/changelog trunk/packages/mgltools/cmolkit/trunk/debian/changelog trunk/packages/mgltools/dejavu/trunk/debian/changelog trunk/packages/mgltools/gle/trunk/debian/changelog trunk/packages/mgltools/mglutil/trunk/debian/changelog trunk/packages/mgltools/molkit/trunk/debian/changelog trunk/packages/mgltools/mslib/trunk/debian/changelog trunk/packages/mgltools/networkeditor/trunk/debian/changelog trunk/packages/mgltools/opengltk/trunk/debian/changelog trunk/packages/mgltools/opengltk/trunk/debian/control trunk/packages/mgltools/pmv/trunk/debian/control trunk/packages/mgltools/pmv/trunk/debian/rules trunk/packages/mgltools/pyautodock/trunk/debian/changelog trunk/packages/mgltools/pybabel/trunk/debian/changelog trunk/packages/mgltools/pyglf/trunk/debian/changelog trunk/packages/mgltools/qslimlib/trunk/debian/changelog trunk/packages/mgltools/scenario/trunk/debian/changelog trunk/packages/mgltools/sff/trunk/debian/changelog trunk/packages/mgltools/support/trunk/debian/changelog trunk/packages/mgltools/symserv/trunk/debian/changelog trunk/packages/mgltools/utpackages/trunk/debian/changelog trunk/packages/mgltools/utpackages/trunk/debian/control trunk/packages/mgltools/utpackages/trunk/debian/rules trunk/packages/mgltools/viewerframework/trunk/debian/changelog trunk/packages/mgltools/vision/trunk/debian/changelog trunk/packages/mgltools/volume/trunk/debian/changelog Log: Some overdue commit, as it seems. Fixed some build problem with the utpackages. Modified: trunk/packages/mgltools/BUILD =================================================================== --- trunk/packages/mgltools/BUILD 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/BUILD 2008-12-14 22:24:49 UTC (rev 2782) @@ -19,7 +19,9 @@ individual packages to appear with their original names, e.g. "support", since these are too ambiguous. -Comment: The instructions on CVS need an update. +Comment: The instructions on CVS need an update. Sargis and Anna kindly + provide their download script online at + http://mgltools.scripps.edu/downloads/tars/releases/cvs_scripts 1. How to build from upstream CVS @@ -108,6 +110,7 @@ files need to match. From debian-med/trunk/packages/mgltools execute the following lines to add the new version to the changelogs + if [ ! -d tarballs ]; then cd ..; fi if [ -z "$VERSIONNAME" ]; then echo "Please specify the new version first." else @@ -147,6 +150,7 @@ utpackages \ opengltk \ dejavu \ + molkit \ pmv \ gle \ viewerframework \ Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/autodocktools/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +autodocktools (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:08 +0100 + autodocktools (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/autodocktools/trunk/debian/control =================================================================== --- trunk/packages/mgltools/autodocktools/trunk/debian/control 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/autodocktools/trunk/debian/control 2008-12-14 22:24:49 UTC (rev 2782) @@ -16,7 +16,7 @@ XB-Python-Version: ${python:Versions} Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-pmv, mgltools-molkit, mgltools-volume, mgltools-support, python-imaging-tk, mgltools-viewerframework -Recommends: mgltools-pyautodock +Recommends: mgltools-pyautodock, mgltools-utpackages Suggests: autodock Description: GUI to help set up, launch and analyze AutoDock dockings This package is part of the mgltools set of Python libraries which Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/bhtree/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/bhtree/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-bhtree (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:09 +0100 + mgltools-bhtree (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-cmolkit (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:10 +0100 + mgltools-cmolkit (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/dejavu/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/dejavu/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-dejavu (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:10 +0100 + mgltools-dejavu (1.5.2.cvs.20081109-2) unstable; urgency=low * Dependency to qslimlib corrected to become a suggestion. Modified: trunk/packages/mgltools/gle/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/gle/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/gle/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-gle (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:11 +0100 + mgltools-gle (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/mglutil/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/mglutil/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-mglutil (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:12 +0100 + mgltools-mglutil (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/molkit/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/molkit/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-molkit (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:13 +0100 + mgltools-molkit (1.5.2.cvs.20081109-2) unstable; urgency=low * Fix: corrected address of FSF in copyright Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/mslib/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/mslib/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-mslib (1.5.4.cvs.20081126-1) UNRELEASED; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:13 +0100 + mgltools-mslib (1.5.2.cvs.20081109-1) UNRELEASED; urgency=low * New upstream version. Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-networkeditor (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:14 +0100 + mgltools-networkeditor (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/opengltk/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/opengltk/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-opengltk (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:14 +0100 + mgltools-opengltk (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/opengltk/trunk/debian/control =================================================================== --- trunk/packages/mgltools/opengltk/trunk/debian/control 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/opengltk/trunk/debian/control 2008-12-14 22:24:49 UTC (rev 2782) @@ -17,7 +17,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libglu1-mesa, tk8.4|tk8.5|tk, python-numpy, mgltools-gle Description: opengltk python extension The library is needed by mgltools-autodocktools at runtime. It contains - the interface for building OpenGL python extensions with the python + the interface for building OpenGL python extensions with the Python build system Distutils. Distutils uses SWIG for generating C wrapper code. Modified: trunk/packages/mgltools/pmv/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/control 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/pmv/trunk/debian/control 2008-12-14 22:24:49 UTC (rev 2782) @@ -16,6 +16,7 @@ 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 +Recommends: apbs Suggests: mgltools-qslimlib Description: Python-based Molecular Viewer This package is part of the mgltools set of Python libraries which Modified: trunk/packages/mgltools/pmv/trunk/debian/rules =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/rules 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/pmv/trunk/debian/rules 2008-12-14 22:24:49 UTC (rev 2782) @@ -13,8 +13,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk -#include /usr/share/cdbs/1/rules/simple-patchsys.mk +#include /usr/share/cdbs/1/rules/patchsys-quilt.mk clean:: rm -rf build build-stamp debian/Pmv Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pyautodock/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-pyautodock (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:16 +0100 + mgltools-pyautodock (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pybabel/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/pybabel/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-pybabel (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:16 +0100 + mgltools-pybabel (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pyglf/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/pyglf/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-pyglf (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:17 +0100 + mgltools-pyglf (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/qslimlib/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-qslimlib (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:17 +0100 + mgltools-qslimlib (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/scenario/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/scenario/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/scenario/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-scenario (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:18 +0100 + mgltools-scenario (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/sff/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/sff/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/sff/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-sff (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:19 +0100 + mgltools-sff (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/support/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/support/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/support/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-support (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:19 +0100 + mgltools-support (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/symserv/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/symserv/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-symserv (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:20 +0100 + mgltools-symserv (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/utpackages/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/utpackages/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,16 @@ +mgltools-utpackages (1.5.4.cvs.20081126-2) unstable; urgency=low + + * Another fix with gcc-4.3 that seems to have escaped me. + + -- Steffen Moeller <[email protected]> Sun, 14 Dec 2008 21:21:19 +0100 + +mgltools-utpackages (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + * Fix of incompatibility with gcc-4.3 + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:20 +0100 + mgltools-utpackages (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/utpackages/trunk/debian/control =================================================================== --- trunk/packages/mgltools/utpackages/trunk/debian/control 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/utpackages/trunk/debian/control 2008-12-14 22:24:49 UTC (rev 2782) @@ -16,6 +16,7 @@ XB-Python-Version: ${python:Versions} Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Suggests: apbs Description: UT Austin software Python extensions This package is part of the mgltools set of Python libraries which provide an infrastructure for the analysis of protein structures and Modified: trunk/packages/mgltools/utpackages/trunk/debian/rules =================================================================== --- trunk/packages/mgltools/utpackages/trunk/debian/rules 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/utpackages/trunk/debian/rules 2008-12-14 22:24:49 UTC (rev 2782) @@ -10,6 +10,7 @@ #export DH_VERBOSE=1 export DEB_PYTHON_SYSTEM=pycentral +export CFLAGS=-fpermissive include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-viewerframework (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:21 +0100 + mgltools-viewerframework (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/vision/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/vision/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/vision/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-vision (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:22 +0100 + mgltools-vision (1.5.2.cvs.20081109-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/volume/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/volume/trunk/debian/changelog 2008-12-14 14:32:20 UTC (rev 2781) +++ trunk/packages/mgltools/volume/trunk/debian/changelog 2008-12-14 22:24:49 UTC (rev 2782) @@ -1,3 +1,9 @@ +mgltools-volume (1.5.4.cvs.20081126-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Wed, 26 Nov 2008 14:43:22 +0100 + mgltools-volume (1.5.2.cvs.20081109-2) unstable; urgency=low * Fixed dependency to (not yet existing) package -> suggestion. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
