diff -pruN 0.52-2/debian/changelog 0.52-2ubuntu1/debian/changelog
--- 0.52-2/debian/changelog	2018-04-19 20:57:12.000000000 +0000
+++ 0.52-2ubuntu1/debian/changelog	2019-02-07 17:06:27.000000000 +0000
@@ -1,3 +1,11 @@
+chkrootkit (0.52-2ubuntu1) disco; urgency=medium
+
+  * d/patches/26_fix_chktcpd.patch: Apply patch to fix tcpd false-positive
+    detections. (LP: #1808882)
+    Thanks to Francois Marier for the patch.
+
+ -- Thomas Ward <teward@ubuntu.com>  Tue, 29 Jan 2019 16:32:49 -0500
+
 chkrootkit (0.52-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.52-2/debian/control 0.52-2ubuntu1/debian/control
--- 0.52-2/debian/control	2018-04-19 20:57:12.000000000 +0000
+++ 0.52-2ubuntu1/debian/control	2019-02-07 17:06:27.000000000 +0000
@@ -1,7 +1,8 @@
 Source: chkrootkit
 Section: misc
 Priority: optional
-Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
 Uploaders: Marcos Fouces <marcos.fouces@gmail.com>
 Standards-Version: 4.1.4
 Build-Depends: debhelper (>= 10), po-debconf
diff -pruN 0.52-2/debian/patches/26_fix_chktcpd.patch 0.52-2ubuntu1/debian/patches/26_fix_chktcpd.patch
--- 0.52-2/debian/patches/26_fix_chktcpd.patch	1970-01-01 00:00:00.000000000 +0000
+++ 0.52-2ubuntu1/debian/patches/26_fix_chktcpd.patch	2019-02-07 17:06:27.000000000 +0000
@@ -0,0 +1,14 @@
+Author: Francois Marier <francois@debian.org>
+Description: Reinitialize variable in check_tcpd
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/1808882
+
+--- a/chkrootkit	2019-01-13 14:30:39.608931525 -0800
++++ b/chkrootkit	2019-01-13 15:05:53.496917560 -0800
+@@ -2588,6 +2588,7 @@
+ chk_tcpd () {
+     STATUS=${NOT_INFECTED}
+     TCPD_INFECTED_LABEL="p1r0c4|hack|/dev/xmx|/dev/hdn0|/dev/xdta|/dev/tux"
++    CMD=
+ 
+     [ -r ${ROOTDIR}etc/inetd.conf ] &&
+     CMD=`${egrep} '^[^#].*tcpd' ${ROOTDIR}etc/inetd.conf | _head -1 | \
diff -pruN 0.52-2/debian/patches/series 0.52-2ubuntu1/debian/patches/series
--- 0.52-2/debian/patches/series	2018-04-19 20:57:12.000000000 +0000
+++ 0.52-2ubuntu1/debian/patches/series	2019-02-07 17:06:27.000000000 +0000
@@ -23,3 +23,4 @@
 23_fix_cross_compilation.patch
 24_ser2net_exception_in_scalper.patch
 25_fix_noise_in_quiet_mode.patch
+26_fix_chktcpd.patch
