diff -pruN 1.2~rc1.2-1.1/debian/changelog 1.2~rc1.2-1.1ubuntu1/debian/changelog
--- 1.2~rc1.2-1.1/debian/changelog	2020-02-24 20:06:09.000000000 +0000
+++ 1.2~rc1.2-1.1ubuntu1/debian/changelog	2020-02-24 20:06:09.000000000 +0000
@@ -1,3 +1,14 @@
+speex (1.2~rc1.2-1.1ubuntu1) focal; urgency=medium
+
+  * Merge from Debian unstable.
+    - Remaining changes:
+      * Build with float on armhf.
+    - Dropped changes:
+      * Use dh-autoreconf for current libtool.
+      * Add build-dependency on pkg-config for the above.
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Mon, 24 Feb 2020 16:30:14 +0100
+
 speex (1.2~rc1.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -9,6 +20,21 @@ speex (1.2~rc1.2-1.1) unstable; urgency=
 
  -- Boyuan Yang <byang@debian.org>  Tue, 03 Sep 2019 16:16:35 -0400
 
+speex (1.2~rc1.2-1ubuntu2) bionic; urgency=high
+
+  * No change rebuild to pick up -fPIE compiler default
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Tue, 03 Apr 2018 12:44:36 +0000
+
+speex (1.2~rc1.2-1ubuntu1) wily; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - Build with float on armhf.
+    - Use dh-autoreconf for current libtool.
+    - Add build-dependency on pkg-config for the above.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 31 Aug 2015 17:52:56 -0700
+
 speex (1.2~rc1.2-1) unstable; urgency=medium
 
   * Regenerate build system files, mostly to pull in a later libtool.m4
@@ -16,6 +42,15 @@ speex (1.2~rc1.2-1) unstable; urgency=me
 
  -- Ron Lee <ron@debian.org>  Tue, 26 Aug 2014 20:08:57 +0930
 
+speex (1.2~rc1.1-1ubuntu1) trusty; urgency=medium
+
+  * Merge from Debian unstable, remaining changes:
+    - Build with float on armhf.
+    - Use dh-autoreconf for current libtool.
+    - Add build-dependency on pkg-config for the above.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 26 Jan 2014 09:30:49 +0000
+
 speex (1.2~rc1.1-1) unstable; urgency=low
 
   * Update for newer autoconf/libtool.  Closes: #699630
@@ -23,6 +58,37 @@ speex (1.2~rc1.1-1) unstable; urgency=lo
 
  -- Ron Lee <ron@debian.org>  Sun, 27 Oct 2013 02:36:32 +1030
 
+speex (1.2~rc1-7ubuntu5) trusty; urgency=medium
+
+  * Fix debian/rules dh-autoreconf handling for the case when we're building
+    the arch: all packages.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 16 Dec 2013 03:56:21 +0000
+
+speex (1.2~rc1-7ubuntu4) trusty; urgency=medium
+
+  * Add missing build-dependency on pkg-config.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 15 Dec 2013 16:57:55 -0800
+
+speex (1.2~rc1-7ubuntu3) trusty; urgency=medium
+
+  * Use dh-autoreconf for current libtool.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 15 Dec 2013 16:26:31 -0800
+
+speex (1.2~rc1-7ubuntu2) saucy; urgency=low
+
+  * Use dh_autotools-dev to update config.{sub,guess} for new ports.
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Tue, 08 Oct 2013 17:10:46 -0600
+
+speex (1.2~rc1-7ubuntu1) raring; urgency=low
+
+  * Build with float on armhf (LP: #1125295)
+
+ -- David Henningsson <david.henningsson@canonical.com>  Thu, 14 Feb 2013 16:37:04 +0100
+
 speex (1.2~rc1-7) unstable; urgency=low
 
   * Minimal set of resampler RC fixes targeted for Wheezy.
diff -pruN 1.2~rc1.2-1.1/debian/control 1.2~rc1.2-1.1ubuntu1/debian/control
--- 1.2~rc1.2-1.1/debian/control	2020-02-24 20:06:09.000000000 +0000
+++ 1.2~rc1.2-1.1ubuntu1/debian/control	2020-02-24 20:06:09.000000000 +0000
@@ -1,8 +1,9 @@
 Source: speex
 Section: sound
 Priority: optional
-Maintainer: Ron Lee <ron@debian.org>
-Build-Depends: debhelper (>= 8.1.3), libogg-dev, dpkg-dev (>= 1.13.19)
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Ron Lee <ron@debian.org>
+Build-Depends: debhelper (>= 8.1.3), libogg-dev, dpkg-dev (>= 1.13.19), dh-autoreconf, pkg-config
 Build-Depends-Indep: doxygen, graphviz
 Standards-Version: 3.9.5.0
 Homepage: http://www.speex.org/
diff -pruN 1.2~rc1.2-1.1/debian/rules 1.2~rc1.2-1.1ubuntu1/debian/rules
--- 1.2~rc1.2-1.1/debian/rules	2020-02-24 20:06:09.000000000 +0000
+++ 1.2~rc1.2-1.1ubuntu1/debian/rules	2020-02-24 20:06:09.000000000 +0000
@@ -56,9 +56,9 @@ all_objs  = $(objdir) $(objdir_sse) $(ob
 arch_objs = $(objdir)
 
 ifeq ($(DEB_HOST_ARCH_CPU),arm)
-objdir             = $(objdir_fixedpoint)
 
 ifneq ($(DEB_HOST_ARCH),armhf)
+objdir             = $(objdir_fixedpoint)
 EXTRA_CONFIG_FLAGS = --enable-arm4-asm
 endif
 
