summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-03-01 14:59:16 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-03-01 14:59:16 +0000
commit81233ac4d4ce3f4ec68d8d9c6986f0653c493755 (patch)
treebcde1ac46585e1f411520a63dbb9c7d8fe53d502 /debian/control
parent4778853be406693588bb52c5a1907494d2670afe (diff)
* first try at debianization
git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@16 e35a362c-bbd6-0310-a59f-a4efcb1729c4
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..25c7ab3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: fusedav
+Section: utils
+Priority: optional
+Maintainer: Sebastien ESTIENNE <sebastien.estienne@gmail.com>
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libfuse-dev (>= 2.5), libneon25-dev, pkg-config, lynx
+Standards-Version: 3.6.2
+
+Package: fusedav
+Architecture: any
+Depends: ${shlibs:Depends}, fuse-utils
+Suggests: fuse-module
+Description: filesystem client based on WebDAV Protocol
+ fusedav is a filesystem client based on the WebDAV protocol
+ .
+ fusedav is based on FUSE (userspace filesystem framework for Linux),
+ thus you will have to prepare fuse kernel module to be able to use it.
+ .
+ Homepage: http://fuse.sourceforge.net/