Author: tille Date: 2011-02-11 08:59:30 +0000 (Fri, 11 Feb 2011) New Revision: 5949
Modified: trunk/packages/libtecla/trunk/debian/control Log: Versioned Build-Depends debhelper; fixed short description Modified: trunk/packages/libtecla/trunk/debian/control =================================================================== --- trunk/packages/libtecla/trunk/debian/control 2011-02-11 08:52:30 UTC (rev 5948) +++ trunk/packages/libtecla/trunk/debian/control 2011-02-11 08:59:30 UTC (rev 5949) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Scott Christley <[email protected]> -Build-Depends: cdbs, debhelper, quilt, autotools-dev, d-shlibs +Build-Depends: cdbs, debhelper (>= 7), quilt, autotools-dev, d-shlibs Standards-Version: 3.9.1 Homepage: http://www.astro.caltech.edu/~mcs/tecla/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libtecla/trunk/?rev=0&sc=0 @@ -16,7 +16,8 @@ Depends: libtecla1 (= ${binary:Version}), ${misc:Depends} Provides: libtecla-dev Conflicts: libtecla-dev -Description: The tecla library provides UNIX and LINUX programs with interactive +Description: interactive command line editing facilities (development) + The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the UNIX tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names or @@ -45,7 +46,8 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: The tecla library provides UNIX and LINUX programs with interactive +Description: interactive command line editing facilities + The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the UNIX tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names or _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
