diff -pruN 20200720-1/debian/65-fonts-vlgothic.conf 20200720-1ubuntu1/debian/65-fonts-vlgothic.conf
--- 20200720-1/debian/65-fonts-vlgothic.conf	1970-01-01 00:00:00.000000000 +0000
+++ 20200720-1ubuntu1/debian/65-fonts-vlgothic.conf	2021-02-04 14:36:29.000000000 +0000
@@ -0,0 +1,83 @@
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+    <alias>
+        <family>VL Pゴシック</family>
+        <default>
+            <family>sans-serif</family>
+        </default>
+    </alias>
+    <alias>
+        <family>VL ゴシック</family>
+        <default>
+            <family>sans-serif</family>
+        </default>
+    </alias>
+    <alias>
+        <family>VL ゴシック</family>
+        <default>
+            <family>monospace</family>
+        </default>
+    </alias>
+    <match target="pattern">
+        <test name="lang" compare="contains">
+            <string>ja</string>
+        </test>
+        <test qual="any" name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>VL Pゴシック</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang" compare="contains">
+            <string>ja</string>
+        </test>
+        <test qual="any" name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>VL ゴシック</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test qual="any" name="family">
+            <string>GothicBBB</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>VL Pゴシック</string>
+        </edit>
+    </match>
+
+    <match target="font">
+        <test name="family" compare="contains">
+            <string>VL Pゴシック</string>
+        </test>
+        <test name="pixelsize" compare="less_eq">
+            <double>18</double>
+        </test>
+        <edit name="hintstyle" mode="assign">
+            <const>hintnone</const>
+        </edit>
+        <edit name="embeddedbitmap">
+             <bool>false</bool>
+        </edit>
+    </match>
+    <match target="font">
+        <test name="family" compare="contains">
+            <string>VL ゴシック</string>
+        </test>
+        <test name="pixelsize" compare="less_eq">
+            <double>18</double>
+        </test>
+        <edit name="hintstyle" mode="assign">
+            <const>hintnone</const>
+        </edit>
+        <edit name="embeddedbitmap">
+             <bool>false</bool>
+        </edit>
+    </match>
+
+</fontconfig>
diff -pruN 20200720-1/debian/changelog 20200720-1ubuntu1/debian/changelog
--- 20200720-1/debian/changelog	2020-07-22 07:52:09.000000000 +0000
+++ 20200720-1ubuntu1/debian/changelog	2021-02-04 14:36:29.000000000 +0000
@@ -1,3 +1,15 @@
+fonts-vlgothic (20200720-1ubuntu1) hirsute; urgency=medium
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases.
+
+ -- Sebastien Bacher <seb128@debian.org>  Thu, 04 Feb 2021 15:36:29 +0100
+
 fonts-vlgothic (20200720-1) unstable; urgency=medium
 
   * New upstream version 20200720
@@ -39,13 +51,25 @@ fonts-vlgothic (20141206-5) unstable; ur
 
  -- Hideki Yamane <henrich@debian.org>  Thu, 31 May 2018 13:45:36 +0900
 
+fonts-vlgothic (20141206-4ubuntu1) artful; urgency=medium
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases.
+
+ -- Bhavani Shankar <bhavi@ubuntu.com>  Thu, 03 Aug 2017 21:50:44 +0530
+
 fonts-vlgothic (20141206-4) unstable; urgency=medium
 
   * debian/control
     - set Build-Depends: debhelper (>= 10)
     - set Standards-Verison: 4.0.0
     - update Homepage
-  * debian/compat
+  * debian/compat 
     - set 10
   * debian/watch
     - update to version 4
@@ -54,9 +78,21 @@ fonts-vlgothic (20141206-4) unstable; ur
 
  -- Hideki Yamane <henrich@debian.org>  Tue, 25 Jul 2017 20:58:14 +0900
 
+fonts-vlgothic (20141206-3ubuntu1) zesty; urgency=medium
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases.
+
+ -- Bhavani Shankar <bhavi@ubuntu.com>  Thu, 02 Feb 2017 12:15:46 +0530
+
 fonts-vlgothic (20141206-3) unstable; urgency=medium
 
-  * fix debian/fonts-vlgothic.preins
+  * fix debian/fonts-vlgothic.preins 
 
  -- Hideki Yamane <henrich@debian.org>  Sun, 03 Jan 2016 16:17:28 +0900
 
@@ -70,28 +106,76 @@ fonts-vlgothic (20141206-2) unstable; ur
 
  -- Hideki Yamane <henrich@debian.org>  Tue, 08 Dec 2015 06:39:29 +0900
 
+fonts-vlgothic (20141206-1ubuntu1) vivid; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases.
+
+ -- Iain Lane <iain@orangesquash.org.uk>  Wed, 17 Dec 2014 11:19:01 +0000
+
 fonts-vlgothic (20141206-1) unstable; urgency=medium
 
   * New upstream release
-    - fix mismatching glyphs and code points (Closes: #768802)
+    - fix mismatching glyphs and code points (Closes: #768802) 
 
  -- Hideki Yamane <henrich@debian.org>  Sun, 07 Dec 2014 08:30:40 +0900
 
+fonts-vlgothic (20140801-1ubuntu1) vivid; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases.
+
+ -- Iain Lane <iain@orangesquash.org.uk>  Mon, 03 Nov 2014 16:14:16 +0000
+
 fonts-vlgothic (20140801-1) unstable; urgency=medium
 
-  * New upstream release
+  * New upstream release 
 
  -- Hideki Yamane <henrich@debian.org>  Wed, 06 Aug 2014 05:52:58 +0900
 
+fonts-vlgothic (20140530-1ubuntu1) utopic; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases.
+
+ -- Iain Lane <iain.lane@canonical.com>  Mon, 23 Jun 2014 16:36:08 +0100
+
 fonts-vlgothic (20140530-1) unstable; urgency=low
 
   * New upstream release
   * debian/control
-    - use canonical URL for Vcs-*
+    - use canonical URL for Vcs-* 
     - update Standards-Version: 3.9.5
 
  -- Hideki Yamane <henrich@debian.org>  Fri, 30 May 2014 23:06:05 +0900
 
+fonts-vlgothic (20130607-1ubuntu1) trusty; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases.
+
+ -- Iain Lane <iain.lane@canonical.com>  Fri, 25 Oct 2013 16:19:17 +0100
+
 fonts-vlgothic (20130607-1) unstable; urgency=low
 
   * New upstream release
@@ -109,6 +193,18 @@ fonts-vlgothic (20130510-1) unstable; ur
 
  -- Hideki Yamane <henrich@debian.org>  Sun, 02 Jun 2013 11:10:57 +0900
 
+fonts-vlgothic (20130422-1ubuntu1) saucy; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    + Install a fontconfig conf file 
+      - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+        respectively.
+      - Alias 'GothicBBB' to 'VL Pgothic'
+      - Don't hint and disable embedded bitmaps for ≤ 18px
+    + Remove 'strong' binding, add LANG guards and aliases. 
+
+ -- Iain Lane <iain.lane@canonical.com>  Tue, 07 May 2013 12:57:28 +0100
+
 fonts-vlgothic (20130422-1) unstable; urgency=low
 
   * New upstream release
@@ -132,13 +228,24 @@ fonts-vlgothic (20121230-1) experimental
 
   * New upstream release
   * debian/control
-    - set "Standards-Version: 3.9.4"
+    - set "Standards-Version: 3.9.4" 
 
  -- Hideki Yamane <henrich@debian.org>  Sun, 30 Dec 2012 17:40:40 +0900
 
+fonts-vlgothic (20121109-2ubuntu1) raring; urgency=low
+
+  * Install a fontconfig conf file 
+    - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif
+      respectively.
+    - Alias 'GothicBBB' to 'VL Pgothic'
+    - Don't hint and disable embedded bitmaps for ≤ 18px
+  * Remove 'strong' binding, add LANG guards and aliases. 
+
+ -- Iain Lane <iain.lane@canonical.com>  Wed, 06 Feb 2013 11:19:17 +0000
+
 fonts-vlgothic (20121109-2) unstable; urgency=low
 
-  * upload to unstable
+  * upload to unstable 
 
  -- Hideki Yamane <henrich@debian.org>  Thu, 29 Nov 2012 15:43:17 +0900
 
@@ -162,7 +269,7 @@ fonts-vlgothic (20120905-1) experimental
 
 fonts-vlgothic (20120829-1) experimental; urgency=low
 
-  * New upstream release (Closes: #495343, #495341, #495337, 495344)
+  * New upstream release (Closes: #495343, #495341, #495337, 495344) 
 
  -- Hideki Yamane <henrich@debian.org>  Thu, 30 Aug 2012 00:08:24 +0900
 
@@ -177,7 +284,7 @@ fonts-vlgothic (20120827-1) experimental
 
 fonts-vlgothic (20120629-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release 
     - update U+2018〜U+201F, U301D〜U+301F glyphs.
     - also sync with M+1C,1M CVS Head.
 
@@ -194,7 +301,7 @@ fonts-vlgothic (20120610-3) unstable; ur
 
   * debian/control
     - set "Build-Depends: debhelper (>= 9.20120518~)"
-      Thanks to Jeremy Bicha <jbicha@ubuntu.com> for a report and suggestion
+      Thanks to Jeremy Bicha <jbicha@ubuntu.com> for a report and suggestion 
       (Closes: #677003)
 
  -- Hideki Yamane <henrich@debian.org>  Tue, 12 Jun 2012 23:12:17 +0900
@@ -205,7 +312,7 @@ fonts-vlgothic (20120610-2) unstable; ur
     - set "Build-Depends: debhelper (>= 9)" to avoid build failure with old
       dpkg
   * debian/compat
-    - set 9
+    - set 9 
 
  -- Hideki Yamane <henrich@debian.org>  Mon, 11 Jun 2012 17:31:22 +0900
 
@@ -216,7 +323,7 @@ fonts-vlgothic (20120610-1) unstable; ur
     - add "Pre-Depends: dpkg (>= 1.15.6~)"
     - replace s/Conflicts/Breaks/
   * debian/rules
-    - add compress option to do it efficiently.
+    - add compress option to do it efficiently. 
   * debian/lintian/*
     - remove to fix "unused-override"
   * debian/fonts-vlgothic.install
@@ -227,7 +334,7 @@ fonts-vlgothic (20120610-1) unstable; ur
 fonts-vlgothic (20120325-2) unstable; urgency=low
 
   * debian/rules
-    - compress it with xz
+    - compress it with xz 
 
  -- Hideki Yamane <henrich@debian.org>  Mon, 28 May 2012 04:45:36 +0900
 
@@ -284,8 +391,8 @@ fonts-vlgothic (20110722-3) unstable; ur
     - specify version for Conflicts: and Replaces:
     - drop Provides: ttf-vlgothic
   * debian/fonts-vlgothic.{install,postinst,preinst}
-    - remove fonts- prefix from install path. Unintentionally, it would
-     introduce compatibility with previous ttf-vlgothic package
+    - remove fonts- prefix from install path. Unintentionally, it would 
+     introduce compatibility with previous ttf-vlgothic package 
      (Closes: #636855)
 
  -- Hideki Yamane <henrich@debian.org>  Tue, 09 Aug 2011 23:09:51 +0900
@@ -305,13 +412,13 @@ fonts-vlgothic (20110722-1) unstable; ur
 
 fonts-vlgothic (20110414-2) unstable; urgency=low
 
-  * add lintian overrides to ignore fonts-duplicates during transition.
+  * add lintian overrides to ignore fonts-duplicates during transition. 
 
  -- Hideki Yamane <henrich@debian.org>  Sun, 24 Jul 2011 11:53:44 +0200
 
 fonts-vlgothic (20110414-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release 
   * package name changed, now it is fonts-vlgothic.
   * debian/control
     - Standards-Version: 3.9.2
@@ -326,13 +433,13 @@ ttf-vlgothic (20101218-1) unstable; urge
 
 ttf-vlgothic (20101022-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release 
 
  -- Hideki Yamane <henrich@debian.org>  Sat, 23 Oct 2010 22:47:36 +0900
 
 ttf-vlgothic (20100818-2) unstable; urgency=low
 
-  * Upload to unstable
+  * Upload to unstable 
 
  -- Hideki Yamane <henrich@debian.org>  Fri, 03 Sep 2010 22:37:44 +0900
 
@@ -387,7 +494,7 @@ ttf-vlgothic (20091208-1) unstable; urge
 ttf-vlgothic (20091202-2) unstable; urgency=low
 
   * Switch to Source package format to "3.0 quilt".
-    - Remove "Build-Depends-Indep: bzip2"
+    - Remove "Build-Depends-Indep: bzip2" 
   * Remove defoma hints files and dependency on defoma.
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 10 Dec 2009 21:22:14 +0900
@@ -408,9 +515,9 @@ ttf-vlgothic (20091118-1) unstable; urge
 
   * New upstream release
   * debian/*
-    - move to debhelper v7 style.
+    - move to debhelper v7 style. 
   * debian/control
-    - Standards-Version: 3.8.3
+    - Standards-Version: 3.8.3 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 19 Nov 2009 05:26:43 +0900
 
@@ -428,7 +535,7 @@ ttf-vlgothic (20090710-1) unstable; urge
 
 ttf-vlgothic (20090612-4) unstable; urgency=low
 
-  * debian/watch: update it.
+  * debian/watch: update it. 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 11 Jul 2009 16:39:36 +0900
 
@@ -443,7 +550,7 @@ ttf-vlgothic (20090612-2) unstable; urge
   * debian/ttf-vlgothic.{postinst,prerm}:
     - remove fc-cache
   * debian/control:
-    - "Standards-Version: 3.8.2"
+    - "Standards-Version: 3.8.2" 
     - "Suggests: fontconfig: (>= 2.6.0-4)"
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 20 Jun 2009 13:34:54 +0900
@@ -463,16 +570,16 @@ ttf-vlgothic (20090422-1) unstable; urge
 ttf-vlgothic (20090204-3) unstable; urgency=low
 
   * debian/control:
-    - new section "fonts", thanks to dak :)
+    - new section "fonts", thanks to dak :) 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 25 Mar 2009 07:18:28 +0900
 
 ttf-vlgothic (20090204-2) unstable; urgency=low
 
   * debian/watch:
-    - deal with upstream source location change.
+    - deal with upstream source location change. 
   * debian/control:
-    - Standards-Version: 3.8.1
+    - Standards-Version: 3.8.1 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 24 Mar 2009 20:30:02 +0900
 
@@ -531,7 +638,7 @@ ttf-vlgothic (20081124-2) experimental;
 ttf-vlgothic (20081124-1) experimental; urgency=low
 
   * New upstream release
-  * Upsteam has modities fonts metrix, so put it into experimental.
+  * Upsteam has modities fonts metrix, so put it into experimental. 
     - import glyphs from M+1C,M,P CVS Head.
     - fix below glyphs
       渡彦譲徴微審融褒繊矯珍萌彩昌斎乃秀禿嗣曽拠碩碍垣湾湿倒攻斬數斜倖來榮殿
@@ -565,8 +672,8 @@ ttf-vlgothic (20080908-2) unstable; urge
 
   * debian/vlgothic.{postinst,prerm}
     - fix: "evince shows boxes for Japanese characters when ttf-japanese-gothic
-      points to VLgothic".
-      And alternative ttf filename change from ttf-japanese-gothic to
+      points to VLgothic". 
+      And alternative ttf filename change from ttf-japanese-gothic to 
       ttf-japanese-gothic."ttf". (Closes: #499428)
       Thanks to OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
 
@@ -578,7 +685,7 @@ ttf-vlgothic (20080908-1) unstable; urge
    - VL-PGothic
      + renew 97 kanji glyphs
      + add Latin glyphs from M+1P(TESTFLIGHT 017)
-   - VL-Gothic
+   - VL-Gothic 
      + renew 97 kanji glyphs, too.
      + fix U+00BF
    - license changed, M+fonts based glyph is now same license as M+fonts
@@ -658,7 +765,7 @@ ttf-vlgothic (20071215-2) unstable; urge
     - set Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
       as maintainer, and me as Uploaders.
     - add Vcs-Svn: and Vcs-Browser: field.
-  * cleanup. remove unneccesary 64-ttf-vlgothic.conf file
+  * cleanup. remove unneccesary 64-ttf-vlgothic.conf file 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 05 Feb 2008 18:39:49 +0900
 
@@ -757,7 +864,7 @@ ttf-vlgothic (20070901-1) unstable; urge
 
 ttf-vlgothic (20070731-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release 
     - add Roman numeral.
     - update M+1C and M+1M from CVS HEAD.
 
@@ -807,8 +914,8 @@ ttf-vlgothic (20061231-1) unstable; urge
 ttf-vlgothic (20061026-2) unstable; urgency=low
 
   * debian/control:
-    - remove Suggests: xfs-xtt (>> 1:1.3.0.1-3) , because this package was removed
-      from repository.
+    - remove Suggests: xfs-xtt (>> 1:1.3.0.1-3) , because this package was removed 
+      from repository. 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 23 Dec 2006 00:25:33 +0900
 
@@ -824,7 +931,7 @@ ttf-vlgothic (20061021-2) unstable; urge
   * Fix invalid multibyte "space" character breaks postinst.
     Thanks to Kenshi Muto <kmuto@debian.org> and Frank Küster
     <frank@kuesterei.ch> (Closes: #395278)
-
+    
   * debian/control:
     - Standards-Version to 3.7.2.2.
 
@@ -833,7 +940,7 @@ ttf-vlgothic (20061021-2) unstable; urge
 ttf-vlgothic (20061021-1) unstable; urgency=high
 
   * New upstream release
-   - fixed some strange enbolden font issue with freetype2.2.1
+   - fixed some strange enbolden font issue with freetype2.2.1 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 21 Oct 2006 17:14:39 +0900
 
@@ -848,7 +955,7 @@ ttf-vlgothic (20060930-3) unstable; urge
 
   * Still set urgency=medium
   * add Provides:ttf-japanese-gothic
-  * add alternatives for ttf-japanese-gothic.
+  * add alternatives for ttf-japanese-gothic. 
     It links to /usr/share/fonts/truetype/japanese-gothic.
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 15 Oct 2006 01:28:43 +0900
@@ -886,7 +993,7 @@ ttf-vlgothic (20060921-1) unstable; urge
 ttf-vlgothic (20060913-1) unstable; urgency=low
 
   * New upstream release
-  * add watch file.
+  * add watch file. 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 13 Sep 2006 23:08:58 +0900
 
@@ -904,7 +1011,7 @@ ttf-vlgothic (20060902-4) unstable; urge
 
 ttf-vlgothic (20060902-3) unstable; urgency=low
 
-  * quiet mode in (un)registing fonts.
+  * quiet mode in (un)registing fonts. 
     (but defoma-font -q doesn't work. Just throw it to /dev/null.)
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon,  4 Sep 2006 20:59:36 +0900
@@ -920,16 +1027,16 @@ ttf-vlgothic (20060902-1) unstable; urge
   * New upstream release
   * fix debian/copyright file
     - change download URI.
-    - remove extra lines and license.
+    - remove extra lines and license. 
       Thanks to Junichi Uekawa <dancer@debian.org>.
-  * fix descriptions in debian/control.
+  * fix descriptions in debian/control. 
     Thanks to Nobuhiro Iwamatsu <hemamu@t-base.ne.jp>
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun,  3 Sep 2006 03:47:09 +0900
 
 ttf-vlgothic (20060831-2) unstable; urgency=low
 
-  * lintian clean.
+  * lintian clean. 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 31 Aug 2006 23:26:05 +0900
 
@@ -942,7 +1049,7 @@ ttf-vlgothic (20060831-1) unstable; urge
 
 ttf-vlgothic (20060822-2) unstable; urgency=low
 
-  * remove extra docs.
+  * remove extra docs. 
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 28 Aug 2006 23:35:21 +0900
 
@@ -951,3 +1058,4 @@ ttf-vlgothic (20060822-1) unstable; urge
   * initial packaging.
 
  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 27 Aug 2006 01:35:27 +0900
+
diff -pruN 20200720-1/debian/control 20200720-1ubuntu1/debian/control
--- 20200720-1/debian/control	2020-07-22 07:52:09.000000000 +0000
+++ 20200720-1ubuntu1/debian/control	2021-02-04 14:36:29.000000000 +0000
@@ -1,7 +1,8 @@
 Source: fonts-vlgothic
 Section: fonts
 Priority: optional
-Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
 Uploaders: Hideki Yamane <henrich@debian.org>
 Build-Depends: debhelper-compat (= 13),
 Standards-Version: 4.5.0
diff -pruN 20200720-1/debian/fonts-vlgothic.install 20200720-1ubuntu1/debian/fonts-vlgothic.install
--- 20200720-1/debian/fonts-vlgothic.install	2020-07-22 07:52:09.000000000 +0000
+++ 20200720-1ubuntu1/debian/fonts-vlgothic.install	2021-02-04 14:36:29.000000000 +0000
@@ -1 +1,2 @@
 *.ttf	usr/share/fonts/truetype/vlgothic/
+debian/65-fonts-vlgothic.conf etc/fonts/conf.avail
diff -pruN 20200720-1/debian/fonts-vlgothic.links 20200720-1ubuntu1/debian/fonts-vlgothic.links
--- 20200720-1/debian/fonts-vlgothic.links	1970-01-01 00:00:00.000000000 +0000
+++ 20200720-1ubuntu1/debian/fonts-vlgothic.links	2021-02-04 14:36:29.000000000 +0000
@@ -0,0 +1 @@
+/etc/fonts/conf.avail/65-fonts-vlgothic.conf /etc/fonts/conf.d/65-fonts-vlgothic.conf
