diff -pruN 0.83-4/debian/changelog 0.83-4ubuntu2/debian/changelog
--- 0.83-4/debian/changelog	2018-04-26 15:06:04.000000000 +0000
+++ 0.83-4ubuntu2/debian/changelog	2020-11-19 14:31:20.000000000 +0000
@@ -1,3 +1,23 @@
+fonts-ubuntu (0.83-4ubuntu2) hirsute; urgency=medium
+
+  * Change directly the section in the control rather than using a
+    vendor override of the gencontrol target, that's not upstreamable to
+    Debian but easier for now.
+
+  [ Gunnar Hjalmarsson ]
+  * debian/rules:
+    - Don't state section "non-free" when building for Ubuntu, and
+      prevent with that the packages from getting listed as non-free
+      when running vrms on Ubuntu (LP: #1754804).
+    
+ -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 19 Nov 2020 15:31:20 +0100
+
+fonts-ubuntu (0.83-4ubuntu1) disco; urgency=medium
+
+  * Include Ubuntu-Th.ttf from the newer 0.84 version (lp: #1819135)
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 08 Mar 2019 13:07:43 +0000
+
 fonts-ubuntu (0.83-4) unstable; urgency=medium
 
   * Use dpkg-dev's pkg-info.mk instead of manually parsing dpkg-parsechanglog
diff -pruN 0.83-4/debian/control 0.83-4ubuntu2/debian/control
--- 0.83-4/debian/control	2018-04-26 15:06:04.000000000 +0000
+++ 0.83-4ubuntu2/debian/control	2020-11-19 14:29:19.000000000 +0000
@@ -1,7 +1,8 @@
 Source: fonts-ubuntu
-Section: non-free/fonts
+Section: fonts
 Priority: optional
-Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
 Uploaders: Jeremy Bicha <jbicha@debian.org>
 XS-Autobuild: yes
 Build-Depends: debhelper (>= 11),
@@ -44,7 +45,7 @@ Description: console version of the Ubun
 Package: fonts-ubuntu-font-family-console
 Architecture: all
 Multi-Arch: foreign
-Section: non-free/oldlibs
+Section: oldlibs
 Depends: ${misc:Depends}, fonts-ubuntu-console
 Description: console version of the Ubuntu Mono font (transitional package)
  The Ubuntu Font Family is a set of contemporary sans-serif fonts developed
@@ -61,7 +62,7 @@ Description: console version of the Ubun
 Package: ttf-ubuntu-font-family
 Architecture: all
 Multi-Arch: foreign
-Section: non-free/oldlibs
+Section: oldlibs
 Depends: ${misc:Depends}, fonts-ubuntu
 Description: sans-serif font set from Ubuntu (transitional package)
  The Ubuntu Font Family is a set of contemporary sans-serif fonts developed
diff -pruN 0.83-4/debian/source/include-binaries 0.83-4ubuntu2/debian/source/include-binaries
--- 0.83-4/debian/source/include-binaries	1970-01-01 00:00:00.000000000 +0000
+++ 0.83-4ubuntu2/debian/source/include-binaries	2019-03-08 13:07:43.000000000 +0000
@@ -0,0 +1 @@
+Ubuntu-Th.ttf
Binary files 0.83-4/Ubuntu-Th.ttf and 0.83-4ubuntu2/Ubuntu-Th.ttf differ
