diff -r 000000000000 -r d2d226b5a4bd packages/gmyth-debian/control
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/packages/gmyth-debian/control	Fri Feb 01 14:30:21 2008 +0000
@@ -0,0 +1,25 @@
+Source: gmyth
+Priority: optional
+Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3-dev | libcurl4-gnutls-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
+Standards-Version: 3.6.2
+Section: user/library
+
+Package: gmyth
+Section: user/library
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3 | libcurl4-gnutls, libxml2, libglib2.0-0, libmysqlclient15 | libmysqlclient15off | libmysqlclient14
+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.
+
+Package: gmyth-dev
+Section: user/library
+Architecture: any
+Depends: gmyth (= ${Source-Version}), libcurl3-dev | libcurl4-gnutls-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
+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.
+
+Package: gmyth-utils
+Section: user/multimedia
+Architecture: any
+Depends: gmyth (= ${binary:Version})
+Description: The gmyth utils package. It contain the application gmyth-cat.
+