From: Sven Hoexter Date: Wed, 16 Jun 2010 21:59:09 +0000 (+0000) Subject: Add ${misc:Depends} to the binary package. X-Git-Tag: debian/7.19.6-2~16 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=ff038386123640d77c544dce03d9344a479bd2f0 Add ${misc:Depends} to the binary package. --- diff --git a/debian/changelog b/debian/changelog index 7fbb757..2ffae39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ tclcurl (7.19.6-2) UNRELEASED; urgency=low * Bumb Standards-Version to 3.8.4 - no changes. + * Add ${misc:Depends} to the binary package. -- Sven Hoexter Wed, 16 Jun 2010 22:31:49 +0200 diff --git a/debian/control b/debian/control index aa9aa65..a4e40af 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Svn: svn://www.stormbind.net/debian-pkgs-sven/tclcurl/trunk Package: tclcurl Architecture: any Suggests: libcurl4-gnutls-dev -Depends: ${shlibs:Depends}, ${tclsh:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, ${tclsh:Depends} Description: Tcl bindings to libcurl This module enables the use of libcurl in Tcl scripts. Please refer to the libcurl documentation available in the libcurl4-gnutls-dev package.