[med-svn] r2708 - trunk/packages/mgltools
moeller at alioth.debian.org
moeller at alioth.debian.org
Wed Nov 19 12:25:14 UTC 2008
Author: moeller
Date: 2008-11-19 12:25:14 +0000 (Wed, 19 Nov 2008)
New Revision: 2708
Modified:
trunk/packages/mgltools/BUILD
trunk/packages/mgltools/README
Log:
Updates for the build process
Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD 2008-11-19 06:36:37 UTC (rev 2707)
+++ trunk/packages/mgltools/BUILD 2008-11-19 12:25:14 UTC (rev 2708)
@@ -135,8 +135,10 @@
for p in \
support \
+ scenario \
symserv \
pybabel \
+ pyglf \
bhtree \
sff \
mglutil \
@@ -149,6 +151,8 @@
gle \
viewerframework \
pyautodock \
+ networkeditor \
+ vision \
; do
(cd $p/trunk && \
svn-buildpackage -us -uc -rfakeroot --svn-ignore && \
Modified: trunk/packages/mgltools/README
===================================================================
--- trunk/packages/mgltools/README 2008-11-19 06:36:37 UTC (rev 2707)
+++ trunk/packages/mgltools/README 2008-11-19 12:25:14 UTC (rev 2708)
@@ -6,8 +6,8 @@
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
+The MGLTools suite is accompanying the AutoDockSuite with an impressive
+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
@@ -37,4 +37,43 @@
upstream's tar files and upstream directly for any issues that
you encountered in between official releases.
+What is there to do if those non-free packages don't appear for your architecture
+=================================================================================
+
+The autobuilders will only auto-address the compilation of packages that
+are in main, but not those is non-free. And the MGLTools are in non-free
+since our friends with an industrial background are not allowed to use
+it without a license. And academia is not allowed to earn money with
+it either. There are autobuilders for non-free but as I am writing the
+MGLTools packages have not found their way to them, yet.
+
+To find the packages affected by the non-free build issue are:
+
+$ grep ": any" */trunk/debian/control | cut -f1 -d/
+bhtree
+cmolkit
+geomutils
+gle
+molkit
+opengltk
+pyglf
+qslimlib
+sff
+utpackages
+
+Not all of these packages are uploaded to the distribution, though.
+Preferably in a prestine chroot directory perform the following:
+
+for p in bhtree sff geomutils gle molkit opengltk pyglf utpackages
+do
+ apt-get build-dep mgltools-$p
+ apt-get source --compile mgltools-$p
+ dpkg -i mgltools-${p}_*.deb
+done
+
+And if you are a Debian developer who is also using these packages on
+the platform at hand and if you feel responsible for future updates,
+too, then please also upload the packages to the Debian non-free servers.
+
+
-- Steffen <moeller at debian.org> Sat, 08 Nov 2008 23:25:06 +0100
More information about the debian-med-commit
mailing list