[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1012256: marked as done (unifont: Japanese variant not installed)



Your message dated Sun, 05 Jun 2022 14:36:56 +0000
with message-id <E1nxrNA-000AB3-6b@fasolo.debian.org>
and subject line Bug#1012256: fixed in unifont 1:14.0.03-2
has caused the Debian Bug report #1012256,
regarding unifont: Japanese variant not installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1012256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012256
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: unifont

Hi,

Unifont provide Japanese variant of the font but I found unifont_jp.xxx is not installed on my debian system. After some digging, I found the root cause is the Makefile just didn't install them although they were built. I created a patch that would fix this problem. I sent this patch to upstream (unifoundry at unifoundry.com) but I haven't received any reply from upstream. I found the upstream was once maintained this package, so I think it might be useful to send my patch here.


Best Regards,
Zhang Boyang
From d56098fc38aadb25d6b8fc394fdfacf943fa0785 Mon Sep 17 00:00:00 2001
From: Zhang Boyang <zhangboyang.id@gmail.com>
Date: Sun, 22 May 2022 19:07:10 +0800
Subject: [PATCH] Modify Makefile to install Japanese variants

---
 Makefile      | 5 +++++
 font/Makefile | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/Makefile b/Makefile
index 0886cfd..e3cd96c 100644
--- a/Makefile
+++ b/Makefile
@@ -131,11 +131,16 @@ install: bindir libdir docdir
 	if [ ! -d font/compiled ] ; then \
 	   install -m0644 -p font/precompiled/unifont-$(VERSION).hex   $(PKGDEST)/unifont.hex && \
 	   install -m0644 -p font/precompiled/unifont-$(VERSION).bmp $(PKGDEST)/unifont.bmp ; \
+	   install -m0644 -p font/precompiled/unifont_jp-$(VERSION).hex   $(PKGDEST)/unifont_jp.hex && \
+	   install -m0644 -p font/precompiled/unifont_jp-$(VERSION).bmp $(PKGDEST)/unifont_jp.bmp ; \
 	else \
 	   install -m0644 -p font/compiled/unifont-$(VERSION).hex   $(PKGDEST)/unifont.hex && \
 	   install -m0644 -p font/compiled/unifont-$(VERSION).bmp $(PKGDEST)/unifont.bmp ; \
+	   install -m0644 -p font/compiled/unifont_jp-$(VERSION).hex   $(PKGDEST)/unifont_jp.hex && \
+	   install -m0644 -p font/compiled/unifont_jp-$(VERSION).bmp $(PKGDEST)/unifont_jp.bmp ; \
 	fi
 	gzip $(GZFLAGS) $(PKGDEST)/unifont.bmp
+	gzip $(GZFLAGS) $(PKGDEST)/unifont_jp.bmp
 
 clean:
 	$(MAKE) -C src  clean
diff --git a/font/Makefile b/font/Makefile
index aa760d5..c2d681c 100644
--- a/font/Makefile
+++ b/font/Makefile
@@ -648,6 +648,7 @@ precompiled: all
 	                  $(COMPILED_DIR)/unifont_csur-$(VERSION).pcf.gz \
 	                  $(COMPILED_DIR)/unifont_csur-$(VERSION).ttf \
 	                  $(COMPILED_DIR)/unifont_jp-$(VERSION).bdf.gz \
+	                  $(COMPILED_DIR)/unifont_jp-$(VERSION).pcf.gz \
 	                  $(COMPILED_DIR)/unifont_jp-$(VERSION).ttf \
 	                  $(COMPILED_DIR)/unifont_sample-$(VERSION).hex \
 	                  $(COMPILED_DIR)/unifont_sample-$(VERSION).bdf.gz \
@@ -693,18 +694,22 @@ install:
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/Unifont-APL8x16-$(VERSION).psf.gz $(CONSOLEDEST)/Unifont-APL8x16.psf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont-$(VERSION).pcf.gz         $(PCFDEST)/unifont.pcf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont_sample-$(VERSION).pcf.gz  $(PCFDEST)/unifont_sample.pcf.gz ; \
+	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont_jp-$(VERSION).pcf.gz      $(PCFDEST)/unifont_jp.pcf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont_csur-$(VERSION).pcf.gz    $(PCFDEST)/unifont_csur.pcf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont-$(VERSION).ttf            $(TTFDEST)/unifont.ttf ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont_sample-$(VERSION).ttf     $(TTFDEST)/unifont_sample.ttf ; \
+	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont_jp-$(VERSION).ttf         $(TTFDEST)/unifont_jp.ttf ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont_csur-$(VERSION).ttf       $(TTFDEST)/unifont_csur.ttf ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/precompiled/unifont_upper-$(VERSION).ttf      $(TTFDEST)/unifont_upper.ttf ; \
 	else \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/Unifont-APL8x16-$(VERSION).psf.gz $(CONSOLEDEST)/Unifont-APL8x16.psf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont-$(VERSION).pcf.gz         $(PCFDEST)/unifont.pcf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont_sample-$(VERSION).pcf.gz  $(PCFDEST)/unifont_sample.pcf.gz ; \
+	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont_jp-$(VERSION).pcf.gz      $(PCFDEST)/unifont_jp.pcf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont_csur-$(VERSION).pcf.gz    $(PCFDEST)/unifont_csur.pcf.gz ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont-$(VERSION).ttf            $(TTFDEST)/unifont.ttf ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont_sample-$(VERSION).ttf     $(TTFDEST)/unifont_sample.ttf ; \
+	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont_jp-$(VERSION).ttf         $(TTFDEST)/unifont_jp.ttf ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont_csur-$(VERSION).ttf       $(TTFDEST)/unifont_csur.ttf ; \
 	   $(INSTALL) -m0644 -p $(CURDIR)/$(COMPILED_DIR)/unifont_upper-$(VERSION).ttf      $(TTFDEST)/unifont_upper.ttf ; \
 	fi
-- 
2.30.2


--- End Message ---
--- Begin Message ---
Source: unifont
Source-Version: 1:14.0.03-2
Done: Hideki Yamane <henrich@debian.org>

We believe that the bug you reported is fixed in the latest version of
unifont, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1012256@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane <henrich@debian.org> (supplier of updated unifont package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 05 Jun 2022 23:11:27 +0900
Source: unifont
Architecture: source
Version: 1:14.0.03-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Changed-By: Hideki Yamane <henrich@debian.org>
Closes: 1012256
Changes:
 unifont (1:14.0.03-2) unstable; urgency=medium
 .
   * debian/patches
     - Add 0002-Modify-Makefile-to-install-Japanese-variants.patch to install
       Japanese variant fonts, thanks to Zhang Boyang (Closes: #1012256)
Checksums-Sha1:
 80fa3317deb133bdfb5939e8a838aa0bb8beda95 2478 unifont_14.0.03-2.dsc
 61cd644c3e68e7419ee3d1ea0ad90a6df4c90e71 19760 unifont_14.0.03-2.debian.tar.xz
 f5fad99bb8890ba9235b1bc41df242e5c954c4df 8766 unifont_14.0.03-2_amd64.buildinfo
Checksums-Sha256:
 7ef4628157b391faa610c530785f5a9d83de7ee8de57717da5ac515606b41eb3 2478 unifont_14.0.03-2.dsc
 158d9989d9d97d2dbf87fcc29d2af9e6cb77f592d42ad997ceb0d497148aaff3 19760 unifont_14.0.03-2.debian.tar.xz
 4e96d9ee383869e93bea4d5e76a168d1c52c3dc0f3b6944b00620a58fe24ef03 8766 unifont_14.0.03-2_amd64.buildinfo
Files:
 de5639a11353adf3671a8dd2d6a9d075 2478 fonts optional unifont_14.0.03-2.dsc
 6b285e20a750906a9ea63f935c72b803 19760 fonts optional unifont_14.0.03-2.debian.tar.xz
 6b4aea5f49836e8b2e23c6f0a5690170 8766 fonts optional unifont_14.0.03-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEWOEiL5aWyIWjzRBMXTKNCCqqsUAFAmKcu94ACgkQXTKNCCqq
sUCTqRAAsRxoIgQeamgG4aDYQXXzUaE1T2nDZTCsDtlHLDc8YRUezjm/kq1iVKgn
tIeUPtuk3FEgPDlUq7fRoAdfu7DAgpuKCn1eW6HB7mJ66irZ9ZcQSmuZGG6Bozhq
VgrdOilb1VXNDkuGOJOLIjf9lFJoSnxhLRm5wVEiSjyX4xmsKI5fLUgTFB+9JPS6
ieU+6P4+nLjHjjGtN299IDpGZjpxtnWa3Mvq7itoTyEmdhbYnwlCGR/zadUDkFoV
w7aQ3XmQRberYQ8Jj6O05+xATrrdOPcUNF8OokgmG2kytSb0+QXZxl0IkNLgDpo1
B1xa70KIgmSJKTKKjyekAWvyK8kQNNZadAbEfRlzo5xZZ9bbL1SQWjOaNC1Ct2+w
+jN1sdKV0hUVQf9mhXA+nMmLfuL8UCDnAu55M90zQoP8dZkzuiBvmxygqxAh1UkQ
1Y/qkBNGjlV/80OeCmHtYeUPHWaAjDTUpcx4Qw8Ru7Z+wKxPK9/OvQjXApomftHi
fb4A6N4ctyVbCcnohomC7lR099zCK2yucfsxzv34VVzdPTe/PDPKQrUYjP6bvDXt
kElTKtGonJ4Qxl353XL68+uKUZSB2WbRZf/fpGNQgLA1Kh9TAAPxPF/DRsZH5Fq+
pKBEFeACq0M6frL4lpbmWIijEmfcfEfnrKadrwauN/c84GOSDyo=
=TByC
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: