]> git.sven.stormbind.net Git - sven/mysqltcl.git/commitdiff
Add ${misc:Depends} to the binary package.
authorSven Hoexter <sven@timegate.de>
Wed, 27 Apr 2011 16:31:41 +0000 (18:31 +0200)
committerSven Hoexter <sven@timegate.de>
Wed, 27 Apr 2011 16:31:41 +0000 (18:31 +0200)
debian/changelog
debian/control

index 96159142dbec6d160bd71e3bdb414b273dc2fe40..dfc75c70a9b28a80802a66d56b0153a8b0fe1c12 100644 (file)
@@ -10,6 +10,7 @@ mysqltcl (3.05-4) UNRELEASED; urgency=low
     + Shorten debian/rules to the bare essentials.
     + Override dh_makeshlibs call to add tcltk-depends.
   * Increase Standards-Version to 3.9.2, no changes required.
+  * Add ${misc:Depends} to the binary package.
 
  -- Sven Hoexter <hoexter@debian.org>  Tue, 26 Apr 2011 16:19:32 +0200
 
index edfe9bd69cd9189682876801be73bf3c29c712d1..77396d1f2d9ca9bd4a57f119adab3f2c9cda59d2 100644 (file)
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.sven.stormbind.net/?p=sven/mysqltcl.git
 
 Package: mysqltcl
 Architecture: any
-Depends: ${shlibs:Depends}, ${tclsh:Depends}
+Depends: ${shlibs:Depends}, ${tclsh:Depends}, ${misc:Depends}
 Description: interface to the MySQL database for the Tcl language
  The mysqltcl package provides a Tcl interface to the MySQL database system.
  Within Tcl you've a range of Tcl commands and a global Tcl array available