gmyth-stream/client/debian/control
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
permissions -rw-r--r--
[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
     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.