packages/gmyth-debian/control
author renatofilho
Fri Feb 01 14:30:21 2008 +0000 (2008-02-01)
branchtrunk
changeset 905 d2d226b5a4bd
permissions -rw-r--r--
[svn r911] created release 0.7; moved debian dir to packages project
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