diff -pruN 27/debian/changelog 27ubuntu1/debian/changelog
--- 27/debian/changelog	2020-06-30 16:22:21.000000000 +0000
+++ 27ubuntu1/debian/changelog	2022-02-08 23:33:31.000000000 +0000
@@ -1,3 +1,9 @@
+dh-lua (27ubuntu1) jammy; urgency=medium
+
+  * d/control: Add glibc-tools to Depends: to get catchsegv. 
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Wed, 09 Feb 2022 12:33:31 +1300
+
 dh-lua (27) unstable; urgency=medium
 
   * Upload to unstable since Lua 5.4 is finally released.
diff -pruN 27/debian/control 27ubuntu1/debian/control
--- 27/debian/control	2020-06-30 16:22:21.000000000 +0000
+++ 27ubuntu1/debian/control	2022-02-08 23:33:31.000000000 +0000
@@ -1,7 +1,8 @@
 Source: dh-lua
 Section: interpreters
 Priority: optional
-Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
 Uploaders: Enrico Tassi <gareuselesinge@debian.org>, Sergei Golovan <sgolovan@debian.org>
 Build-Depends: debhelper (>= 12~), markdown, perl, txt2man
 Standards-Version: 4.5.0
@@ -11,7 +12,7 @@ Homepage: https://salsa.debian.org/lua-t
 
 Package: dh-lua
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, debhelper (>= 8.0.0), dctrl-tools, libtool, libtool-bin, pkg-config, libfile-find-rule-perl,
+Depends: ${misc:Depends}, ${perl:Depends}, debhelper (>= 8.0.0), dctrl-tools, glibc-tools, libtool, libtool-bin, pkg-config, libfile-find-rule-perl,
  liblua5.4-dev, lua5.4,
  liblua5.3-dev, lua5.3,
  liblua5.2-dev, lua5.2,
