# HG changeset patch
# User melunko
# Date 1173276535 0
# Node ID ab0098a886e3a37ceb6a53fc4093fe9b94c09526
# Parent  c1ba898fc4ede2986f6a06371688ad0377e8910e
[svn r401] gnomevfs mythtv module version and package name corrected. build dependence to gmyth.pc instead of gmyth-0.1.pc fixed

diff -r c1ba898fc4ed -r ab0098a886e3 libgnomevfs2-mythtv/configure.ac
--- a/libgnomevfs2-mythtv/configure.ac	Wed Mar 07 01:14:46 2007 +0000
+++ b/libgnomevfs2-mythtv/configure.ac	Wed Mar 07 14:08:55 2007 +0000
@@ -94,9 +94,10 @@
 AC_SUBST(GNOME_VFS_CFLAGS)
 AC_SUBST(GNOME_VFS_LIBS)
 
-dnl Check for gmyth-0.1
+dnl Check for gmyth
+GMYTH_REQS=0.2
 PKG_CHECK_MODULES(LIBGMYTH,
-  gmyth-0.1,
+  gmyth >= $GMYTH_REQS,
   have_libgmyth=yes,
   have_libgmyth=no)
 
diff -r c1ba898fc4ed -r ab0098a886e3 libgnomevfs2-mythtv/debian/changelog
--- a/libgnomevfs2-mythtv/debian/changelog	Wed Mar 07 01:14:46 2007 +0000
+++ b/libgnomevfs2-mythtv/debian/changelog	Wed Mar 07 14:08:55 2007 +0000
@@ -1,4 +1,4 @@
-libgnomevfs2-mythtv0.1 (0.1.0-1) unstable; urgency=low
+libgnomevfs2-mythtv (0.1.1) unstable; urgency=low
 
   * Initial release
 
diff -r c1ba898fc4ed -r ab0098a886e3 libgnomevfs2-mythtv/debian/control
--- a/libgnomevfs2-mythtv/debian/control	Wed Mar 07 01:14:46 2007 +0000
+++ b/libgnomevfs2-mythtv/debian/control	Wed Mar 07 14:08:55 2007 +0000
@@ -1,14 +1,14 @@
-Source: libgnomevfs2-mythtv0.1
+Source: libgnomevfs2-mythtv
 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, gmyth
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.1)
 Standards-Version: 3.6.1
 Section: libs
 
-Package: libgnomevfs2-mythtv-0
+Package: libgnomevfs2-mythtv
 Section: libs
 Architecture: any
-Depends: libglib2.0-0, gmyth
+Depends: libglib2.0-0, gmyth (>= 0.1)
 Description: libgnomevfs2-mythtv
  Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv. 
  .