branches/gmyth-0.1b/debian/control
author rosfran
Tue Feb 06 00:33:35 2007 +0000 (2007-02-06)
branchtrunk
changeset 326 81b1f3006eb2
permissions -rw-r--r--
[svn r328] Some fixes on program info, and some memory clean ups.
     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