packages/gmyth-debian/control
author renatofilho
Fri Feb 15 13:52:23 2008 +0000 (2008-02-15)
branchtrunk
changeset 915 e612ba1d16ab
permissions -rw-r--r--
[svn r924] created method gmyth_upnp_get_devices
renatofilho@905
     1
Source: gmyth
renatofilho@905
     2
Priority: optional
renatofilho@905
     3
Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
renatofilho@905
     4
Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3-dev | libcurl4-gnutls-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
renatofilho@905
     5
Standards-Version: 3.6.2
renatofilho@905
     6
Section: user/library
renatofilho@905
     7
renatofilho@905
     8
Package: gmyth
renatofilho@905
     9
Section: user/library
renatofilho@905
    10
Architecture: any
renatofilho@905
    11
Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3 | libcurl4-gnutls, libxml2, libglib2.0-0, libmysqlclient15 | libmysqlclient15off | libmysqlclient14
renatofilho@905
    12
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.
renatofilho@905
    13
renatofilho@905
    14
Package: gmyth-dev
renatofilho@905
    15
Section: user/library
renatofilho@905
    16
Architecture: any
renatofilho@905
    17
Depends: gmyth (= ${Source-Version}), libcurl3-dev | libcurl4-gnutls-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
renatofilho@905
    18
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.
renatofilho@905
    19
renatofilho@905
    20
Package: gmyth-utils
renatofilho@905
    21
Section: user/multimedia
renatofilho@905
    22
Architecture: any
renatofilho@905
    23
Depends: gmyth (= ${binary:Version})
renatofilho@905
    24
Description: The gmyth utils package. It contain the application gmyth-cat.
renatofilho@905
    25