branches/gmyth-0.1b/debian/control
author rosfran
Wed Feb 07 20:38:39 2007 +0000 (2007-02-07)
branchtrunk
changeset 333 f9d778bb88a2
permissions -rw-r--r--
[svn r335] Some fixes to the do_get_file_info.
     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