|
From: <me...@us...> - 2007-10-23 12:58:16
|
Revision: 869
http://gmyth.svn.sourceforge.net/gmyth/?rev=869&view=rev
Author: melunko
Date: 2007-10-23 05:58:20 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
Version changed to 0.4.1. Small changes in the debian/control to correct libcurl dependencies
Modified Paths:
--------------
trunk/gmyth/configure.ac
trunk/gmyth/debian/changelog
trunk/gmyth/debian/control
Modified: trunk/gmyth/configure.ac
===================================================================
--- trunk/gmyth/configure.ac 2007-10-15 18:00:20 UTC (rev 868)
+++ trunk/gmyth/configure.ac 2007-10-23 12:58:20 UTC (rev 869)
@@ -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)
Modified: trunk/gmyth/debian/changelog
===================================================================
--- trunk/gmyth/debian/changelog 2007-10-15 18:00:20 UTC (rev 868)
+++ trunk/gmyth/debian/changelog 2007-10-23 12:58:20 UTC (rev 869)
@@ -1,3 +1,9 @@
+gmyth (0.4.1-indt1) unstable; urgency=low
+
+ * Patch from Tim Philipp to fix debian/control libcurl dependency
+
+ -- Hallyson Melo <hal...@in...> Mon, 08 Oct 2007 10:49:19 -0300
+
gmyth (0.4-indt1) unstable; urgency=low
* Bug fixes
Modified: trunk/gmyth/debian/control
===================================================================
--- trunk/gmyth/debian/control 2007-10-15 18:00:20 UTC (rev 868)
+++ trunk/gmyth/debian/control 2007-10-23 12:58:20 UTC (rev 869)
@@ -1,7 +1,7 @@
Source: gmyth
Priority: optional
Maintainer: Hallyson Melo <hal...@in...>
-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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|