Package: roy Severity: important Tags: patch Hi,
The current version of roy currently fails to build on GNU/kFreeBSD as libc6-prof is not available on this architecture. Instead the package is called libc0.1-prof. Please find attached a small patch to fix that. It would be nice if you can include it in your next upload. Thanks for your cooperation, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -u roy-1.0.8/debian/control roy-1.0.8/debian/control --- roy-1.0.8/debian/control +++ roy-1.0.8/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Brian Bassett <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 4), zlib1g-dev, libc6-prof [!alpha !ia64 !hurd-i386], libc6.1-prof [alpha ia64], libc0.3-prof [hurd-i386] +Build-Depends: debhelper (>= 4), zlib1g-dev, libc6-prof [!alpha !ia64 !hurd-i386 !kfreebsd-i386], libc6.1-prof [alpha ia64], libc0.3-prof [hurd-i386], libc0.1-prof [kfreebsd-i386] Package: libroy-dev Section: libdevel