tags 426453 + patch
thanks
Hi,
Attached is the diff for my sshfs-fuse 1.7-2.1 NMU.
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
I don't want to achieve immortality through my work. I want to achieve
immortality through not dying.
-- Woody Allen
diff -u sshfs-fuse-1.7/debian/control sshfs-fuse-1.7/debian/control
--- sshfs-fuse-1.7/debian/control
+++ sshfs-fuse-1.7/debian/control
@@ -7,7 +7,7 @@
Package: sshfs
Architecture: any
-Depends: ${shlibs:Depends}, fuse-utils
+Depends: ${shlibs:Depends}, fuse-utils, openssh-client | ssh-client
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
diff -u sshfs-fuse-1.7/debian/changelog sshfs-fuse-1.7/debian/changelog
--- sshfs-fuse-1.7/debian/changelog
+++ sshfs-fuse-1.7/debian/changelog
@@ -1,3 +1,10 @@
+sshfs-fuse (1.7-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add missing dependency on openssh-client. (Closes: #426453)
+
+ -- Adeodato Simó <[EMAIL PROTECTED]> Mon, 11 Jun 2007 12:51:48 +0200
+
sshfs-fuse (1.7-2) unstable; urgency=low
* Now really includes FAQ.txt file.