diff -r 000000000000 -r 81b1f3006eb2 branches/gmyth-0.1b/debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/branches/gmyth-0.1b/debian/control Tue Feb 06 00:33:35 2007 +0000 @@ -0,0 +1,19 @@ +Source: gmyth +Priority: optional +Maintainer: Hallyson Melo +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.2 +Section: libs + +Package: gmyth +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3 +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: libdevel +Architecture: any +Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-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. +