Package: xfonts-mona Version: 2.90-1 Severity: serious Tags: patch sid At build time, to use the bdftopcf command to generate *.pcf.gz files, the xfonts-utils package is required.
Also, to build `Architecture: all' package, use the binary-indep
target and Build-Depends-Indep. (debhelper and dpatch are used at
the clean target, so Build-Depends is used.)
The following patch fixes this bug.
----
--- xfonts-mona-2.90-1/debian/control
+++ xfonts-mona-2.90/debian/control
@@ -2,7 +2,8 @@
Section: x11
Priority: optional
Maintainer: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.31), ttf-kochi-gothic, dpatch
+Build-Depends: debhelper (>= 5.0.31), dpatch
+Build-Depends-Indep: ttf-kochi-gothic, xfonts-utils
Standards-Version: 3.7.2
Package: xfonts-mona
--- xfonts-mona-2.90-1/debian/rules
+++ xfonts-mona-2.90/debian/rules
@@ -52,12 +52,12 @@
dh_install -i
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
# Build architecture-dependent files here.
binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs
----
Thanks,
--
Tatsuya Kinoshita
pgpA5djLsf5bh.pgp
Description: PGP signature

