fcoe-utils depends on a bunch of headers from the kernel.
I've fixed this upstream (which will be part of the next release), until then
we alter files outside the debian/ folder
--- fcoe-utils-1.0.23.orig/Makefile.am
+++ fcoe-utils-1.0.23/Makefile.am
@@ -52,18 +52,6 @@ dist_noinst_SCRIPTS = etc/initd/initd.su
 	contrib/fcc.sh contrib/fcoe-setup.sh contrib/fcoe_edd.sh \
 	debug/dcbcheck.sh debug/fcoedump.sh
 
-CLEANFILES = etc/initd/fcoe
-etc/initd/fcoe:
-	mkdir -p etc/initd
-	if [ -f /etc/fedora-release ] || [ -f /etc/redhat-release ]; then \
-		ln -s ${abs_srcdir}/etc/initd/initd.fedora $@; \
-	else \
-		ln -s ${abs_srcdir}/etc/initd/initd.suse $@; \
-	fi
-
-init_ddir = ${sysconfdir}/init.d
-init_d_SCRIPTS = etc/initd/fcoe
-
 dist_noinst_DATA = README COPYING INSTALL fcoe-utils.spec etc/config
 
 BASH_COMPLETION_DIR=/etc/bash_completion.d/
