From c35d277b1e57abd450e76f6e06a95f9fd07fd204 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Wed, 27 Apr 2011 18:31:41 +0200 Subject: [PATCH] Add ${misc:Depends} to the binary package. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9615914..dfc75c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 26 Apr 2011 16:19:32 +0200 diff --git a/debian/control b/debian/control index edfe9bd..77396d1 100644 --- a/debian/control +++ b/debian/control @@ -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 -- 2.39.2