From 81233ac4d4ce3f4ec68d8d9c6986f0653c493755 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Wed, 1 Mar 2006 14:59:16 +0000 Subject: * first try at debianization git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@16 e35a362c-bbd6-0310-a59f-a4efcb1729c4 --- debian/control | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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/ -- cgit