# HG changeset patch # User melunko # Date 1178634738 -3600 # Node ID 90bb7f60e0b960092a993f4df77729a46ac20b3e # Parent d6c1e32153568174ea89b795e73843ea42bb56ea [svn r642] Included possible dependency to libmysqlclient15off package diff -r d6c1e3215356 -r 90bb7f60e0b9 gmyth/debian/control --- a/gmyth/debian/control Tue May 08 15:28:20 2007 +0100 +++ b/gmyth/debian/control Tue May 08 15:32:18 2007 +0100 @@ -8,7 +8,7 @@ Package: gmyth Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15 | libmysqlclient14 +Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15 | libmysqlclient15off | libmysqlclient14 Description: The gmyth library binary files. GMyth is a library intended to access mythtv backend functionalities from a glib/gobject perspective. It includes access to the program guide, recorded programs, scheduling, etc. Package: gmyth-dev