From cff8ca551d3d8e08b51349b21688af6ffb6b22d8 Mon Sep 17 00:00:00 2001 From: Tuomas Kulve Date: Sat, 27 Nov 2010 10:50:24 +0200 Subject: [PATCH] Added missing depenedncy to cdbs. Bumped up the version number. --- configure.ac | 2 +- debian/changelog | 6 ++++++ debian/control | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index e53063a..e5303b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sharing-cli], [0.1]) +AC_INIT([sharing-cli], [0.2]) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 441d1a1..c445e45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sharing-cli (0.2) unstable; urgency=low + + * Added missing build dependency to cdbs. + + -- Tuomas Kulve Sat, 27 Nov 2010 10:48:49 +0200 + sharing-cli (0.1) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 9aa71b1..e2f66f6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sharing-cli Section: user/other Priority: optional Maintainer: Tuomas Kulve -Build-Depends: debhelper (>= 5.0.0), +Build-Depends: debhelper (>= 5.0.0), cdbs libgtk2.0-dev, libglib2.0-dev, libconic0-dev, libosso-dev, libsharing-plugin-dev, libhildon1-dev @@ -15,4 +15,4 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, sharing-manager, libsharing0 Description: Command-Line Sharing Plugin This plugin aims to provide a universal sharing plug-in that allows arbitrary commands to be configured as a way - of "sharing" files. \ No newline at end of file + of "sharing" files. -- 1.7.9.5