Your message dated Thu, 22 Jun 2006 15:17:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370674: fixed in apticron 1.1.16
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: apticron
Version: 1.1.15
Severity: grave
Justification: renders package unusable


apticron correctly generates the list of packages to be upgraded, but
the changelog entries are missing in its mail message. Instead, the mail
ends with

-----snip-----snap----------snip-----snap----------snip-----snap-----

Package Details:

Usage: apt-listchanges [options] {--apt | filename.deb ...}

-----snip-----snap----------snip-----snap----------snip-----snap-----

Looking into this, I assume line 90

  if [ `ls ${PKGPATH}${PKG}_${VERFILE}_*.deb >& /dev/null` ] ; then

to be the source of the problem. I suppose the intention is to filter
out packages which couldn't be found in the local file system. But ls
returns 0 on success and values greater than 0 on error, so this
condition should perhaps rather be

  if [ ! `ls ${PKGPATH}${PKG}_${VERFILE}_*.deb >& /dev/null` ] ; then

which works on my system.

Regards,
  Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.19-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages apticron depends on:
ii  apt-listchanges  2.59-0.2                Display change history from .deb a
ii  debconf [debconf 1.5.1                   Debian configuration management sy
ii  iproute          20051007-4              Professional tools to control the 
ii  mailx            1:8.1.2-0.20050715cvs-1 A simple mail user agent

apticron recommends no packages.


--- End Message ---
--- Begin Message ---
Source: apticron
Source-Version: 1.1.16

We believe that the bug you reported is fixed in the latest version of
apticron, which is due to be installed in the Debian FTP archive:

apticron_1.1.16.dsc
  to pool/main/a/apticron/apticron_1.1.16.dsc
apticron_1.1.16.tar.gz
  to pool/main/a/apticron/apticron_1.1.16.tar.gz
apticron_1.1.16_all.deb
  to pool/main/a/apticron/apticron_1.1.16_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.
Tiago Bortoletto Vaz <[EMAIL PROTECTED]> (supplier of updated apticron 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, 16 Jun 2006 07:14:07 -0400
Source: apticron
Binary: apticron
Architecture: source all
Version: 1.1.16
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz <[EMAIL PROTECTED]>
Changed-By: Tiago Bortoletto Vaz <[EMAIL PROTECTED]>
Description: 
 apticron   - cron-script to mail impending apt updates
Closes: 370674
Changes: 
 apticron (1.1.16) unstable; urgency=low
 .
   * Added apt (>= 0.6.8) as dependency because apticron uses the
     --allow-unauthenticated feature wich was started in that apt version.
   * Fixed problem generating changelog output in the email body. Thanks to
     Michael Kaaden. (Closes: #370674)
   * Fixed minor lintian warnings.
   * Fixed simple fuzzy messages in all languages.
Files: 
 bf4afc3083e6d28d5fb1b739175720b9 636 admin extra apticron_1.1.16.dsc
 753e5e3aa3e71c2f0d9b15ac7fdd27a8 10539 admin extra apticron_1.1.16.tar.gz
 733a6d4b66f0de29013d6e310e1d50c7 8878 admin extra apticron_1.1.16_all.deb

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

iD8DBQFEmxT2LqiZQEml+FURAkrJAJ99IL+vYOsfaIISkIvgTgprZ60F3QCgs01L
pZBqRu4Cz8SVF6TBsRgEkCw=
=v+wt
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to