[med-svn] r2710 - trunk/packages/mgltools/vision/trunk/debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Wed Nov 19 12:50:19 UTC 2008
Author: smoe-guest
Date: 2008-11-19 12:50:18 +0000 (Wed, 19 Nov 2008)
New Revision: 2710
Modified:
trunk/packages/mgltools/vision/trunk/debian/README.Debian
trunk/packages/mgltools/vision/trunk/debian/rules
Log:
Some smoothing of the cleanup to set access permissions.
Modified: trunk/packages/mgltools/vision/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/README.Debian 2008-11-19 12:37:27 UTC (rev 2709)
+++ trunk/packages/mgltools/vision/trunk/debian/README.Debian 2008-11-19 12:50:18 UTC (rev 2710)
@@ -24,4 +24,10 @@
via the Debian-Med alioth project that has its own portal on
http://debian-med.alioth.debian.org.
+This MolKit package has a few issues with the pdb2pqr conversion
+tool that it ships with it. That tool however is currently being
+packaged for Debian independently from this effort and the expectation
+is that the sources for this package will be simplified respectively
+once that this other package hits the mirrors.
+
-- Steffen Moeller <moeller at debian.org> Sun, 20 Jul 2008 00:33:11 +0200
Modified: trunk/packages/mgltools/vision/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/rules 2008-11-19 12:37:27 UTC (rev 2709)
+++ trunk/packages/mgltools/vision/trunk/debian/rules 2008-11-19 12:50:18 UTC (rev 2710)
@@ -17,7 +17,5 @@
clean::
find . -name CVS -a -type d| xargs -r rm -r
- find . -name "*.png" | xargs -r chmod -x
find . -name "runVision" | xargs -r chmod +x
- rm -rf build build-stamp debian/Pmv
- find . -name *.png -o -name *.pdb -o -name *.gif -exec file chmod 644 '{}' \;
+ find . -name *.jpg -o -name *.png -o -name *.pdb -o -name *.gif | xargs -r chmod 644
More information about the debian-med-commit
mailing list