Author: tille Date: 2012-03-30 13:23:35 +0000 (Fri, 30 Mar 2012) New Revision: 10194
Modified: trunk/packages/rostlab/librostlab/trunk/debian/changelog trunk/packages/rostlab/librostlab/trunk/debian/control Log: Enhanced long description: Please try to look at the description of a package from a general users point of view who has way less knowledge about the package than you. Modified: trunk/packages/rostlab/librostlab/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/librostlab/trunk/debian/changelog 2012-03-30 13:06:39 UTC (rev 10193) +++ trunk/packages/rostlab/librostlab/trunk/debian/changelog 2012-03-30 13:23:35 UTC (rev 10194) @@ -1,10 +1,18 @@ librostlab (1.0.20-1) UNRELEASED; urgency=low + [ Laszlo Kajan ] * Moved blast parser out into librostlab-blast. * Initial release in Debian (Closes: #666192) - -- Laszlo Kajan <[email protected]> Wed, 28 Mar 2012 16:53:34 +0200 + [ Andreas Tille ] + * debian/control: + - Enhanced long description - Joe Debian-User might possibly + not know what rostlab is and from the explanation it did not + became clear that the library is useful in computational + biology + -- Andreas Tille <[email protected]> Fri, 30 Mar 2012 15:21:06 +0200 + librostlab (1.0.19) unstable; urgency=low * Added trace_scanning() and changed trace_scanning( bool ) Modified: trunk/packages/rostlab/librostlab/trunk/debian/control =================================================================== --- trunk/packages/rostlab/librostlab/trunk/debian/control 2012-03-30 13:06:39 UTC (rev 10193) +++ trunk/packages/rostlab/librostlab/trunk/debian/control 2012-03-30 13:23:35 UTC (rev 10194) @@ -1,7 +1,8 @@ Source: librostlab Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Laszlo Kajan <[email protected]> +Uploaders: Laszlo Kajan <[email protected]>, + Andreas Tille <[email protected]> Build-Depends: debhelper (>= 7.0.50~), autotools-dev, doxygen, graphviz Standards-Version: 3.9.3 Section: libs @@ -14,7 +15,12 @@ Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Description: C++ library from the Rost Lab +Description: C++ library for computational biology + This library was developed by the Rost Lab. The lab's research is + driven by a conviction that protein and DNA sequences encode a + significant core of information about the ultimate structure and + function of genetic material and its gene products. + . The library provides the following facilities: * current working directory resource * exception with stack backtrace @@ -33,7 +39,12 @@ Suggests: librostlab-doc Provides: librostlab-dev Replaces: librostlab0-dev -Description: C++ library from the Rost Lab +Description: C++ library for computational biology + This library was developed by the Rost Lab. The lab's research is + driven by a conviction that protein and DNA sequences encode a + significant core of information about the ultimate structure and + function of genetic material and its gene products. + . The library provides the following facilities: * current working directory resource * exception with stack backtrace @@ -50,7 +61,12 @@ Section: doc Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Description: C++ library from the Rost Lab +Description: C++ library for computational biology + This library was developed by the Rost Lab. The lab's research is + driven by a conviction that protein and DNA sequences encode a + significant core of information about the ultimate structure and + function of genetic material and its gene products. + . The library provides the following facilities: * current working directory resource * exception with stack backtrace _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
