diff -pruN 0.0.0+20100113.git1da40724-1.2/debian/changelog 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/changelog
--- 0.0.0+20100113.git1da40724-1.2/debian/changelog	2016-01-26 16:24:14.000000000 +0000
+++ 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/changelog	2020-03-23 03:17:53.000000000 +0000
@@ -1,3 +1,23 @@
+literki (0.0.0+20100113.git1da40724-1.2ubuntu1) focal; urgency=medium
+
+  * d/control: Build-depend on pkg-config.
+  * d/p/06_use_pkg-config.patch: Use pkg-config instead of removed
+    freetype-config to fix FTBFS.
+
+ -- Logan Rosen <logan@ubuntu.com>  Sun, 22 Mar 2020 23:17:53 -0400
+
+literki (0.0.0+20100113.git1da40724-1.2build2) focal; urgency=medium
+
+  * No-change rebuild for libgcc-s1 package name change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sun, 22 Mar 2020 16:48:16 +0100
+
+literki (0.0.0+20100113.git1da40724-1.2build1) yakkety; urgency=medium
+
+  * No-change rebuild for libpng soname change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sat, 23 Apr 2016 00:14:26 +0000
+
 literki (0.0.0+20100113.git1da40724-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 0.0.0+20100113.git1da40724-1.2/debian/control 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/control
--- 0.0.0+20100113.git1da40724-1.2/debian/control	2016-01-24 12:42:40.000000000 +0000
+++ 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/control	2020-03-23 03:17:53.000000000 +0000
@@ -1,9 +1,10 @@
 Source: literki
 Section: embedded
 Priority: optional
-Maintainer: Debian freesmartphone.org Team <pkg-fso-maint@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian freesmartphone.org Team <pkg-fso-maint@lists.alioth.debian.org>
 Uploaders: Timo Jyrinki <timo@debian.org>
-Build-Depends: debhelper (>= 7), libfreetype6-dev, libpng-dev, libfakekey-dev, libxi-dev, libxcb1-dev, libxrender-dev, libxrandr-dev, libpng++-dev
+Build-Depends: debhelper (>= 7), libfreetype6-dev, libpng-dev, libfakekey-dev, libxi-dev, libxcb1-dev, libxrender-dev, libxrandr-dev, libpng++-dev, pkg-config
 Standards-Version: 3.8.4
 Homepage: http://git.senfdax.de/?p=literki
 Vcs-Git: http://git.debian.org/git/pkg-fso/literki.git
diff -pruN 0.0.0+20100113.git1da40724-1.2/debian/patches/06_use_pkg-config.patch 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/patches/06_use_pkg-config.patch
--- 0.0.0+20100113.git1da40724-1.2/debian/patches/06_use_pkg-config.patch	1970-01-01 00:00:00.000000000 +0000
+++ 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/patches/06_use_pkg-config.patch	2020-03-23 03:17:53.000000000 +0000
@@ -0,0 +1,13 @@
+--- a/Makefile
++++ b/Makefile
+@@ -4,8 +4,8 @@
+ 
+ CXXCOMPILE=g++
+ 
+-CFLAGS=-g `freetype-config --cflags`
+-LDFLAGS=-g `freetype-config --libs`
++CFLAGS=-g `pkg-config --cflags freetype2`
++LDFLAGS=-g `pkg-config --libs freetype2`
+ 
+ %.o: %.cpp
+ 	$(CXXCOMPILE) $(CFLAGS) -c $<
diff -pruN 0.0.0+20100113.git1da40724-1.2/debian/patches/series 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/patches/series
--- 0.0.0+20100113.git1da40724-1.2/debian/patches/series	2016-01-26 16:23:32.000000000 +0000
+++ 0.0.0+20100113.git1da40724-1.2ubuntu1/debian/patches/series	2020-03-23 03:17:36.000000000 +0000
@@ -3,3 +3,4 @@
 04_fix_desktop.diff
 05_fix_ftbfs_binutils-gold.patch
 libpng16.patch
+06_use_pkg-config.patch
