diff -r 000000000000 -r 7ad2e23504e6 gmyth-stream/client/debian/control
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gmyth-stream/client/debian/control	Fri May 04 23:03:05 2007 +0100
@@ -0,0 +1,18 @@
+Source: gmythstream-client
+Priority: optional
+Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
+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.