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

Re: Some more build dependencies for installation-guide to be installed on dillon



Hi,

Holger Wansing <hwansing@mailbox.org> wrote:
> Hi,
> 
> Cyril Brulebois <kibi@debian.org> wrote:
> > Hi Holger,
> > 
> > Holger Wansing <hwansing@mailbox.org> (2019-06-22):
> > > recently there were some changes on the installation-guide for Korean,
> > > which lead to additional build dependencies for that package.
> > > 
> > > 
> > > Could you please install
> > > 
> > > texlive-lang-korean
> > > fonts-nanum
> > > fonts-nanum-coding
> > > 
> > > on dillon please?
> > > 
> > > 
> > > The preview version of the installation-guide (see
> > > https://d-i.debian.org/manual/) is built on dillon.
> > 
> > Unless that has changed over the last few months, one would usually propose a
> > patch against DSA's debian.org source metapackage:
> >   https://salsa.debian.org/dsa-team/mirror/debian.org/blob/master/debian/control#L1041
> > 
> > See the “Package: debian.org-d-i.debian.org” stanza.
> > 
> > After the patch has been merged, they can deploy updated binary
> > (or binaries) on the target machine(s).

A 'git format-patch' created patch is attached.

Holger


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
>From 73d61f7d08f0cba8b8f8912916b0d6812f625a1f Mon Sep 17 00:00:00 2001
From: Holger Wansing <hwansing@mailbox.org>
Date: Tue, 25 Jun 2019 04:51:54 +0200
Subject: [PATCH] Add some additional build dependencies for Korean PDF of
 installation-guide

---
 debian/changelog | 5 +++++
 debian/control   | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c285a4d..692f90d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,11 @@ debian.org (66) UNRELEASED; urgency=medium
     + libgfshare-bin
     + pinentry-curses
 
+  [ Holger Wansing ]
+  * d-i.debian.org
+    - add texlive-lang-korean, fonts-nanum, fonts-nanum-coding needed
+      as additional dependencies for Korean PDF of installation-guide.
+
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 01 Apr 2019 15:18:59 +0200
 
 debian.org (65) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index ba2d70b..9724f70 100644
--- a/debian/control
+++ b/debian/control
@@ -1081,6 +1081,7 @@ Depends: gnuplot,
 	texlive-lang-german,
 	texlive-lang-greek,
 	texlive-lang-italian,
+	texlive-lang-korean,
 	texlive-lang-other,
 	texlive-lang-portuguese,
 	texlive-lang-spanish,
@@ -1088,6 +1089,8 @@ Depends: gnuplot,
 	cm-super,
 	fonts-wqy-microhei,
 	fonts-vlgothic,
+	fonts-nanum,
+	fonts-nanum-coding,
 	fonts-freefont-ttf,
 	po-debconf
 Description: metapackage for d-i.debian.org
-- 
2.11.0


Reply to: