# HG changeset patch
# User melunko
# Date 1173286211 0
# Node ID e35c8369c0759171e30c28976265e076968e9a62
# Parent  c6ac7422fc7133372c96377065d5c69af2b9b8f8
[svn r403] Added debian/control condicional depency to libmysqlclient14 or libmysqlclient15

diff -r c6ac7422fc71 -r e35c8369c075 gmyth/debian/control
--- a/gmyth/debian/control	Wed Mar 07 14:30:28 2007 +0000
+++ b/gmyth/debian/control	Wed Mar 07 16:50:11 2007 +0000
@@ -1,19 +1,19 @@
 Source: gmyth
 Priority: optional
 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
 Standards-Version: 3.6.2
 Section: libs
 
 Package: gmyth
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15 | 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
 Section: libdevel
 Architecture: any
-Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev
+Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
 Description: The gmyth library development 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.