Danai Sae-Han pushed to branch master at Debian TeX Maintainers / Latex Cjk Chinese Arphic
Commits:
-
94d018c9
by Danai SAE-HAN (韓達耐) at 2025-02-20T00:42:20+08:00
3 changed files:
Changes:
1 | +latex-cjk-chinese-arphic (2.1) unstable; urgency=medium
|
|
2 | + |
|
3 | + * [control]
|
|
4 | + - Bump Standards-Version from 3.9.4 (well hello, 2013!) to 4.7.0.
|
|
5 | + It surely was a long read in 'apt changelog debian-policy'.
|
|
6 | + * [rules]
|
|
7 | + - Temporarily disable parallel builds to avoid a race condition.
|
|
8 | + This fixes bug "FTBFS: dh_install: error: missing files, aborting",
|
|
9 | + thanks to Lucas Nussbaum (Closes: #1092427).
|
|
10 | + |
|
11 | + -- Danai SAE-HAN (韓達耐) <danai@debian.org> Thu, 20 Feb 2025 00:34:11 +0800
|
|
12 | + |
|
1 | 13 | latex-cjk-chinese-arphic (2.0) unstable; urgency=medium
|
2 | 14 | |
3 | 15 | * [control]
|
... | ... | @@ -4,7 +4,7 @@ Priority: optional |
4 | 4 | Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
|
5 | 5 | Uploaders: Danai SAE-HAN (韓達耐) <danai@debian.org>,
|
6 | 6 | Norbert Preining <preining@debian.org>,
|
7 | - Hilmar Preuße <hille42@debian.org>
|
|
7 | + Hilmar Preusse <hille42@web.de>
|
|
8 | 8 | Build-Depends: debhelper-compat (= 13)
|
9 | 9 | Build-Depends-Indep: aglfn,
|
10 | 10 | fontforge (>= 20230101),
|
... | ... | @@ -9,10 +9,10 @@ |
9 | 9 | |
10 | 10 | # Support parallel builds when available.
|
11 | 11 | # Cfr. Debian bugs #209008 and #458740.
|
12 | -ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
|
13 | - NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
|
14 | - MAKEFLAGS += -j$(NUMJOBS)
|
|
15 | -endif
|
|
12 | +#ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
|
13 | +# NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
|
14 | +# MAKEFLAGS += -j$(NUMJOBS)
|
|
15 | +#endif
|
|
16 | 16 | |
17 | 17 | |
18 | 18 | # Arphic PL fonts information
|