Package: pam-keyring
Severity: important
Tags: patch
Hi,
currently your package FTBFS on GNU/kFreeBSD with the following error:
> dh_testdir
> dh_testroot
> dh_installchangelogs ChangeLog
> dh_installdocs
> dh_install
> cp: cannot stat `./debian/tmp/lib/security/pam_keyring.so': No such file or
> directory
> dh_install: command returned error code 256
> make: *** [binary-arch] Error 1
Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=pam-keyring>.
Please find attached a tiny patch to fix this. No auto(re)conf is needed
since the build process does the right thing.
Cheers,
--
Cyril Brulebois
--- pam-keyring-0.0.8/configure.in 2007-03-09 13:14:02.023116000 +0100
+++ pam-keyring-0.0.8/configure.in 2007-03-09 13:18:40.000000000 +0100
@@ -69,7 +69,7 @@
AC_SUBST(KILL)
case "$host" in
- *-*-linux*)
+ *-*-linux*|*-*-kfreebsd*|*-*-gnu*)
# See also <configure-flags> in pam_mount.xml.
PAM_MODDIR="\$(prefix)/../\$(libdir)/security"
;;