]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Add ${misc:Depends} to the binary package.
authorSven Hoexter <sven@timegate.de>
Wed, 16 Jun 2010 21:59:09 +0000 (21:59 +0000)
committerSven Hoexter <sven@timegate.de>
Wed, 16 Jun 2010 21:59:09 +0000 (21:59 +0000)
debian/changelog
debian/control

index 7fbb757ab05b1271ecf4194439d60aa5992c452b..2ffae39dc6980daf1fc36e218b6e211a8b8c20fb 100644 (file)
@@ -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 <hoexter@debian.org>  Wed, 16 Jun 2010 22:31:49 +0200
 
index aa9aa6549967a2fb0db811685286395419ce0711..a4e40af13ebbc3bf11b6327a1c84933d2e57755a 100644 (file)
@@ -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.