[svn r714] version increased to 0.3. test binary removed from debian package trunk
authormelunko
Thu May 24 21:14:40 2007 +0100 (2007-05-24)
branchtrunk
changeset 708eaa6e1c5fab2
parent 707 e2c57fecafde
child 709 532370b91652
[svn r714] version increased to 0.3. test binary removed from debian package
libgnomevfs2-mythtv/configure.ac
libgnomevfs2-mythtv/debian/changelog
libgnomevfs2-mythtv/debian/control
libgnomevfs2-mythtv/tests/Makefile.am
     1.1 --- a/libgnomevfs2-mythtv/configure.ac	Thu May 24 19:33:13 2007 +0100
     1.2 +++ b/libgnomevfs2-mythtv/configure.ac	Thu May 24 21:14:40 2007 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  
     1.5  dnl when going to/from release please set the nano (fourth number) right !
     1.6  dnl releases only do Wall, cvs and prerelease does Werror too
     1.7 -AS_VERSION(libgnomevfs2-mythtv, LIBGNOMEVFS2_MYTHTV, 0, 1, 0, 1, LIBGNOMEVFS2_MYTHTV_CVS="no", LIBGNOMEVFS2_MYTHTV_CVS="yes")
     1.8 +AS_VERSION(libgnomevfs2-mythtv, LIBGNOMEVFS2_MYTHTV, 0, 3, 0, 0, LIBGNOMEVFS2_MYTHTV_CVS="no", LIBGNOMEVFS2_MYTHTV_CVS="yes")
     1.9  
    1.10  AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
    1.11  
     2.1 --- a/libgnomevfs2-mythtv/debian/changelog	Thu May 24 19:33:13 2007 +0100
     2.2 +++ b/libgnomevfs2-mythtv/debian/changelog	Thu May 24 21:14:40 2007 +0100
     2.3 @@ -1,3 +1,12 @@
     2.4 +libgnomevfs2-mythtv (0.3) unstable; urgency=low
     2.5 +
     2.6 +  * Some bugs fixed
     2.7 +  * Livetv improved
     2.8 +  * API updated to gmyth-0.3
     2.9 +  * Added some tests
    2.10 +
    2.11 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon, 14 May 2007 18:12:58 -0300
    2.12 +
    2.13  libgnomevfs2-mythtv (0.1.1) unstable; urgency=low
    2.14  
    2.15    * Initial release
     3.1 --- a/libgnomevfs2-mythtv/debian/control	Thu May 24 19:33:13 2007 +0100
     3.2 +++ b/libgnomevfs2-mythtv/debian/control	Thu May 24 21:14:40 2007 +0100
     3.3 @@ -1,14 +1,13 @@
     3.4  Source: libgnomevfs2-mythtv
     3.5  Priority: optional
     3.6  Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
     3.7 -Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.1)
     3.8 +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.3)
     3.9  Standards-Version: 3.6.1
    3.10 -Section: libs
    3.11  
    3.12  Package: libgnomevfs2-mythtv
    3.13 -Section: libs
    3.14 +Section: user/library
    3.15  Architecture: any
    3.16 -Depends: libglib2.0-0, gmyth (>= 0.1)
    3.17 +Depends: libglib2.0-0, gmyth (>= 0.3)
    3.18  Description: libgnomevfs2-mythtv
    3.19   Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv. 
    3.20   .
     4.1 --- a/libgnomevfs2-mythtv/tests/Makefile.am	Thu May 24 19:33:13 2007 +0100
     4.2 +++ b/libgnomevfs2-mythtv/tests/Makefile.am	Thu May 24 21:14:40 2007 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4 -bin_PROGRAMS = \
     4.5 -	test
     4.6 +noinst_PROGRAMS = \
     4.7 +	gnomevfs-mythtv-test
     4.8  
     4.9 -test_SOURCES = \
    4.10 +gnomevfs_mythtv_test_SOURCES = \
    4.11  	main.c
    4.12  
    4.13  AM_CPPFLAGS = \
    4.14 @@ -9,7 +9,7 @@
    4.15  	$(GOBJECT_CFLAGS) \
    4.16  	$(GNOME_VFS_CFLAGS)
    4.17  
    4.18 -test_LDADD = \
    4.19 +gnomevfs_mythtv_test_LDADD = \
    4.20  	$(GLIB_LIBS) \
    4.21  	$(GOBJECT_LIBS) \
    4.22  	$(GNOME_VFS_LIBS)