Your message dated Fri, 04 May 2007 17:32:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419878: fixed in yada 0.53
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.52
Severity: important


yada generated .debs (built from input with a yada Menu: directive) contain the 
line (in postinst)
  if [ "" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then 
update-menus; fi
which will never execute update-menus.

I suspect the problem is in line 3422 of /usr/bin/yada (perl) which says:
  "\nif [ \"$1\" = \"configure\" ] ...
when it should probably follow the pattern
  "\nif [ \"\$1\" = \"configure\" ] ...
repeated a couple of lines later (which is presumably the correct escaping of 
$1;
but I'm no perl expert).

Hope this is useful
Tim Day

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages yada depends on:
ii  dpkg-dev                     1.13.25     package building tools for Debian
ii  file                         4.17-5etch1 Determines file type using "magic"
ii  patch                        2.5.9-4     Apply a diff file to an original
ii  perl                         5.8.8-7     Larry Wall's Practical Extraction 

Versions of packages yada recommends:
ii  yada-doc                      0.52       Yet Another Debianisation Aid - do

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: yada
Source-Version: 0.53

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.53_all.deb
  to pool/main/y/yada/yada-doc_0.53_all.deb
yada_0.53.dsc
  to pool/main/y/yada/yada_0.53.dsc
yada_0.53.tar.gz
  to pool/main/y/yada/yada_0.53.tar.gz
yada_0.53_all.deb
  to pool/main/y/yada/yada_0.53_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: Fri,  4 May 2007 18:43:10 +0200
Source: yada
Binary: yada-doc yada
Architecture: source all
Version: 0.53
Distribution: unstable
Urgency: medium
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: 406052 417739 419878
Changes: 
 yada (0.53) unstable; urgency=medium
 .
   * debian/yada:
     - Do not use Debconf in postrm if it is not available. It fixes serious
       bug. Closes: #417739.
     - Fixed typo for handling of Menu and Doc-Base fields. update-menus and
       install-docs wasn't being called on configure and remove scripts.
       Closes: #419878.
   * debian/packages:
     - Convert Polish manpages from utf-8 to iso8859-2 as far as Debian's Groff
       has completly broken UTF8 support. The source POD files are still UTF8.
       Closes: #406052.
   * doc:
     - Fixed typo.
Files: 
 29ee0c04eeef4e5d713cfed93d5bd859 502 devel optional yada_0.53.dsc
 258f7a8a4c0fb6e2ae70240e4cb79f09 300951 devel optional yada_0.53.tar.gz
 493a6aec51c8789bd5d42a40006a02b8 47828 devel optional yada_0.53_all.deb
 95041eae8944be7775e5a045c218d5a3 277442 devel optional yada-doc_0.53_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD4DBQFGO2OMhMHHe8CxClsRAinzAJj0EbcA9ZTWciBpQf+XZGVm5E+PAJ9dSh7Y
NqGSKZxVsmaGRhchN2NNaQ==
=wmQx
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to