Added missing depenedncy to cdbs. Bumped up the version number. v0.2
authorTuomas Kulve <tuomas@kulve.fi>
Sat, 27 Nov 2010 08:50:24 +0000 (10:50 +0200)
committerTuomas Kulve <tuomas@kulve.fi>
Sat, 27 Nov 2010 08:50:24 +0000 (10:50 +0200)
configure.ac
debian/changelog
debian/control

index e53063a..e5303b5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([sharing-cli], [0.1])
+AC_INIT([sharing-cli], [0.2])
 AM_INIT_AUTOMAKE([foreign])
 
 AM_MAINTAINER_MODE
index 441d1a1..c445e45 100644 (file)
@@ -1,3 +1,9 @@
+sharing-cli (0.2) unstable; urgency=low
+
+  * Added missing build dependency to cdbs.
+
+ -- Tuomas Kulve <tuomas@kulve.fi>  Sat, 27 Nov 2010 10:48:49 +0200
+
 sharing-cli (0.1) unstable; urgency=low
 
   * Initial release.
index 9aa71b1..e2f66f6 100644 (file)
@@ -2,7 +2,7 @@ Source: sharing-cli
 Section: user/other
 Priority: optional
 Maintainer: Tuomas Kulve <tuomas@kulve.fi>
-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.