Added missing dependencies.

This commit is contained in:
Glenn Y. Rolland 2011-08-07 16:54:17 +02:00
parent e31f1bf45b
commit 8889330dd0
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -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 qasim (0.1) unstable; urgency=low
* Initial version. * Initial version.

2
debian/control vendored
View file

@ -7,7 +7,7 @@ Standards-Version: 3.7.2
Package: qasim Package: qasim
Architecture: all 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. Description: Easy mount solution for SSH filesystems.
Qasim is a front-end for sshfs, the filesystem client based on fuse 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. and ssh. It provides automating and global settings control for sshfs mounts.