Update debian package properties.
This commit is contained in:
parent
348e7a2b90
commit
d52a0011bf
2 changed files with 14 additions and 1 deletions
13
debian/changelog
vendored
13
debian/changelog
vendored
|
@ -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 <glenux@glenux.net> Fri, 09 May 2014 07:31:16 +0200
|
||||||
|
|
||||||
qasim (0.1.9) unstable; urgency=low
|
qasim (0.1.9) unstable; urgency=low
|
||||||
|
|
||||||
* qasim-gui: Use /proc/ instead of kill to detect other processes.
|
* qasim-gui: Use /proc/ instead of kill to detect other processes.
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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), ruby, libqt4-ruby, rubygems
|
Depends: ${shlibs:Depends}, ${misc:Depends}, sshfs (>= 1.7), ruby2.0, libqt4-ruby, rubygems
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue