diff -pruN 0.3.2-3.1/debian/changelog 0.3.2-3.1ubuntu1/debian/changelog
--- 0.3.2-3.1/debian/changelog	2020-07-23 15:22:42.000000000 +0000
+++ 0.3.2-3.1ubuntu1/debian/changelog	2020-08-16 18:46:43.000000000 +0000
@@ -1,3 +1,11 @@
+mpg321 (0.3.2-3.1ubuntu1) groovy; urgency=medium
+
+  * Merge from Debian unstable. Remaining changes:
+    - debian/patches/add_function_to_header.patch: Add missing function to
+      header file, fixing implicit pointer conversion.
+
+ -- Logan Rosen <logan@ubuntu.com>  Sun, 16 Aug 2020 14:46:43 -0400
+
 mpg321 (0.3.2-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -10,6 +18,14 @@ mpg321 (0.3.2-3.1) unstable; urgency=med
 
  -- Joachim Reichel <reichel@debian.org>  Thu, 23 Jul 2020 17:22:42 +0200
 
+mpg321 (0.3.2-3ubuntu1) disco; urgency=medium
+
+  * Merge from Debian unstable. Remaining changes:
+    - debian/patches/add_function_to_header.patch: Add missing function to
+      header file, fixing implicit pointer conversion.
+
+ -- Logan Rosen <logan@ubuntu.com>  Wed, 13 Mar 2019 21:44:10 -0400
+
 mpg321 (0.3.2-3) unstable; urgency=medium
 
   * Fix compilation error
@@ -22,6 +38,18 @@ mpg321 (0.3.2-2) unstable; urgency=mediu
 
  -- Chrysostomos Nanakos <cnanakos@debian.org>  Wed, 13 Mar 2019 16:34:47 +0200
 
+mpg321 (0.3.2-1.1ubuntu2) bionic; urgency=high
+
+  * No change rebuild to pick up -fPIE compiler default
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Tue, 03 Apr 2018 12:35:31 +0000
+
+mpg321 (0.3.2-1.1ubuntu1) xenial; urgency=medium
+
+  * Add function to header.
+
+ -- Logan Rosen <logan@ubuntu.com>  Mon, 21 Dec 2015 21:57:42 -0500
+
 mpg321 (0.3.2-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -258,7 +286,7 @@ mpg321 (0.2.11-1) unstable; urgency=low
      * Add xterm title support.Patch from Chrysostomos Nanakos.
 
  -- Nanakos Chrysostomos <nanakos@wired-net.gr>  Tue, 11 Jan 2010 19:17:42 +0200
- 
+
 mpg321 (0.2.10.6) unstable; urgency=low
 
   * QA upload.
diff -pruN 0.3.2-3.1/debian/control 0.3.2-3.1ubuntu1/debian/control
--- 0.3.2-3.1/debian/control	2012-03-25 12:01:03.000000000 +0000
+++ 0.3.2-3.1ubuntu1/debian/control	2020-08-11 16:26:00.000000000 +0000
@@ -1,7 +1,8 @@
 Source: mpg321
 Section: sound
 Priority: optional
-Maintainer: Nanakos Chrysostomos <nanakos@wired-net.gr>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Nanakos Chrysostomos <nanakos@wired-net.gr>
 Homepage: http://mpg321.sourceforge.net
 Build-Depends: debhelper (>> 7.0.0),libmad0-dev, libao-dev (>= 1.0.0), libid3tag0-dev, zlib1g-dev, dpkg-dev (>= 1.15.8.10), libasound2-dev (>= 1.0.23-2.1) [linux-any]
 Standards-Version: 3.9.3
diff -pruN 0.3.2-3.1/debian/patches/add_function_to_header.patch 0.3.2-3.1ubuntu1/debian/patches/add_function_to_header.patch
--- 0.3.2-3.1/debian/patches/add_function_to_header.patch	1970-01-01 00:00:00.000000000 +0000
+++ 0.3.2-3.1ubuntu1/debian/patches/add_function_to_header.patch	2015-12-22 02:57:35.000000000 +0000
@@ -0,0 +1,10 @@
+--- a/mpg321.h
++++ b/mpg321.h
+@@ -200,6 +200,7 @@
+ void check_default_play_device();
+ int playdevice_is_live();
+ void open_ao_playdevice(struct mad_header const *header);
++ao_device *open_ao_playdevice_buffer(struct mad_header const *header);
+ 
+ /* remote control (-R) functions */
+ void remote_get_input_wait(buffer *buf);
diff -pruN 0.3.2-3.1/debian/patches/series 0.3.2-3.1ubuntu1/debian/patches/series
--- 0.3.2-3.1/debian/patches/series	2019-03-13 14:57:59.000000000 +0000
+++ 0.3.2-3.1ubuntu1/debian/patches/series	2020-08-11 16:26:00.000000000 +0000
@@ -1 +1,2 @@
 handle_illegal_bitrate_value.patch
+add_function_to_header.patch
