diff -pruN 1.18.0-3/debian/changelog 1.18.0-3ubuntu1/debian/changelog
--- 1.18.0-3/debian/changelog	2018-12-01 19:10:19.000000000 +0000
+++ 1.18.0-3ubuntu1/debian/changelog	2022-03-16 16:15:17.000000000 +0000
@@ -1,3 +1,9 @@
+golang-codegangsta-cli (1.18.0-3ubuntu1) jammy; urgency=medium
+
+  * Fix FTBFS with Go 1.18
+
+ -- William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>  Wed, 16 Mar 2022 11:15:17 -0500
+
 golang-codegangsta-cli (1.18.0-3) unstable; urgency=medium
 
   [ Paul Tagliamonte ]
diff -pruN 1.18.0-3/debian/control 1.18.0-3ubuntu1/debian/control
--- 1.18.0-3/debian/control	2018-12-01 19:10:19.000000000 +0000
+++ 1.18.0-3ubuntu1/debian/control	2022-03-16 16:15:17.000000000 +0000
@@ -1,7 +1,8 @@
 Source: golang-codegangsta-cli
 Section: devel
 Priority: optional
-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
 Uploaders: Jelmer Vernooĳ <jelmer@debian.org>, Tim Potter <tpot@hpe.com>
 Build-Depends: debhelper (>= 11~), dh-golang (>= 1.17~), golang-any
     ,golang-github-urfave-cli-dev
diff -pruN 1.18.0-3/debian/patches/build-with-golang-1.18.patch 1.18.0-3ubuntu1/debian/patches/build-with-golang-1.18.patch
--- 1.18.0-3/debian/patches/build-with-golang-1.18.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.18.0-3ubuntu1/debian/patches/build-with-golang-1.18.patch	2022-03-16 16:15:17.000000000 +0000
@@ -0,0 +1,30 @@
+Description: Fix FTBFS with Go 1.18
+ This repository is currently FTBFS with Go 1.18. The patch is a
+ minor change to a test case, but won't be upstreamed as the
+ upstream repo is archived and therefore read-only
+Author: William 'jawn-smith' Wilson <jawn-smith@ubuntu.com>
+Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007784
+Last-Update:
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: golang-codegangsta-cli-1.18.0/app_test.go
+===================================================================
+--- golang-codegangsta-cli-1.18.0.orig/app_test.go
++++ golang-codegangsta-cli-1.18.0/app_test.go
+@@ -363,7 +363,6 @@
+ }
+ 
+ func TestApp_ParseSliceFlags(t *testing.T) {
+-	var parsedOption, firstArg string
+ 	var parsedIntSlice []int
+ 	var parsedStringSlice []string
+ 
+@@ -377,8 +376,6 @@
+ 		Action: func(c *Context) error {
+ 			parsedIntSlice = c.IntSlice("p")
+ 			parsedStringSlice = c.StringSlice("ip")
+-			parsedOption = c.String("option")
+-			firstArg = c.Args().First()
+ 			return nil
+ 		},
+ 	}
diff -pruN 1.18.0-3/debian/patches/series 1.18.0-3ubuntu1/debian/patches/series
--- 1.18.0-3/debian/patches/series	2018-12-01 19:10:19.000000000 +0000
+++ 1.18.0-3ubuntu1/debian/patches/series	2022-03-16 16:14:24.000000000 +0000
@@ -0,0 +1 @@
+build-with-golang-1.18.patch
