debian: Fixed changelog & control files (sshfs-mapper => qasim).
This commit is contained in:
parent
c5ad93513f
commit
9c239abec5
2 changed files with 6 additions and 92 deletions
92
debian/changelog
vendored
92
debian/changelog
vendored
|
@ -1,91 +1,5 @@
|
|||
sshfs-mapper (0.5) unstable; urgency=low
|
||||
sshfs-mapper (0.1) unstable; urgency=low
|
||||
|
||||
* r1623 - Added verbosity option.
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Sat, 22 May 2010 19:54:03 +0200
|
||||
|
||||
sshfs-mapper (0.4-3) unstable; urgency=low
|
||||
|
||||
* r1435 - fix 'shift : can't shift that many' error with old dash.
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Fri, 18 Sep 2009 22:38:17 +0200
|
||||
|
||||
sshfs-mapper (0.4-2) unstable; urgency=low
|
||||
|
||||
* r1432 - Fixed completion ( map names were not correctly completed ).
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Tue, 15 Sep 2009 14:18:25 +0200
|
||||
|
||||
sshfs-mapper (0.4-1) unstable; urgency=low
|
||||
|
||||
* r1429 - Allow long command-line options. Test selected map existance.
|
||||
* r1428 - Miscellanous help fixes.
|
||||
* Added help for the -a option
|
||||
* Fixed bad column alignment.
|
||||
* Added precisions for the -u option.
|
||||
* r1427 - Replaced cp by install for binary installation.
|
||||
* r1426 - Added bash completion.
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Tue, 15 Sep 2009 12:24:29 +0200
|
||||
|
||||
sshfs-mapper (0.3-2) unstable; urgency=low
|
||||
|
||||
* Removed another set of bashisms.
|
||||
* Typo in installation scripts.
|
||||
* Fixed symlinks in installation.
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Fri, 04 Sep 2009 22:15:46 +0200
|
||||
|
||||
sshfs-mapper (0.3-1) unstable; urgency=low
|
||||
|
||||
* Allow using symbolic links for configuration files or directories.
|
||||
The idea behind is to centralize data for multi-user configurations.
|
||||
* Replaced bashisms (braces & substitutions) to run on dash.
|
||||
* Renamed example directory from conf/ to examples/ .
|
||||
* Added default configuration in /etc/sshfs-mapper.
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Sat, 15 Aug 2009 19:14:23 +0200
|
||||
|
||||
sshfs-mapper (0.2-1) unstable; urgency=low
|
||||
|
||||
* .map parser was buggy with some kind of whitespaces.
|
||||
* Added an option for listing available .map files.
|
||||
* Added an option for (u)mounting only given .map files.
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Tue, 09 Jun 2009 10:26:49 +0200
|
||||
|
||||
sshfs-mapper (0.1-4.1) unstable; urgency=low
|
||||
|
||||
* Required dependencies were too strict on sshfs.
|
||||
* Required version of sshfs is now 1.7.
|
||||
|
||||
-- Glenn ROLLAND <glenux@glenux.net> Tue, 30 Dec 2008 07:44:45 +0100
|
||||
|
||||
sshfs-mapper (0.1-4) unstable; urgency=low
|
||||
|
||||
* Included REMOTE_PORT in default map example.
|
||||
* Disabled compression for performance reasons.
|
||||
|
||||
-- Glenn ROLLAND <glenux@glenux.net> Mon, 08 Oct 2008 01:15:00 +0100
|
||||
|
||||
sshfs-mapper (0.1-3) unstable; urgency=low
|
||||
|
||||
* Port change support.
|
||||
|
||||
-- Glenn ROLLAND <glenux@glenux.net> Mon, 18 Aug 2008 21:27:00 +0100
|
||||
|
||||
sshfs-mapper (0.1-2) unstable; urgency=low
|
||||
|
||||
* A lot of fixes in the debian package:
|
||||
- Updated short description.
|
||||
* Added a .desktop file for ''XDG_CONFIG_HOME/.config/autostart''.
|
||||
* Add config files in documentation dir.
|
||||
|
||||
-- Glenn ROLLAND <glenux@glenux.net> Sat, 17 Mar 2008 12:29:00 +0100
|
||||
|
||||
sshfs-mapper (0.1-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Glenn ROLLAND <glenux@glenux.net> Sat, 15 Mar 2008 17:11:00 +0100
|
||||
* Initial version.
|
||||
|
||||
-- Glenn Y. Rolland <glenux@glenux.net> Fri, 29 Jul 2011 17:01:24 +0200
|
||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -1,13 +1,13 @@
|
|||
Source: sshfs-mapper
|
||||
Source: qasim
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Glenn ROLLAND <glenux@glenux.net>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: sshfs-mapper
|
||||
Package: qasim
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, sshfs (>= 1.7)
|
||||
Description: Easy mount solution for SSH filesystems.
|
||||
Sshfs-Mapper is a helper script 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.
|
||||
|
|
Loading…
Reference in a new issue