summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-03-01 16:26:41 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-03-01 16:26:41 +0000
commit4125c4ebb15000d8157c6c755841285237d31e62 (patch)
tree6b9217560ee46b3a975b64edbf9f1e3f03480c29
parent098ad89a71ab2b18a835b8147d1b29ce2ad3b8f0 (diff)
* reverted to rev 17 as it really needs fuse 2.5
git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@19 e35a362c-bbd6-0310-a59f-a4efcb1729c4
-rw-r--r--configure.ac2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index beff353..124e087 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,7 +110,7 @@ AC_CHECK_FUNCS([ftruncate memset strdup strerror strrchr])
AC_CHECK_LIB([pthread], [pthread_create])
PKG_CHECK_MODULES(NEON, [ neon >= 0.25 ])
-PKG_CHECK_MODULES(FUSE, [ fuse >= 2.4 ])
+PKG_CHECK_MODULES(FUSE, [ fuse >= 2.5 ])
# LYNX documentation generation
AC_ARG_ENABLE(lynx,
diff --git a/debian/control b/debian/control
index aa4ac2b..25c7ab3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fusedav
Section: utils
Priority: optional
Maintainer: Sebastien ESTIENNE <sebastien.estienne@gmail.com>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, libfuse-dev (>= 2.4), libneon25-dev, pkg-config, lynx
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libfuse-dev (>= 2.5), libneon25-dev, pkg-config, lynx
Standards-Version: 3.6.2
Package: fusedav