branches/gmyth-0.1b/debian/control
author rosfran
Fri Feb 02 22:04:00 2007 +0000 (2007-02-02)
branchtrunk
changeset 322 eb6b0b1409b5
permissions -rw-r--r--
[svn r324] Added function to request how many recorders are available.
     1 Source: gmyth
     2 Priority: optional
     3 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
     4 Build-Depends: debhelper (>= 4.0.0)
     5 Standards-Version: 3.6.2
     6 Section: libs
     7 
     8 Package: gmyth
     9 Section: libs
    10 Architecture: any
    11 Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3
    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.
    13 
    14 Package: gmyth-dev
    15 Section: libdevel
    16 Architecture: any
    17 Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev
    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.
    19