tag 362371 +patch block 362371 with 362820 thanks Here's a patch for this bug. It will work correctly once debhelper is fixed to make dh_installxfonts do the right thing.
--Ken Bloom -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures.
diff -u debian/changelog debian.o/changelog
--- debian/changelog 2006-04-16 07:17:48.000000000 -0500
+++ debian.o/changelog 2006-04-15 23:02:47.000000000 -0500
@@ -1,9 +1,3 @@
-xfonts-efont-unicode (0.4.0-5) unstable; urgency=low
-
- * Updated for X11R7
-
- -- Ken Bloom <[EMAIL PROTECTED]> Sun, 16 Apr 2006 07:17:48 -0500
-
xfonts-efont-unicode (0.4.0-4) unstable; urgency=low
* Added Build-Depends-Indep: gawk (Closes: #162564).
diff -u debian/control debian.o/control
--- debian/control 2006-04-15 23:14:57.000000000 -0500
+++ debian.o/control 2006-04-15 23:02:47.000000000 -0500
@@ -2,12 +2,12 @@
Section: x11
Priority: optional
Maintainer: Tomohiro KUBOTA <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 5.0.29), bdfresize (>= 1.4), xutils, gawk
+Build-Depends-Indep: debhelper (>> 3.0.0), bdfresize (>= 1.4), xutils, gawk
Standards-Version: 3.5.2
Package: xfonts-efont-unicode
Architecture: all
-Depends: ${misc:Depends}
+Depends: xutils (>> 4.0.3)
Suggests: xfs | xserver, xfonts-efont-unicode-ib
Conflicts: xfonts-efonts-unicode
Replaces: xfonts-efonts-unicode
Only in debian: files
diff -u debian/rules debian.o/rules
--- debian/rules 2006-04-16 07:18:21.000000000 -0500
+++ debian.o/rules 2006-04-15 23:04:32.000000000 -0500
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
-export DH_COMPAT=5
+export DH_COMPAT=3
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
@@ -57,8 +57,8 @@
dh_clean -k
dh_installdirs
# Add here commands to install the package into
debian/xfonts-efont-unicode.
- install -d $(CURDIR)/debian/tmp/usr/share/fonts/X11/misc/
- install -m 644 *.pcf.gz $(CURDIR)/debian/tmp/usr/share/fonts/X11/misc/
+ install -d $(CURDIR)/debian/tmp/usr/X11R6/lib/X11/fonts/misc/
+ install -m 644 *.pcf.gz
$(CURDIR)/debian/tmp/usr/X11R6/lib/X11/fonts/misc/
#
dh_movefiles
diff -u debian/xfonts-efont-unicode-ib.files
debian.o/xfonts-efont-unicode-ib.files
--- debian/xfonts-efont-unicode-ib.files 2006-04-16 07:16:27.000000000
-0500
+++ debian.o/xfonts-efont-unicode-ib.files 2006-04-15 23:02:47.000000000
-0500
@@ -1 +1 @@
-usr/share/fonts/X11/misc/???_*.pcf.gz
+usr/X11R6/lib/X11/fonts/misc/???_*.pcf.gz
diff -u debian/xfonts-efont-unicode.files debian.o/xfonts-efont-unicode.files
--- debian/xfonts-efont-unicode.files 2006-04-16 07:16:54.000000000 -0500
+++ debian.o/xfonts-efont-unicode.files 2006-04-15 23:02:47.000000000 -0500
@@ -1 +1 @@
-usr/share/fonts/X11/misc/???.pcf.gz
+usr/X11R6/lib/X11/fonts/misc/???.pcf.gz
signature.asc
Description: Digital signature

