[med-svn] r1062 - in trunk/packages/mgltools: . mslib/trunk/debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Wed Jan 2 23:59:01 UTC 2008
Author: smoe-guest
Date: 2008-01-02 23:59:01 +0000 (Wed, 02 Jan 2008)
New Revision: 1062
Added:
trunk/packages/mgltools/README
Modified:
trunk/packages/mgltools/mslib/trunk/debian/changelog
trunk/packages/mgltools/mslib/trunk/debian/dirs
trunk/packages/mgltools/mslib/trunk/debian/rules
Log:
* mslib lintian clean
* added previously omitted README to help those who skim Debian-Med's svn repository.
Added: trunk/packages/mgltools/README
===================================================================
--- trunk/packages/mgltools/README (rev 0)
+++ trunk/packages/mgltools/README 2008-01-02 23:59:01 UTC (rev 1062)
@@ -0,0 +1,38 @@
+MGLTools for Debian
+===================
+
+or
+
+Why does the layout for this package differ from the others'
+============================================================
+
+The MGLTools suite is accompaning the AutoDockSuite with a wealth
+of python packages. Upstream distributes the MGLTools as
+one single tar file. But within that file, the folder MGLPACKS
+contains the real thing - another dozen of tar files of which each
+stands on its own. Some are actually scaled-down variants of external
+tools. They all carrry the same version number, though
+for some this may not be appropriate, i.e. stride is known for ages
+independently from the MGLTools.
+
+The AutoDockToolkit is part of the MLGTools and to some do sound
+more familiar than the MGLTools as a whole. Hence, I cannot
+tell at the moment how exactly the MGLTools will make it into
+Debian or how I should dissect the upstream sources properly.
+To have the packages flocking together in this subdirectory seemed
+like a reasonable approach to me. Just tell me if you have some
+better ideas.
+
+The package is in a semi-usable stage by now. Upstream's source
+tar file can be downloaded from mgltools.scripps.edu. The tar files
+distributed within that tar file should all remain as they are
+and be offered as origDir in the .svn/deb-layout files.
+All packages should compile just fine, except for opengltk which
+needs a line in /usr/include/GL/gl.h changed which is described
+just here http://mgltools.scripps.edu/downloads/instructions/1.5.0-source.
+
+I personally am not overly happy yet with the stability of the
+molecular graphics display. Yet I need to figure out if the official
+version behaves any better.
+
+Steffen Thu 20. Dez 20:12:06 CET 2007
Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog 2008-01-01 22:52:32 UTC (rev 1061)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog 2008-01-02 23:59:01 UTC (rev 1062)
@@ -1,6 +1,6 @@
mslib (1.5.0-1) unstable; urgency=low
- * Initial release.
+ * Initial release as part of the AutoDockToolkit (Closes: #458811).
-- Steffen Moeller <moeller at debian.org> Thu, 20 Dec 2007 16:27:31 +0100
Modified: trunk/packages/mgltools/mslib/trunk/debian/dirs
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/dirs 2008-01-01 22:52:32 UTC (rev 1061)
+++ trunk/packages/mgltools/mslib/trunk/debian/dirs 2008-01-02 23:59:01 UTC (rev 1062)
@@ -1,2 +1 @@
-/usr/bin
/usr/share
Modified: trunk/packages/mgltools/mslib/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/rules 2008-01-01 22:52:32 UTC (rev 1061)
+++ trunk/packages/mgltools/mslib/trunk/debian/rules 2008-01-02 23:59:01 UTC (rev 1062)
@@ -15,6 +15,21 @@
include /usr/share/cdbs/1/class/python-distutils.mk
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+# The static libraries are not needed once the
+# extension is built.
+#BUILDARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
+#install::
+# if [ "amd64" = $(BUILDARCH) ]; then \
+# echo "Installing libs for amd64" ; \
+# cp lib/linux2/* $(CURDIR)/debian/mslib/usr/lib/ ; \
+# elif [ "i386" = $(BUILDARCH) ]; then \
+# echo "Installing libs for i386" ; \
+# cp lib/linux2/* $(CURDIR)/debian/mslib/usr/lib/ ; \
+# else \
+# echo "Not prepared for architecture $(BUILDARCH)."; \
+# fi
+
+
clean::
rm -rf build build-stamp debian/Pmv
find . -name runPmv -exec chmod 755 {} \;
More information about the debian-med-commit
mailing list