--- sshfs-fuse-2.2.orig/debian/docs
+++ sshfs-fuse-2.2/debian/docs
@@ -0,0 +1,4 @@
+AUTHORS
+NEWS
+README
+FAQ.txt
--- sshfs-fuse-2.2.orig/debian/copyright
+++ sshfs-fuse-2.2/debian/copyright
@@ -0,0 +1,20 @@
+This package was debianized by Bartosz Fenski <fenio@debian.org> on
+Sat, 9 Apr 2005 12:12:46 +0200.
+
+It was downloaded from http://fuse.sourceforge.net/sshfs.html
+
+Upstream Author:
+ Miklos Szeredi <miklos@szeredi.hu>
+
+Copyright:
+ Copyright (C) 2004-2008 Miklos Szeredi
+
+License:
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 2, or (at your option) any
+later version.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in the file `/usr/share/common-licenses/GPL'.
--- sshfs-fuse-2.2.orig/debian/watch
+++ sshfs-fuse-2.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/fuse/sshfs-fuse-(.*)\.tar\.gz
--- sshfs-fuse-2.2.orig/debian/README.Debian
+++ sshfs-fuse-2.2/debian/README.Debian
@@ -0,0 +1,17 @@
+sshfs for Debian
+----------------
+
+Please note that the simplest way to allow mounting of sshfs shares is to
+add the user to the fuse group (which will be created by the fuse-utils
+package).
+
+To add user 'foo' to the 'fuse' group type the following command (with root
+privileges):
+
+ adduser foo fuse
+
+If the user is currently logged in he/she should log out and log in
+in order for this change to take effect.
+
+ -- Bartosz Fenski <fenio@debian.org>, Wed, 23 Apr 2008 16:56:10 +0200
+
--- sshfs-fuse-2.2.orig/debian/control
+++ sshfs-fuse-2.2/debian/control
@@ -0,0 +1,35 @@
+Source: sshfs-fuse
+Section: utils
+Priority: optional
+Maintainer: Bartosz Fenski <fenio@debian.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, libfuse-dev, pkg-config
+Standards-Version: 3.8.0
+Homepage: http://fuse.sourceforge.net/sshfs.html
+
+Package: sshfs
+Architecture: any
+Depends: ${shlibs:Depends}, fuse-utils (>= 2.7), openssh-client (>= 1:4.6p1-1)
+Description: filesystem client based on SSH File Transfer Protocol
+ sshfs is a filesystem client based on the SSH File Transfer Protocol.
+ Since most SSH servers already support this protocol it is very easy
+ to set up: i.e. on the server side there's nothing to do. On the
+ client side mounting the filesystem is as easy as logging into the
+ server with ssh.
+ .
+ sshfs is FUSE (Filesystem in USErspace).
+
+Package: sshfs-dbg
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, fuse-utils (>= 2.7), openssh-client (>= 1:4.6p1-1), sshfs (= ${binary:Version})
+Description: filesystem client based on SSH File Transfer Protocol (with debbuging symbols)
+ sshfs is a filesystem client based on the SSH File Transfer Protocol.
+ Since most SSH servers already support this protocol it is very easy
+ to set up: i.e. on the server side there's nothing to do. On the
+ client side mounting the filesystem is as easy as logging into the
+ server with ssh.
+ .
+ sshfs is FUSE (Filesystem in USErspace).
+ .
+ This package contains debbuging symbols.
+ Please install it to create meaningful backtraces when reporting bugs.
--- sshfs-fuse-2.2.orig/debian/compat
+++ sshfs-fuse-2.2/debian/compat
@@ -0,0 +1 @@
+5
--- sshfs-fuse-2.2.orig/debian/rules
+++ sshfs-fuse-2.2/debian/rules
@@ -0,0 +1,70 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+config.status: configure
+ dh_testdir
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-sshnodelay
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+ $(MAKE)
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ [ ! -f Makefile ] || $(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/sshfs
+
+binary-indep: build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_install
+ dh_link
+ dh_strip --dbg-package=sshfs-dbg
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- sshfs-fuse-2.2.orig/debian/install
+++ sshfs-fuse-2.2/debian/install
@@ -0,0 +1 @@
+debian/presubj /usr/share/bug/sshfs/
--- sshfs-fuse-2.2.orig/debian/changelog
+++ sshfs-fuse-2.2/debian/changelog
@@ -0,0 +1,85 @@
+sshfs-fuse (2.2-1) unstable; urgency=low
+
+ * New upstream version.
+ - allows mounting locations with , character (Closes: #502579)
+ * changes by Jelle de Jong - thanks! (Closes: #491210)
+ - Bumped Standards-Version to 3.8.0
+ - Bumped debhelper compat version
+ - Provides sshfs-debug package
+ * Mentions FUSE in description (Closes: #510369)
+
+ -- Bartosz Fenski <fenio@debian.org> Mon, 02 Feb 2009 22:58:33 +0100
+
+sshfs-fuse (2.1-1) unstable; urgency=low
+
+ * New upstream release
+ - Fix bug in caching which could cause file corruption for append mode
+ writes; thanks to Thue Janus Kristensen for the report; (Closes: #494140)
+ * debian/watch
+ - added
+ * thanks to Sandro Tosi for preparing that upload
+
+ -- Bartosz Fenski <fenio@debian.org> Sat, 30 Aug 2008 12:32:58 +0200
+
+sshfs-fuse (2.0-2) unstable; urgency=low
+
+ * Depends only on ssh client. (Closes: #477731)
+
+ -- Bartosz Fenski <fenio@debian.org> Fri, 25 Apr 2008 16:54:05 +0200
+
+sshfs-fuse (2.0-1) unstable; urgency=low
+
+ * New upstream version.
+ - really allows to use other sshd options. (Closes: #430225)
+ - supports showing correct disk free information,
+ needs OpenSSH >= 5.1 (Closes: #375521, #464138)
+ - supports atomic renames, needs OpenSSH >= 4.9. (Closes: #318078, #467613)
+ * Bump needed fuse version. (Closes: #474151, #469197)
+ * Added README.Debian with description of fuse group and other requirenments
+ that have to be met to be able to use some functions. (Closes: #465916)
+ * Removed debian/sshfs.1 since it's now included upstream.
+ * Patched manpage contains information about unmounting. (Closes: #470800)
+ * Doesn't strip binaries. (Closes: #438041)
+
+ -- Bartosz Fenski <fenio@debian.org> Thu, 24 Apr 2008 10:27:47 +0200
+
+sshfs-fuse (1.9-1) unstable; urgency=low
+
+ * New upstream version (Closes: #458458)
+ - fixes problems on slower devices (Closes: #458167)
+ - allows to use other sshd options (Closes: #430225)
+ * Moved Homepage from description to header.
+ * Rewritten copyright info to make lintian happy.
+ * Fixed description for manpage.
+ * Bumped Standards-Version (no changes needed).
+ * Doesn't ignore make errors anymore.
+
+ -- Bartosz Fenski <fenio@debian.org> Tue, 22 Jan 2008 16:01:26 +0100
+
+sshfs-fuse (1.6-1) unstable; urgency=low
+
+ * New upstream release.
+ - fixes problem with saving files from GNOME apps. (Closes: #338496)
+ - adds workaround for overwriting files. (Closes: #318078, #353968)
+ * Does not suggests module that does not exist. (Closes: #334513)
+ - added README.Debian file with explanation how to get such module.
+ * README file now explains usage correctly. (Closes: #341490)
+ * Fixes typo in manual page. (Closes: #323496)
+
+ -- Bartosz Fenski <fenio@debian.org> Fri, 3 Feb 2006 14:10:51 +0100
+
+sshfs-fuse (1.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fixed typo in description. (Closes: #309510)
+ * Some additions to manual page to catch up new features.
+ * Bumped Standard-Version: 3.6.2 (no changes needed).
+
+ -- Bartosz Fenski <fenio@debian.org> Mon, 15 Aug 2005 12:40:38 +0200
+
+sshfs-fuse (1.1-1) unstable; urgency=low
+
+ * Initial Release (#294161)
+
+ -- Bartosz Fenski <fenio@debian.org> Sat, 9 Apr 2005 12:12:46 +0200
+
--- sshfs-fuse-2.2.orig/debian/presubj
+++ sshfs-fuse-2.2/debian/presubj
@@ -0,0 +1,12 @@
+Reporting sshfs bugs:
+---------------------
+
+Before you submit any bugreport, please read information from
+the following files:
+
+* /usr/share/doc/sshfs/README.Debian
+* /usr/share/doc/sshfs/FAQ.txt.gz
+
+Most common problems and workarounds for them are described there.
+
+ -- Bartosz Fenski <fenio@debian.org> Thu, 24 Apr 2008 10:27:47 +0200