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

Bug#634216: FTBFS on kfreebsd-amd64



Package: fuse-convmvfs
Version: 0.2.6-1.1
Severity: important
Tags: patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd

Hi,

fuse-convmvfs 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.

Note: according to changelog, Architecture list just intends to mirror the
Architecture field of fuse-utils, which is now set to "linux-any".  On
kfreebsd-* architectures, fuse4bsd acts as a replacement.

-- 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-02-24 18:18:23.000000000 +0100
+++ debian/control	2011-07-17 20:30:02.927955088 +0200
@@ -8,8 +8,8 @@
 Homepage: http://fuse-convmvfs.sourceforge.net/
 
 Package: fuse-convmvfs
-Architecture: avr32 alpha amd64 armel armhf hppa i386 ia64 lpia m68k mips mipsel powerpc ppc64 s390 s390x sh4 sparc
-Depends: fuse-utils, ${shlibs:Depends}, ${misc:Depends}
+Architecture: linux-any kfreebsd-any
+Depends: fuse [linux-any] | fuse4bsd [kfreebsd-any], ${shlibs:Depends}, ${misc:Depends}
 Description: mirrors a whole filesystem tree from one charset to another
  convmvfs is a FUSE (File System in Userspace) utility that transparently
  mirrors a filesystem tree converting the filenames from one charset to another

Reply to: