From fa8cee8e51b9e1fd95f8571cd2fee1f2d49c84bb Mon Sep 17 00:00:00 2001 From: Tuomas Kulve Date: Sat, 27 Nov 2010 13:30:33 +0200 Subject: [PATCH] Fixed dependencies, bumped version numbers. --- configure.ac | 2 +- debian/changelog | 6 ++++++ debian/control | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 27b9d4a..13b262a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sharing-cli], [0.3]) +AC_INIT([sharing-cli], [0.4]) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 7548ec1..36ce3e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sharing-cli (0.4) unstable; urgency=low + + * Fixed build dependencies. + + -- Tuomas Kulve Sat, 27 Nov 2010 13:31:10 +0200 + sharing-cli (0.3) unstable; urgency=low * Fixed debian section from invalied user/other to user/network. diff --git a/debian/control b/debian/control index bf3586a..c9c1ba3 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: sharing-cli Section: user/network Priority: optional Maintainer: Tuomas Kulve -Build-Depends: debhelper (>= 5.0.0), cdbs - libgtk2.0-dev, libglib2.0-dev, - libconic0-dev, libosso-dev, +Build-Depends: debhelper (>= 5.0.0), cdbs, + libgtk2.0-dev, libglib2.0-dev, + libconic0-dev, libosso-dev, libsharing-plugin-dev, libhildon1-dev Standards-Version: 3.8.0 -- 1.7.9.5