From: Santiago Vila <sanvila@debian.org>
Subject: We should not really care about the build date or the build host

--- ndisc6-1.0.1.orig/src/addrinfo.c
+++ ndisc6-1.0.1/src/addrinfo.c
@@ -149,7 +149,6 @@ static int quick_usage (const char *path
 static int version (void)
 {
         printf (_("addrinfo %s (%s)\n"), VERSION, "$Rev: 646 $");
-	printf (_(" built %s on %s\n"), __DATE__, PACKAGE_BUILD_HOSTNAME);
         printf (_("Configured with: %s\n"), PACKAGE_CONFIGURE_INVOCATION);
         puts (_("Written by Remi Denis-Courmont\n"));
 
--- ndisc6-1.0.1.orig/src/ndisc.c
+++ ndisc6-1.0.1/src/ndisc.c
@@ -774,7 +774,6 @@ version (void)
 {
 	printf (_(
 "ndisc6: IPv6 Neighbor/Router Discovery userland tool %s (%s)\n"), VERSION, "$Rev: 657 $");
-	printf (_(" built %s on %s\n"), __DATE__, PACKAGE_BUILD_HOSTNAME);
 
 	printf (_("Configured with: %s\n"), PACKAGE_CONFIGURE_INVOCATION);
 	puts (_("Written by Remi Denis-Courmont\n"));
--- ndisc6-1.0.1.orig/src/tcpspray.c
+++ ndisc6-1.0.1/src/tcpspray.c
@@ -303,7 +303,6 @@ version (void)
 {
 	printf (_(
 "tcpspray6: TCP/IP bandwidth tester %s (%s)\n"), VERSION, "$Rev: 650 $");
-	printf (_(" built %s on %s\n"), __DATE__, PACKAGE_BUILD_HOSTNAME);
 	printf (_("Configured with: %s\n"), PACKAGE_CONFIGURE_INVOCATION);
 	puts (_("Written by Remi Denis-Courmont\n"));
 
--- ndisc6-1.0.1.orig/src/traceroute.c
+++ ndisc6-1.0.1/src/traceroute.c
@@ -1251,7 +1251,6 @@ version (void)
 {
 	printf (_(
 "traceroute6: TCP & UDP IPv6 traceroute tool %s (%s)\n"), VERSION, "$Rev: 651 $");
-	printf (_(" built %s on %s\n"), __DATE__, PACKAGE_BUILD_HOSTNAME);
 	printf (_("Configured with: %s\n"), PACKAGE_CONFIGURE_INVOCATION);
 	puts (_("Written by Remi Denis-Courmont\n"));
 
