[svn r402] Fixed gmyth dependencies in the deb packet generation. Also fixed gmyth-0.1.pc renamed to gmyth.pc
1.1 --- a/gmyth/Makefile.am Wed Mar 07 14:08:55 2007 +0000
1.2 +++ b/gmyth/Makefile.am Wed Mar 07 14:30:28 2007 +0000
1.3 @@ -1,13 +1,14 @@
1.4 SUBDIRS= src
1.5
1.6 ### all of the standard pc files we need to generate
1.7 -pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
1.8 +#pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
1.9 +pcfiles = gmyth.pc
1.10
1.11 all-local: $(pcfiles)
1.12
1.13 ### how to generate pc files
1.14 -%-@GMYTH_MAJORMINOR@.pc: %.pc
1.15 - cp $< $@
1.16 +#%-@GMYTH_MAJORMINOR@.pc: %.pc
1.17 +# cp $< $@
1.18
1.19 pkgconfigdir = $(libdir)/pkgconfig
1.20 pkgconfig_DATA = $(pcfiles)
2.1 --- a/gmyth/debian/control Wed Mar 07 14:08:55 2007 +0000
2.2 +++ b/gmyth/debian/control Wed Mar 07 14:30:28 2007 +0000
2.3 @@ -1,19 +1,19 @@
2.4 Source: gmyth
2.5 Priority: optional
2.6 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
2.7 -Build-Depends: debhelper (>= 4.0.0)
2.8 +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev
2.9 Standards-Version: 3.6.2
2.10 Section: libs
2.11
2.12 Package: gmyth
2.13 Section: libs
2.14 Architecture: any
2.15 -Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3
2.16 +Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15
2.17 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.
2.18
2.19 Package: gmyth-dev
2.20 Section: libdevel
2.21 Architecture: any
2.22 -Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev
2.23 +Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev
2.24 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.
2.25