[svn r869] Version changed to 0.4.1. Small changes in the debian/control to correct libcurl dependencies
1.1 --- a/gmyth/configure.ac Mon Oct 15 19:00:20 2007 +0100
1.2 +++ b/gmyth/configure.ac Tue Oct 23 13:58:20 2007 +0100
1.3 @@ -3,14 +3,14 @@
1.4
1.5 AC_PREREQ(2.50)
1.6
1.7 -AC_INIT([gmyth],[0.4])
1.8 +AC_INIT([gmyth],[0.4.1])
1.9
1.10 AC_CONFIG_SRCDIR([src/gmyth.h])
1.11 AC_CONFIG_HEADER(config.h)
1.12
1.13 dnl when going to/from release please set the nano (fourth number) right !
1.14 dnl releases only do Wall, SVN and prerelease does Werror too
1.15 -AS_VERSION(gmyth, GMYTH, 0, 4, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
1.16 +AS_VERSION(gmyth, GMYTH, 0, 4, 1, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
1.17 GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
1.18 AC_SUBST(GMYTH_MAJORMINOR)
1.19
2.1 --- a/gmyth/debian/changelog Mon Oct 15 19:00:20 2007 +0100
2.2 +++ b/gmyth/debian/changelog Tue Oct 23 13:58:20 2007 +0100
2.3 @@ -1,3 +1,9 @@
2.4 +gmyth (0.4.1-indt1) unstable; urgency=low
2.5 +
2.6 + * Patch from Tim Philipp to fix debian/control libcurl dependency
2.7 +
2.8 + -- Hallyson Melo <hallyson.melo@indt.org.br> Mon, 08 Oct 2007 10:49:19 -0300
2.9 +
2.10 gmyth (0.4-indt1) unstable; urgency=low
2.11
2.12 * Bug fixes
3.1 --- a/gmyth/debian/control Mon Oct 15 19:00:20 2007 +0100
3.2 +++ b/gmyth/debian/control Tue Oct 23 13:58:20 2007 +0100
3.3 @@ -1,7 +1,7 @@
3.4 Source: gmyth
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), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
3.8 +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3, libcurl3-openssl-dev | libcurl3-gnutls-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
3.9 Standards-Version: 3.6.2
3.10 Section: user/library
3.11
3.12 @@ -14,12 +14,12 @@
3.13 Package: gmyth-dev
3.14 Section: user/library
3.15 Architecture: any
3.16 -Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
3.17 +Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev | libcurl3-gnutls-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
3.18 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.
3.19
3.20 Package: gmyth-utils
3.21 Section: user/multimedia
3.22 Architecture: any
3.23 -Depends: gmyth (= ${Source-Version})
3.24 +Depends: gmyth (= ${binary:Version})
3.25 Description: The gmyth utils package. It contain the application gmyth-cat.
3.26