[svn r403] Added debian/control condicional depency to libmysqlclient14 or libmysqlclient15
1.1 --- a/gmyth/debian/control Wed Mar 07 14:30:28 2007 +0000
1.2 +++ b/gmyth/debian/control Wed Mar 07 16:50:11 2007 +0000
1.3 @@ -1,19 +1,19 @@
1.4 Source: gmyth
1.5 Priority: optional
1.6 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
1.7 -Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev
1.8 +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
1.9 Standards-Version: 3.6.2
1.10 Section: libs
1.11
1.12 Package: gmyth
1.13 Section: libs
1.14 Architecture: any
1.15 -Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15
1.16 +Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15 | libmysqlclient14
1.17 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.
1.18
1.19 Package: gmyth-dev
1.20 Section: libdevel
1.21 Architecture: any
1.22 -Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev
1.23 +Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
1.24 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.
1.25