retitle 611330 Please build ndisc6-udeb and rdnssd-udeb thanks I've now discovered that I need the rdisc6 tool as well as rdnssd, so the attached patch now builds an ndisc6-udeb containing just the rdisc6 binary. I've also fixed up the rdnssd-udeb (added a Section: header), so the attached patch should be used instead of the previous one posted.
- Matt
diff -urN ndisc6-0.9.8.orig/debian/control ndisc6-0.9.8/debian/control --- ndisc6-0.9.8.orig/debian/control 2011-01-28 10:08:18.000000000 +1100 +++ ndisc6-0.9.8/debian/control 2011-02-03 16:56:35.000000000 +1100 @@ -21,6 +21,19 @@ - addrinfo, easy script interface for hostname and address resolution, - dnssort, DNS sorting script. +Package: ndisc6-udeb +Architecture: any +Section: debian-installer +XC-Package-Type: udeb +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: iputils-tracepath (<< 3:20070202) +Description: IPv6 diagnostic tools + ndisc6 gathers a few diagnostic tools for IPv6 networks including: + - rdisc6, which performs ICMPv6 Router Discovery in userland, + . + This is a udeb containing just the rdisc6 utility, for use by the + Debian installer. + Package: rdnssd Architecture: any Pre-Depends: adduser @@ -31,3 +44,15 @@ rdnssd autoconfigures recursive DNS servers on IPv6 networks using ICMPv6 Neighbor Discovery (RFC 5006), and can update the DNS resolvers configuration (/etc/resolv.conf) accordingly. + +Package: rdnssd-udeb +Architecture: any +Section: debian-installer +Depends: ${shlibs:Depends}, ${misc:Depends}, libnss-files-udeb +XC-Package-Type: udeb +Description: IPv6 recursive DNS server discovery daemon + rdnssd autoconfigures recursive DNS servers on IPv6 networks + using ICMPv6 Neighbor Discovery (RFC 5006), and can update the + DNS resolvers configuration (/etc/resolv.conf) accordingly. + . + This is a udeb of rdnssd, for use by the debian-installer. diff -urN ndisc6-0.9.8.orig/debian/ndisc6-udeb.install ndisc6-0.9.8/debian/ndisc6-udeb.install --- ndisc6-0.9.8.orig/debian/ndisc6-udeb.install 1970-01-01 10:00:00.000000000 +1000 +++ ndisc6-0.9.8/debian/ndisc6-udeb.install 2011-01-31 13:40:30.000000000 +1100 @@ -0,0 +1 @@ +bin/* diff -urN ndisc6-0.9.8.orig/debian/rdnssd-udeb.install ndisc6-0.9.8/debian/rdnssd-udeb.install --- ndisc6-0.9.8.orig/debian/rdnssd-udeb.install 1970-01-01 10:00:00.000000000 +1000 +++ ndisc6-0.9.8/debian/rdnssd-udeb.install 2011-01-28 11:34:35.000000000 +1100 @@ -0,0 +1 @@ +sbin/rdnssd