diff -Nru fonts-ipafont-00303/debian/changelog fonts-ipafont-00303/debian/changelog --- fonts-ipafont-00303/debian/changelog 2017-10-30 16:54:20.000000000 +0000 +++ fonts-ipafont-00303/debian/changelog 2021-02-05 09:47:23.000000000 +0000 @@ -1,3 +1,49 @@ +fonts-ipafont (00303-21ubuntu1) hirsute; urgency=medium + + * Resynchronize on Debian, Remaining changes: + + Remove 'strong' binding and re-add LANG guards. + + Add fontconfig files. + + -- Sebastien Bacher Fri, 05 Feb 2021 10:47:23 +0100 + +fonts-ipafont (00303-21) unstable; urgency=medium + + * debian/control + - Update Maintainer address + - Use dh13 + - Set Standards-Version: 4.5.0 + * Drop unnecessary debian/fonts-ipafont-{gothic,mincho}.dirs + * Drop unnecessary debian/fonts-ipafont-{gothic,mincho}.lintian-overrides + * Trim trailing whitespace. + * debian/fonts-ipafont-{gothic,mincho}.{postinst,prerm} Fix to work + + -- Hideki Yamane Sat, 17 Oct 2020 23:05:54 +0900 + +fonts-ipafont (00303-20) unstable; urgency=medium + + * debian/watch + - deal with change in upstream + * debian/control + - set Standards-Version: 4.4.1 + * debian/copyright + - use https + - update copyright year + + -- Hideki Yamane Sat, 02 Nov 2019 10:22:38 +0900 + +fonts-ipafont (00303-19) unstable; urgency=medium + + * debian/control + - update Vcs-* to point salsa.debian.org + - set Standards-Version: 4.4.0 + - use dh12 + - set Rules-Requires-Root: no + * debian/rules + - use default compression + * add debian/salsa-ci.yml + + -- Hideki Yamane Sun, 22 Sep 2019 09:28:03 +0900 + fonts-ipafont (00303-18ubuntu1) bionic; urgency=medium * Merge from Debian unstable. Remaining changes: diff -Nru fonts-ipafont-00303/debian/compat fonts-ipafont-00303/debian/compat --- fonts-ipafont-00303/debian/compat 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru fonts-ipafont-00303/debian/control fonts-ipafont-00303/debian/control --- fonts-ipafont-00303/debian/control 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/control 2021-02-05 09:47:23.000000000 +0000 @@ -2,13 +2,14 @@ Section: fonts Priority: optional Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Fonts Task Force +XSBC-Original-Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane -Build-Depends: debhelper (>= 10) -Standards-Version: 4.1.1 +Build-Depends: debhelper-compat (= 13), +Standards-Version: 4.5.0 Homepage: https://ipafont.ipa.go.jp/ -Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/fonts-ipafont.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fonts/fonts-ipafont.git/ +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-ipafont.git +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-ipafont +Rules-Requires-Root: no Package: fonts-ipafont Architecture: all @@ -66,4 +67,3 @@ In the equal-width font, the fullwidth characters (most CJK characters) occupy exactly twice as much width of the halfwidth characters (normal alphabets and numbers). - diff -Nru fonts-ipafont-00303/debian/copyright fonts-ipafont-00303/debian/copyright --- fonts-ipafont-00303/debian/copyright 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/copyright 2020-10-17 14:05:54.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IPAfont Upstream-Contact: Information-technology Promotion Agency, Japan. Source: https://ipafont.ipa.go.jp/old/ @@ -8,7 +8,7 @@ License: IPA-1 Files: debian/* -Copyright: 2009-2017 Hideki Yamane +Copyright: 2009-2019 Hideki Yamane License: GPL-3+ License: IPA-1 diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-gothic.dirs fonts-ipafont-00303/debian/fonts-ipafont-gothic.dirs --- fonts-ipafont-00303/debian/fonts-ipafont-gothic.dirs 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-gothic.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/share/fonts/truetype/ diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-gothic.lintian-overrides fonts-ipafont-00303/debian/fonts-ipafont-gothic.lintian-overrides --- fonts-ipafont-00303/debian/fonts-ipafont-gothic.lintian-overrides 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-gothic.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -fonts-ipafont-gothic: package-contains-empty-directory diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-gothic.postinst fonts-ipafont-00303/debian/fonts-ipafont-gothic.postinst --- fonts-ipafont-00303/debian/fonts-ipafont-gothic.postinst 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-gothic.postinst 2020-10-17 14:05:54.000000000 +0000 @@ -34,6 +34,10 @@ case "$1" in configure) + if [ ! -e /usr/share/fonts/truetype ]; then + mkdir /usr/share/fonts/truetype + fi + # alternatives add_alternate_gothic_font_entry ;; diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-gothic.prerm fonts-ipafont-00303/debian/fonts-ipafont-gothic.prerm --- fonts-ipafont-00303/debian/fonts-ipafont-gothic.prerm 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-gothic.prerm 2020-10-17 14:05:54.000000000 +0000 @@ -28,6 +28,9 @@ # alternative update-alternatives --remove $ALT_GOTHIC_NAME.ttf $GOTHIC_FONT_ENTRY + if [ ! -e /usr/share/fonts/truetype/* ]; then + rmdir /usr/share/fonts/truetype + fi ;; failed-upgrade) diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-mincho.dirs fonts-ipafont-00303/debian/fonts-ipafont-mincho.dirs --- fonts-ipafont-00303/debian/fonts-ipafont-mincho.dirs 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-mincho.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/share/fonts/truetype/ diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-mincho.lintian-overrides fonts-ipafont-00303/debian/fonts-ipafont-mincho.lintian-overrides --- fonts-ipafont-00303/debian/fonts-ipafont-mincho.lintian-overrides 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-mincho.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -fonts-ipafont-mincho: package-contains-empty-directory diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-mincho.postinst fonts-ipafont-00303/debian/fonts-ipafont-mincho.postinst --- fonts-ipafont-00303/debian/fonts-ipafont-mincho.postinst 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-mincho.postinst 2020-10-17 14:05:54.000000000 +0000 @@ -34,6 +34,10 @@ case "$1" in configure) + if [ ! -e /usr/share/fonts/truetype ]; then + mkdir /usr/share/fonts/truetype + fi + # alternatives add_alternate_mincho_font_entry ;; diff -Nru fonts-ipafont-00303/debian/fonts-ipafont-mincho.prerm fonts-ipafont-00303/debian/fonts-ipafont-mincho.prerm --- fonts-ipafont-00303/debian/fonts-ipafont-mincho.prerm 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/fonts-ipafont-mincho.prerm 2020-10-17 14:05:54.000000000 +0000 @@ -28,6 +28,9 @@ # alternative update-alternatives --remove $ALT_MINCHO_NAME.ttf $MINCHO_FONT_ENTRY + if [ ! -e /usr/share/fonts/truetype/* ]; then + rmdir /usr/share/fonts/truetype + fi ;; failed-upgrade) diff -Nru fonts-ipafont-00303/debian/rules fonts-ipafont-00303/debian/rules --- fonts-ipafont-00303/debian/rules 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/rules 2020-10-17 14:05:54.000000000 +0000 @@ -3,6 +3,3 @@ #export DH_VERBOSE=1 %: dh $@ - -override_dh_builddeb: - dh_builddeb -- -Zxz -Sextreme -z9 diff -Nru fonts-ipafont-00303/debian/salsa-ci.yml fonts-ipafont-00303/debian/salsa-ci.yml --- fonts-ipafont-00303/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ fonts-ipafont-00303/debian/salsa-ci.yml 2020-10-17 14:05:54.000000000 +0000 @@ -0,0 +1,8 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_BLHC: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 diff -Nru fonts-ipafont-00303/debian/watch fonts-ipafont-00303/debian/watch --- fonts-ipafont-00303/debian/watch 2017-10-15 03:44:47.000000000 +0000 +++ fonts-ipafont-00303/debian/watch 2020-10-17 14:05:54.000000000 +0000 @@ -1,5 +1,4 @@ version=4 -opts="filenamemangle=s/\.php/\.zip/" \ https://ipafont.ipa.go.jp/old/ipafont/download.html \ - IPAfont@ANY_VERSION@\.php + /IPAfont/IPAfont@ANY_VERSION@@ARCHIVE_EXT@