[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#634217: FTBFS on kfreebsd-amd64



Package: encfs
Version: 1.7.4-2.2
Severity: important
Tags: patch

Hi,

encfs fails to build on kfreebsd-amd64 due to incomplete Architecture
list and unconditional dependency on fuse-utils.

Please consider the attached patch to correct the problem.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.2-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/control~	2011-03-14 09:38:05.000000000 +0100
+++ debian/control	2011-07-17 20:40:32.940736042 +0200
@@ -7,8 +7,8 @@
 Homepage: http://www.arg0.net/encfs
 
 Package: encfs
-Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, fuse-utils
+Architecture: linux-any kfreebsd-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, fuse [linux-any] | fuse4bsd [kfreebsd-any]
 Description: encrypted virtual filesystem
  EncFS integrates file system encryption into the Unix(TM) file system.
  Encrypted data is stored within the native file system, thus no

Reply to: