# HG changeset patch # User melunko # Date 1173277828 0 # Node ID c6ac7422fc7133372c96377065d5c69af2b9b8f8 # Parent ab0098a886e3a37ceb6a53fc4093fe9b94c09526 [svn r402] Fixed gmyth dependencies in the deb packet generation. Also fixed gmyth-0.1.pc renamed to gmyth.pc diff -r ab0098a886e3 -r c6ac7422fc71 gmyth/Makefile.am --- a/gmyth/Makefile.am Wed Mar 07 14:08:55 2007 +0000 +++ b/gmyth/Makefile.am Wed Mar 07 14:30:28 2007 +0000 @@ -1,13 +1,14 @@ SUBDIRS= src ### all of the standard pc files we need to generate -pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc +#pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc +pcfiles = gmyth.pc all-local: $(pcfiles) ### how to generate pc files -%-@GMYTH_MAJORMINOR@.pc: %.pc - cp $< $@ +#%-@GMYTH_MAJORMINOR@.pc: %.pc +# cp $< $@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(pcfiles) diff -r ab0098a886e3 -r c6ac7422fc71 gmyth/debian/control --- a/gmyth/debian/control Wed Mar 07 14:08:55 2007 +0000 +++ b/gmyth/debian/control Wed Mar 07 14:30:28 2007 +0000 @@ -1,19 +1,19 @@ Source: gmyth Priority: optional Maintainer: Hallyson Melo -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev Standards-Version: 3.6.2 Section: libs Package: gmyth Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3 +Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15 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 +Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-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.