# HG changeset patch # User melunko # Date 1193144300 -3600 # Node ID c25708b9b1e3abb68ad272a8a32e687eb14c01d6 # Parent 846d33418fd693a93b7836c15a31177fa8e03766 [svn r869] Version changed to 0.4.1. Small changes in the debian/control to correct libcurl dependencies diff -r 846d33418fd6 -r c25708b9b1e3 gmyth/configure.ac --- a/gmyth/configure.ac Mon Oct 15 19:00:20 2007 +0100 +++ b/gmyth/configure.ac Tue Oct 23 13:58:20 2007 +0100 @@ -3,14 +3,14 @@ AC_PREREQ(2.50) -AC_INIT([gmyth],[0.4]) +AC_INIT([gmyth],[0.4.1]) AC_CONFIG_SRCDIR([src/gmyth.h]) AC_CONFIG_HEADER(config.h) dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, SVN and prerelease does Werror too -AS_VERSION(gmyth, GMYTH, 0, 4, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes") +AS_VERSION(gmyth, GMYTH, 0, 4, 1, 0, GMYTH_SVN="no", GMYTH_SVN="yes") GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION AC_SUBST(GMYTH_MAJORMINOR) diff -r 846d33418fd6 -r c25708b9b1e3 gmyth/debian/changelog --- a/gmyth/debian/changelog Mon Oct 15 19:00:20 2007 +0100 +++ b/gmyth/debian/changelog Tue Oct 23 13:58:20 2007 +0100 @@ -1,3 +1,9 @@ +gmyth (0.4.1-indt1) unstable; urgency=low + + * Patch from Tim Philipp to fix debian/control libcurl dependency + + -- Hallyson Melo Mon, 08 Oct 2007 10:49:19 -0300 + gmyth (0.4-indt1) unstable; urgency=low * Bug fixes diff -r 846d33418fd6 -r c25708b9b1e3 gmyth/debian/control --- a/gmyth/debian/control Mon Oct 15 19:00:20 2007 +0100 +++ b/gmyth/debian/control Tue Oct 23 13:58:20 2007 +0100 @@ -1,7 +1,7 @@ Source: gmyth Priority: optional Maintainer: Hallyson Melo -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 +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 Standards-Version: 3.6.2 Section: user/library @@ -14,12 +14,12 @@ Package: gmyth-dev Section: user/library Architecture: any -Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev +Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev | libcurl3-gnutls-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev 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. Package: gmyth-utils Section: user/multimedia Architecture: any -Depends: gmyth (= ${Source-Version}) +Depends: gmyth (= ${binary:Version}) Description: The gmyth utils package. It contain the application gmyth-cat.