diff -pruN 1.0.0-2/debian/changelog 1.0.0-2ubuntu2/debian/changelog
--- 1.0.0-2/debian/changelog	2012-05-02 21:00:29.000000000 +0000
+++ 1.0.0-2ubuntu2/debian/changelog	2020-03-22 15:46:22.000000000 +0000
@@ -1,3 +1,16 @@
+liboglappth (1.0.0-2ubuntu2) focal; urgency=medium
+
+  * No-change rebuild for libgcc-s1 package name change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sun, 22 Mar 2020 16:46:22 +0100
+
+liboglappth (1.0.0-2ubuntu1) trusty; urgency=medium
+
+  * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
+    getting new libtool macros (still updates config.{sub,guess}).
+
+ -- Logan Rosen <logan@ubuntu.com>  Sat, 04 Jan 2014 17:09:36 -0500
+
 liboglappth (1.0.0-2) unstable; urgency=low
 
   * debian/control (Standards-Version): Bumped to 3.9.3.
diff -pruN 1.0.0-2/debian/control 1.0.0-2ubuntu2/debian/control
--- 1.0.0-2/debian/control	2012-05-02 20:58:43.000000000 +0000
+++ 1.0.0-2ubuntu2/debian/control	2014-01-04 22:10:01.000000000 +0000
@@ -1,10 +1,11 @@
 Source: liboglappth
 Priority: optional
 Section: libs
-Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
 Uploaders: Michael Banck <mbanck@debian.org>,
            Daniel Leidert (dale) <daniel.leidert@wgdd.de>
-Build-Depends: autotools-dev (>= 20100122.1),
+Build-Depends: dh-autoreconf,
                debhelper (>> 7.0.50~),
                libgl1-mesa-dev | libgl-dev,
                libglu1-mesa-dev | libglu-dev
diff -pruN 1.0.0-2/debian/rules 1.0.0-2ubuntu2/debian/rules
--- 1.0.0-2/debian/rules	2011-10-30 23:50:57.000000000 +0000
+++ 1.0.0-2ubuntu2/debian/rules	2014-01-04 22:09:25.000000000 +0000
@@ -8,7 +8,7 @@ LDFLAGS ?=
 LDFLAGS += -Wl,-z,defs -Wl,-lGL -Wl,-lGLU
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure: configure
 	dh_auto_configure -- LDFLAGS="$(LDFLAGS)"
