[svn r401] gnomevfs mythtv module version and package name corrected. build dependence to gmyth.pc instead of gmyth-0.1.pc fixed
1.1 --- a/libgnomevfs2-mythtv/configure.ac Wed Mar 07 01:14:46 2007 +0000
1.2 +++ b/libgnomevfs2-mythtv/configure.ac Wed Mar 07 14:08:55 2007 +0000
1.3 @@ -94,9 +94,10 @@
1.4 AC_SUBST(GNOME_VFS_CFLAGS)
1.5 AC_SUBST(GNOME_VFS_LIBS)
1.6
1.7 -dnl Check for gmyth-0.1
1.8 +dnl Check for gmyth
1.9 +GMYTH_REQS=0.2
1.10 PKG_CHECK_MODULES(LIBGMYTH,
1.11 - gmyth-0.1,
1.12 + gmyth >= $GMYTH_REQS,
1.13 have_libgmyth=yes,
1.14 have_libgmyth=no)
1.15
2.1 --- a/libgnomevfs2-mythtv/debian/changelog Wed Mar 07 01:14:46 2007 +0000
2.2 +++ b/libgnomevfs2-mythtv/debian/changelog Wed Mar 07 14:08:55 2007 +0000
2.3 @@ -1,4 +1,4 @@
2.4 -libgnomevfs2-mythtv0.1 (0.1.0-1) unstable; urgency=low
2.5 +libgnomevfs2-mythtv (0.1.1) unstable; urgency=low
2.6
2.7 * Initial release
2.8
3.1 --- a/libgnomevfs2-mythtv/debian/control Wed Mar 07 01:14:46 2007 +0000
3.2 +++ b/libgnomevfs2-mythtv/debian/control Wed Mar 07 14:08:55 2007 +0000
3.3 @@ -1,14 +1,14 @@
3.4 -Source: libgnomevfs2-mythtv0.1
3.5 +Source: libgnomevfs2-mythtv
3.6 Priority: optional
3.7 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
3.8 -Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth
3.9 +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.1)
3.10 Standards-Version: 3.6.1
3.11 Section: libs
3.12
3.13 -Package: libgnomevfs2-mythtv-0
3.14 +Package: libgnomevfs2-mythtv
3.15 Section: libs
3.16 Architecture: any
3.17 -Depends: libglib2.0-0, gmyth
3.18 +Depends: libglib2.0-0, gmyth (>= 0.1)
3.19 Description: libgnomevfs2-mythtv
3.20 Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv.
3.21 .