Author: smoe-guest Date: 2009-05-14 20:38:06 +0000 (Thu, 14 May 2009) New Revision: 3378
Added: trunk/packages/mgltools/vision/trunk/debian/manpages trunk/packages/mgltools/vision/trunk/debian/runVision.1 Modified: trunk/packages/mgltools/vision/trunk/debian/changelog trunk/packages/mgltools/vision/trunk/debian/copyright trunk/packages/mgltools/vision/trunk/debian/rules Log: Added man page. Modified: trunk/packages/mgltools/vision/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/vision/trunk/debian/changelog 2009-05-13 07:47:49 UTC (rev 3377) +++ trunk/packages/mgltools/vision/trunk/debian/changelog 2009-05-14 20:38:06 UTC (rev 3378) @@ -1,3 +1,9 @@ +mgltools-vision (1.5.4.cvs.20090514-1) unstable; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Thu, 14 May 2009 21:46:48 +0200 + mgltools-vision (1.5.4.cvs.20081126-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/vision/trunk/debian/copyright =================================================================== --- trunk/packages/mgltools/vision/trunk/debian/copyright 2009-05-13 07:47:49 UTC (rev 3377) +++ trunk/packages/mgltools/vision/trunk/debian/copyright 2009-05-14 20:38:06 UTC (rev 3378) @@ -27,7 +27,7 @@ Copyright: The respective authors and the Scripps Research Institute - 2000-2008 Michael Sanner <[email protected]> + Copyright 2000-2008 Michael Sanner <[email protected]> License: Added: trunk/packages/mgltools/vision/trunk/debian/manpages =================================================================== --- trunk/packages/mgltools/vision/trunk/debian/manpages (rev 0) +++ trunk/packages/mgltools/vision/trunk/debian/manpages 2009-05-14 20:38:06 UTC (rev 3378) @@ -0,0 +1 @@ +debian/runVision.1 Modified: trunk/packages/mgltools/vision/trunk/debian/rules =================================================================== --- trunk/packages/mgltools/vision/trunk/debian/rules 2009-05-13 07:47:49 UTC (rev 3377) +++ trunk/packages/mgltools/vision/trunk/debian/rules 2009-05-14 20:38:06 UTC (rev 3378) @@ -15,6 +15,9 @@ include /usr/share/cdbs/1/class/python-distutils.mk #include /usr/share/cdbs/1/rules/simple-patchsys.mk +install:: + find . -name "runVision" | xargs -r chmod +x + clean:: find . -name CVS -a -type d| xargs -r rm -r find . -name "runVision" | xargs -r chmod +x Added: trunk/packages/mgltools/vision/trunk/debian/runVision.1 =================================================================== --- trunk/packages/mgltools/vision/trunk/debian/runVision.1 (rev 0) +++ trunk/packages/mgltools/vision/trunk/debian/runVision.1 2009-05-14 20:38:06 UTC (rev 3378) @@ -0,0 +1,31 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH VISION 1 "2009 May 14" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +vision \- workflows for cheminformatics and other applications +.SH SYNOPSIS +.B vision +.SH DESCRIPTION +Vision is a tool for establishing automated workflows. It is developed +and used for cheminformatics, i.e. the in silico screening for functional +compounds, but is applicable also for other applications. +.SH SEE ALSO +.BR http://mgltools.scripps.edu +.SH AUTHOR +This manual page was written for the Debian project by the Debian package's +maintainer with the hope to have stimulated the developers to provide of a more +substantial version. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
