diff -pruN 1.2.1-2.2/debian/changelog 1.2.1-2.2ubuntu1/debian/changelog
--- 1.2.1-2.2/debian/changelog	2016-09-26 15:11:44.000000000 +0000
+++ 1.2.1-2.2ubuntu1/debian/changelog	2021-01-11 01:42:25.000000000 +0000
@@ -1,3 +1,9 @@
+rtpproxy (1.2.1-2.2ubuntu1) hirsute; urgency=medium
+
+  * d/p/gcc-10.patch: Fix compilation with GCC 10.
+
+ -- Logan Rosen <logan@ubuntu.com>  Sun, 10 Jan 2021 20:42:25 -0500
+
 rtpproxy (1.2.1-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 1.2.1-2.2/debian/control 1.2.1-2.2ubuntu1/debian/control
--- 1.2.1-2.2/debian/control	2016-09-26 15:02:47.000000000 +0000
+++ 1.2.1-2.2ubuntu1/debian/control	2021-01-11 01:42:25.000000000 +0000
@@ -1,7 +1,8 @@
 Source: rtpproxy
 Section: net
 Priority: optional
-Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp@debian.org>, Kilian Krause <kilian@debian.org>
 Build-Depends: debhelper (>= 10), xsltproc, docbook-xsl, docbook-xml
 Standards-Version: 3.9.8
diff -pruN 1.2.1-2.2/debian/patches/gcc-10.patch 1.2.1-2.2ubuntu1/debian/patches/gcc-10.patch
--- 1.2.1-2.2/debian/patches/gcc-10.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.1-2.2ubuntu1/debian/patches/gcc-10.patch	2021-01-11 01:42:24.000000000 +0000
@@ -0,0 +1,11 @@
+--- a/rtpp_record.h
++++ b/rtpp_record.h
+@@ -81,7 +81,7 @@
+     uint32_t family;
+     struct ip iphdr;
+     struct udphdr udphdr;
+-} __packed;
++};
+ 
+ struct pkt_hdr_adhoc {
+     union sockaddr_in_s addr;   /* Source address */
diff -pruN 1.2.1-2.2/debian/patches/series 1.2.1-2.2ubuntu1/debian/patches/series
--- 1.2.1-2.2/debian/patches/series	2014-02-16 03:57:22.000000000 +0000
+++ 1.2.1-2.2ubuntu1/debian/patches/series	2021-01-11 01:38:05.000000000 +0000
@@ -1 +1,2 @@
 syslog_format.patch
+gcc-10.patch
