From 9c239abec55dcb4b85c1746b54196363658add99 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 29 Jul 2011 17:02:25 +0200 Subject: [PATCH] debian: Fixed changelog & control files (sshfs-mapper => qasim). --- debian/changelog | 92 ++---------------------------------------------- debian/control | 6 ++-- 2 files changed, 6 insertions(+), 92 deletions(-) diff --git a/debian/changelog b/debian/changelog index edb042a..857e608 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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 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 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 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 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 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 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 Mon, 08 Oct 2008 01:15:00 +0100 - -sshfs-mapper (0.1-3) unstable; urgency=low - - * Port change support. - - -- Glenn ROLLAND 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 Sat, 17 Mar 2008 12:29:00 +0100 - -sshfs-mapper (0.1-1) unstable; urgency=low - - * Initial release. - - -- Glenn ROLLAND Sat, 15 Mar 2008 17:11:00 +0100 + * Initial version. + -- Glenn Y. Rolland Fri, 29 Jul 2011 17:01:24 +0200 diff --git a/debian/control b/debian/control index 04a964e..692b2df 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ -Source: sshfs-mapper +Source: qasim Section: net Priority: extra Maintainer: Glenn ROLLAND 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.