From 8889330dd014b430d4b069bab1921031c0401b57 Mon Sep 17 00:00:00 2001
From: "Glenn Y. Rolland" <glenux@glenux.net>
Date: Sun, 7 Aug 2011 16:54:17 +0200
Subject: [PATCH] Added missing dependencies.

---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e4d552..9d0fede 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qasim (0.1.1) unstable; urgency=low
+
+  * Added missing dependencies (libqt4-ruby & ruby)
+
+ -- Glenn Y. Rolland <glenux@glenux.net>  Sun, 07 Aug 2011 16:53:20 +0200
+
 qasim (0.1) unstable; urgency=low
 
   * Initial version.
diff --git a/debian/control b/debian/control
index 692b2df..82786a8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2
 
 Package: qasim
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, sshfs (>= 1.7)
+Depends: ${shlibs:Depends}, ${misc:Depends}, sshfs (>= 1.7), ruby, libqt4-ruby
 Description: Easy mount solution for SSH filesystems.
  Qasim is a front-end for sshfs, the filesystem client based on fuse
  and ssh. It provides automating and global settings control for sshfs mounts.