Package: radvd Version: 1:1.9.1-1.1 Severity: normal Tags: patch Dear Maintainer, I noticed that the radvd package was unavailable on kfreebsd. 1.8.5-1 built just fine on my system, and works fine.
When I pursued the problem, I found that it failed to build on the buildds. The reason that 1.9.1 fails is that the existing kfreebsd patch modifies configure.ac but configure is shipped and not rebuilt. The following patch makes it build on my mongrel (mostly stable) system, though I am not sufficiently conversant with debian packaging to know whether I've gotten all the details right: diff -Nru radvd-1.9.1/debian/changelog radvd-1.9.1/debian/changelog --- radvd-1.9.1/debian/changelog 2013-06-07 04:10:07.000000000 -0500 +++ radvd-1.9.1/debian/changelog 2013-10-17 15:38:34.000000000 -0500 @@ -1,3 +1,10 @@ +radvd (1:1.9.1-1.2) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Use autoreconf, as the kfreebsd patch requires rebuilding configure + + -- Jeff Epler <jep...@unpythonic.net> Thu, 17 Oct 2013 15:38:15 -0500 + radvd (1:1.9.1-1.1) unstable; urgency=low * Non-maintainer upload with maintainer approval. diff -Nru radvd-1.9.1/debian/control radvd-1.9.1/debian/control --- radvd-1.9.1/debian/control 2013-06-07 04:10:38.000000000 -0500 +++ radvd-1.9.1/debian/control 2013-10-17 15:43:39.000000000 -0500 @@ -5,7 +5,8 @@ Standards-Version: 3.9.3 Build-Depends: autotools-dev, debhelper (>= 9), flex, bison, pkg-config, - libdaemon-dev + libdaemon-dev, + dh-autoreconf Package: radvd Architecture: any diff -Nru radvd-1.9.1/debian/rules radvd-1.9.1/debian/rules --- radvd-1.9.1/debian/rules 2013-06-07 04:11:26.000000000 -0500 +++ radvd-1.9.1/debian/rules 2013-10-17 15:37:00.000000000 -0500 @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ --with autoreconf override_dh_autobuild: cp debian/copyright.in > COPYRIGHT -- System Information: Debian Release: 7.1 APT prefers stable APT policy: (990, 'stable'), (1, 'experimental') Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 9.0-2-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages radvd depends on: ii adduser 3.113+nmu3 ii libc0.1 2.13-38 radvd recommends no packages. radvd suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131017204829.27065.26988.reportbug@localhost