# HG changeset patch # User melunko # Date 1180037680 -3600 # Node ID eaa6e1c5fab299962b052e280f0098cf60b4ee5c # Parent e2c57fecafdea9e619e154593a6684d0e41f0dd3 [svn r714] version increased to 0.3. test binary removed from debian package diff -r e2c57fecafde -r eaa6e1c5fab2 libgnomevfs2-mythtv/configure.ac --- a/libgnomevfs2-mythtv/configure.ac Thu May 24 19:33:13 2007 +0100 +++ b/libgnomevfs2-mythtv/configure.ac Thu May 24 21:14:40 2007 +0100 @@ -14,7 +14,7 @@ dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(libgnomevfs2-mythtv, LIBGNOMEVFS2_MYTHTV, 0, 1, 0, 1, LIBGNOMEVFS2_MYTHTV_CVS="no", LIBGNOMEVFS2_MYTHTV_CVS="yes") +AS_VERSION(libgnomevfs2-mythtv, LIBGNOMEVFS2_MYTHTV, 0, 3, 0, 0, LIBGNOMEVFS2_MYTHTV_CVS="no", LIBGNOMEVFS2_MYTHTV_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION) diff -r e2c57fecafde -r eaa6e1c5fab2 libgnomevfs2-mythtv/debian/changelog --- a/libgnomevfs2-mythtv/debian/changelog Thu May 24 19:33:13 2007 +0100 +++ b/libgnomevfs2-mythtv/debian/changelog Thu May 24 21:14:40 2007 +0100 @@ -1,3 +1,12 @@ +libgnomevfs2-mythtv (0.3) unstable; urgency=low + + * Some bugs fixed + * Livetv improved + * API updated to gmyth-0.3 + * Added some tests + + -- Hallyson Melo Mon, 14 May 2007 18:12:58 -0300 + libgnomevfs2-mythtv (0.1.1) unstable; urgency=low * Initial release diff -r e2c57fecafde -r eaa6e1c5fab2 libgnomevfs2-mythtv/debian/control --- a/libgnomevfs2-mythtv/debian/control Thu May 24 19:33:13 2007 +0100 +++ b/libgnomevfs2-mythtv/debian/control Thu May 24 21:14:40 2007 +0100 @@ -1,14 +1,13 @@ Source: libgnomevfs2-mythtv Priority: optional Maintainer: Hallyson Melo -Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.1) +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.3) Standards-Version: 3.6.1 -Section: libs Package: libgnomevfs2-mythtv -Section: libs +Section: user/library Architecture: any -Depends: libglib2.0-0, gmyth (>= 0.1) +Depends: libglib2.0-0, gmyth (>= 0.3) Description: libgnomevfs2-mythtv Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv. . diff -r e2c57fecafde -r eaa6e1c5fab2 libgnomevfs2-mythtv/tests/Makefile.am --- a/libgnomevfs2-mythtv/tests/Makefile.am Thu May 24 19:33:13 2007 +0100 +++ b/libgnomevfs2-mythtv/tests/Makefile.am Thu May 24 21:14:40 2007 +0100 @@ -1,7 +1,7 @@ -bin_PROGRAMS = \ - test +noinst_PROGRAMS = \ + gnomevfs-mythtv-test -test_SOURCES = \ +gnomevfs_mythtv_test_SOURCES = \ main.c AM_CPPFLAGS = \ @@ -9,7 +9,7 @@ $(GOBJECT_CFLAGS) \ $(GNOME_VFS_CFLAGS) -test_LDADD = \ +gnomevfs_mythtv_test_LDADD = \ $(GLIB_LIBS) \ $(GOBJECT_LIBS) \ $(GNOME_VFS_LIBS)