Your message dated Thu, 15 Nov 2012 23:39:14 +0100
with message-id <[email protected]>
and subject line FTBFS: netcf (0.2.0-1)
has caused the Debian Bug report #684211,
regarding FTBFS: netcf (0.2.0-1)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
684211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684211
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
-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::
--- End Message ---
--- Begin Message ---
Version: 0.2.0-4
The package seems to build fine in unstable and experimental according to
https://buildd.debian.org/status/package.php?p=netcf
So closing
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---