Package: netcf Version: 0.2.0-1
Packages fails to build from source due to missing manpage - problem is that src/Makefile.am is patched but src/Makefile.in is not regenerated. Attached patch does invoke dh-autoreconf via cdbs, package now builds fine in clean amd64 and i386 chroot.
diff -Nru netcf-0.2.0/debian/control netcf-0.2.0_NEW/debian/control --- netcf-0.2.0/debian/control 2012-08-07 04:13:57.000000000 +0200 +++ netcf-0.2.0_NEW/debian/control 2012-08-07 17:51:50.287471530 +0200 @@ -1,7 +1,7 @@ Source: netcf Priority: extra Maintainer: Serge Hallyn <serge.hal...@ubuntu.com> -Build-Depends: cdbs, debhelper (>= 8.0.0), ifupdown, libaugeas-dev, libnl-dev, libreadline-dev, libtool, libxml2-dev, libxslt-dev, pkg-config +Build-Depends: cdbs, debhelper (>= 8.0.0), ifupdown, libaugeas-dev, libnl-dev, libreadline-dev, libtool, libxml2-dev, libxslt-dev, pkg-config, dh-autoreconf Standards-Version: 3.9.3 Section: libs Homepage: https://fedorahosted.org/netcf/ diff -Nru netcf-0.2.0/debian/rules netcf-0.2.0_NEW/debian/rules --- netcf-0.2.0/debian/rules 2012-08-07 04:13:57.000000000 +0200 +++ netcf-0.2.0_NEW/debian/rules 2012-08-07 17:49:17.471471526 +0200 @@ -4,6 +4,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --with-driver=debian include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk build/libnetcf-dev::