diff -pruN 1:1.0-6/client.c 1:1.0-6ubuntu3/client.c
--- 1:1.0-6/client.c	2019-09-06 06:09:00.000000000 +0000
+++ 1:1.0-6ubuntu3/client.c	2019-09-06 06:09:00.000000000 +0000
@@ -31,6 +31,7 @@
 #endif
 
 #include "includes.h"
+#include "util.h"
 
 #ifndef REGISTER
 #define REGISTER 0
diff -pruN 1:1.0-6/debian/changelog 1:1.0-6ubuntu3/debian/changelog
--- 1:1.0-6/debian/changelog	2019-09-06 06:09:00.000000000 +0000
+++ 1:1.0-6ubuntu3/debian/changelog	2019-09-06 06:09:00.000000000 +0000
@@ -1,3 +1,23 @@
+nat (1:1.0-6ubuntu3) eoan; urgency=medium
+
+  * No-change upload with strops.h and sys/strops.h removed in glibc.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 05 Sep 2019 11:03:11 +0000
+
+nat (1:1.0-6ubuntu2) bionic; urgency=high
+
+  * No change rebuild to pick up -fPIE compiler default
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Tue, 03 Apr 2018 12:36:05 +0000
+
+nat (1:1.0-6ubuntu1) vivid; urgency=medium
+
+  * util.h: Add a declaration for Get_Hostbyaddr.
+  * client.c: Include util.h to fix implicit function declaration and pointer
+    conversion.
+
+ -- Logan Rosen <logan@ubuntu.com>  Mon, 23 Feb 2015 17:27:20 +0000
+
 nat (1:1.0-6) unstable; urgency=medium
 
   * include.h: Apply patch provided by Cyril Roelandt to fix 
diff -pruN 1:1.0-6/debian/control 1:1.0-6ubuntu3/debian/control
--- 1:1.0-6/debian/control	2019-09-06 06:09:00.000000000 +0000
+++ 1:1.0-6ubuntu3/debian/control	2019-09-06 06:09:00.000000000 +0000
@@ -1,7 +1,8 @@
 Source: nat
 Section: admin
 Priority: extra
-Maintainer: Javier Fernandez-Sanguino Peña <jfs@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Javier Fernandez-Sanguino Peña <jfs@debian.org>
 Build-Depends: debhelper (>> 3.0.0)
 Standards-Version: 3.9.6
 Homepage: http://www.tux.org/pub/security/secnet/tools/nat10/
diff -pruN 1:1.0-6/util.h 1:1.0-6ubuntu3/util.h
--- 1:1.0-6/util.h	2019-09-06 06:09:00.000000000 +0000
+++ 1:1.0-6ubuntu3/util.h	2019-09-06 06:09:00.000000000 +0000
@@ -38,4 +38,6 @@ void setup_logging(char *pname, BOOL int
 int Debug1(char *format_str, ...);
 #endif
 
+char * Get_Hostbyaddr (struct in_addr ip);
+
 #endif
