Your message dated Thu, 09 Nov 2006 07:02:27 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#362493: fixed in yada 0.49 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: yada Version: 0.48 Severity: wishlist Tags: patch Hi, The X fonts dir has been recently moved to /usr/share/X11/fonts and the the update-fonts-{dir,scale,alias} programs moved to the xfonts-utils package. The attached patch contains necessary changes for yada. Regards, robert -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (100, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/pdksh Kernel: Linux 2.6.16 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) Versions of packages yada depends on: ii dpkg-dev 1.13.18 package building tools for Debian ii file 4.17-1 Determines file type using "magic" ii patch 2.5.9-4 Apply a diff file to an original ii perl 5.8.8-4 Larry Wall's Practical Extraction Versions of packages yada recommends: ii yada-doc 0.48 Yet Another Debianisation Aid - do -- no debconf information--- yada.old 2005-09-28 12:19:33.000000000 +0200 +++ yada 2006-04-13 20:51:57.000000000 +0200 @@ -3413,7 +3413,10 @@ and defined $contains{'xfonts'}) { my $XFONTDIR = - "debian/tmp-$pkg/usr/X11R6/lib/X11/fonts/"; + "debian/tmp-$pkg/usr/share/fonts/X11"; + # backward compatibility + $XFONTDIR = "debian/tmp-$pkg/usr/X11R6/lib/X11/fonts/" + unless -d $XFONTDIR; opendir DIR, $XFONTDIR || next; my @fontdirs = grep {-d "$XFONTDIR/$_" && !/^\./} (readdir DIR); @@ -3452,7 +3455,7 @@ } &add_to_substvars("xfonts:" . &normalise($pkg) - . ":Depends=xutils (>> 4.0.3)"); + . ":Depends=xfonts-utils"); } } if (defined $script) {
--- End Message ---
--- Begin Message ---Source: yada Source-Version: 0.49 We believe that the bug you reported is fixed in the latest version of yada, which is due to be installed in the Debian FTP archive: yada-doc_0.49_all.deb to pool/main/y/yada/yada-doc_0.49_all.deb yada_0.49.dsc to pool/main/y/yada/yada_0.49.dsc yada_0.49.tar.gz to pool/main/y/yada/yada_0.49.tar.gz yada_0.49_all.deb to pool/main/y/yada/yada_0.49_all.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Piotr Roszatycki <[EMAIL PROTECTED]> (supplier of updated yada 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 9 Nov 2006 13:19:02 +0100 Source: yada Binary: yada-doc yada Architecture: source all Version: 0.49 Distribution: unstable Urgency: low Maintainer: Piotr Roszatycki <[EMAIL PROTECTED]> Changed-By: Piotr Roszatycki <[EMAIL PROTECTED]> Description: yada - Yet Another Debianisation Aid yada-doc - Yet Another Debianisation Aid - documentation and examples Closes: 312388 312389 362493 366130 Changes: yada (0.49) unstable; urgency=low . * debian/packages: - Standards-Version: 3.7.2 * debian/yada: - Build-Arch is called before Build-Indep. - New option `yada install -lang' for manpages. Closes: #366130. - Modified `yada install -script' option. It is now synonim for `yada install -unstripped' if other file type was used (i.e. game, lib, sbin, cgi). - Add YADA only to Build-Depends field. Closes: #312389. - Install menu files in /usr/share/menu. - Call update-menus and install-docs on configure in postinst script. - Use `which command` than /usr/bin/command in debian/{pre,post}{inst,rm} scripts. - Use xfonts-utils package for "Contains: xfonts". Closes: #362493, #312388. Files: b8c15658868801fc4084f50f68be681a 502 devel optional yada_0.49.dsc e85f3648cabadab423d436e902469df8 299706 devel optional yada_0.49.tar.gz 042679af70a8d9b38160cc64b1f8a0b6 277174 devel optional yada-doc_0.49_all.deb 105e295ab843673fa9b79f0459a9ab95 47646 devel optional yada_0.49_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFUx1hhMHHe8CxClsRAgGsAKCrV1RbB7IBJDta8c+N1RAbKvBCJQCeLKD1 yH/LwOmNjkhkG/+Iz8N8rZo= =1Epv -----END PGP SIGNATURE-----
--- End Message ---

