From: Sven Hoexter Date: Sat, 27 Dec 2008 19:31:36 +0000 (+0000) Subject: Stretch the long description a bit with footage from the manpage. X-Git-Tag: debian/3.05-2~8 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=commitdiff_plain;h=34359adfe95c5250e3b8d1d799fe89a11bca4ea2 Stretch the long description a bit with footage from the manpage. (Noted by Ondrej Certik) --- diff --git a/debian/changelog b/debian/changelog index 7a3a38f..ef4147c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ mysqltcl (3.05-2) UNRELEASED; urgency=low * Bump Standards-Version to 3.8.0 + Added a README.source. * Add a short description to the man-section patch. + * Stretch the long description a bit with footage from the manpage. + (Noted by Ondrej Certik) -- Sven Hoexter Sat, 27 Dec 2008 19:42:58 +0100 diff --git a/debian/control b/debian/control index 39ceb25..c7e3e14 100644 --- a/debian/control +++ b/debian/control @@ -12,5 +12,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${tclsh:Depends} Description: Interface to the MySQL database for the Tcl language The mysqltcl package provides a Tcl interface to the MySQL database system. - - + It offers a collection of Tcl commands and Tcl global array to provide + access to the MySQL database server. + Written in C mysqltcluses the official MySQL C-API so that almost all + Tcl commands correspond to the MySQL C-API functions.