gmyth-stream/client/debian/control
author renatofilho
Thu May 03 14:39:25 2007 +0100 (2007-05-03)
branchtrunk
changeset 622 4691abcf4f45
permissions -rw-r--r--
[svn r628] fixed samples makefile
     1 Source: gmythstream-client
     2 Priority: optional
     3 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
     4 Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev
     5 Standards-Version: 3.6.2
     6 Section: libs
     7 
     8 Package: gmythstream-client
     9 Section: libs
    10 Architecture: any
    11 Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-0
    12 Description: This library can be used to access gmythstream server.
    13 
    14 Package: gmythstream-client-dev
    15 Section: libdevel
    16 Architecture: any
    17 Depends: gmythstream-client (= ${Source-Version}), libglib2.0-dev
    18 Description: The gmythstream-client library library development files.