Your message dated Sat, 22 Oct 2016 22:24:14 +0200
with message-id <[email protected]>
and subject line kfreebsd radvd patch is applied
has caused the Debian Bug report #726664,
regarding radvd FTBFS on kfreebsd
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.)


-- 
726664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>  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

--- End Message ---
--- Begin Message ---
Hello Jeff,

All parts of the kfreebsd build patch for radvd are accepted.

So the 

 Build-Depends:
- libdaemon-dev
+ libdaemon-dev,
+ dh-autoreconf
 

and the
--- 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


I don't know for how long allready.

Now closing this bug report.



Groeten
Geert Stappers
-- 
Leven en laten leven

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to