diff --git a/debian/changelog b/debian/changelog index cd078f7..cb2c1a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +qasim (0.1.10) unstable; urgency=medium + + * qasim-gui: update project dependencies upon ruby & gems. + * Added base files for Gem packaging & distribution. + * Makefile: fix installation rules for icons & ui library. + * ui/preferences: Changed class name MapDialog -> Preferences. + * ui: Changed window icons. + * Added base for preferences dialog. + * Added about dialog. + * data: Move all UI text as resource files. + + -- Glenn Y. Rolland Fri, 09 May 2014 07:31:16 +0200 + qasim (0.1.9) unstable; urgency=low * qasim-gui: Use /proc/ instead of kill to detect other processes. diff --git a/debian/control b/debian/control index ef4210b..bf1a68a 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), ruby, libqt4-ruby, rubygems +Depends: ${shlibs:Depends}, ${misc:Depends}, sshfs (>= 1.7), ruby2.0, libqt4-ruby, rubygems 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.