diff -r 000000000000 -r 0c3e3011a942 gmyth-stream/client/debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-stream/client/debian/control Thu Apr 12 23:17:33 2007 +0100 @@ -0,0 +1,18 @@ +Source: gmythstream-client +Priority: optional +Maintainer: Hallyson Melo +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev +Standards-Version: 3.6.2 +Section: libs + +Package: gmythstream-client +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-0 +Description: This library can be used to access gmythstream server. + +Package: gmythstream-client-dev +Section: libdevel +Architecture: any +Depends: gmythstream-client (= ${Source-Version}), libglib2.0-dev +Description: The gmythstream-client library library development files.