Your message dated Thu, 25 Feb 2021 16:48:31 +0000
with message-id <e1lfjov-00071v...@fasolo.debian.org>
and subject line Bug#983433: fixed in libemail-outlook-message-perl 0.920-2
has caused the Debian Bug report #983433,
regarding libemail-outlook-message-perl: msgconvert: missing dependency on 
libemail-address-perl
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
983433: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libemail-outlook-message-perl
Version: 0.920-1
Severity: serious
Control: found -1 0.919-4~bpo10+1
X-Debbugs-CC: Olly Betts <o...@survex.com>

Due to a change in msgconvert, libemail-outlook-message-perl is missing
a dependency on libemail-message-perl in bullseye and buster-backports,
but not in Debian buster or stretch.

I wasn't sure whether this was deliberate or not, but the needed
dependency on libemail-message-perl does not appear in Recommends or
Suggests either so I figure it was just missed.

I note that all the upstream metadata files indicate that the Perl
Email::Address module is required so Depends seems correct.

Looking at the debdiff between buster & buster-backports it looks like
this was introduced in buster-backports by the fix for mbox separators
(#904664) and in bullseye by the upstream release adding that patch.

   $ sudo chronic apt install -y libemail-outlook-message-perl 
   
   $ msgconvert
   Can't locate Email/Address.pm in @INC (you may need to install the 
Email::Address module) (@INC contains: /etc/perl 
/usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 
/usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 
/usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 
/usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/bin/msgconvert line 8.
   BEGIN failed--compilation aborted at /usr/bin/msgconvert line 8.
   
   $ grep Email::Address `which msgconvert`
   use Email::Address;
       my @from_addr = Email::Address->parse($mail->header('From'));
   
   $ chronic apt source -qq libemail-outlook-message-perl
   
   $ (cd libemail-outlook-message-perl*/ ; grep -r Email::Address )
   Checking for repositories in /home/pabs/tmp-context-arXYMcHaIE ...
   META.json:            "Email::Address" : "0",
   Makefile.PL:                   'Email::Address' => '0',
   script/msgconvert:use Email::Address;
   script/msgconvert:    my @from_addr = 
Email::Address->parse($mail->header('From'));
   Build.PL:    'Email::Address' => '0',
   META.yml:  Email::Address: '0'

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-3-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libemail-outlook-message-perl depends on:
ii  libemail-mime-contenttype-perl  1.026-1
ii  libemail-mime-perl              1.949-1
ii  libemail-sender-perl            1.300035-1
ii  libemail-simple-perl            2.216-1
ii  libio-all-perl                  0.87-1
ii  libio-string-perl               1.08-3.1
ii  libole-storage-lite-perl        0.20-1
ii  perl                            5.32.1-2

libemail-outlook-message-perl recommends no packages.

libemail-outlook-message-perl suggests no packages.

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: libemail-outlook-message-perl
Source-Version: 0.920-2
Done: Axel Beckert <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libemail-outlook-message-perl, which is due to be installed in the Debian FTP 
archive.

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 983...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <a...@debian.org> (supplier of updated 
libemail-outlook-message-perl 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 24 Feb 2021 19:51:20 +0100
Source: libemail-outlook-message-perl
Architecture: source
Version: 0.920-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Axel Beckert <a...@debian.org>
Closes: 983433
Changes:
 libemail-outlook-message-perl (0.920-2) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since stretch:
     + Build-Depends: Drop versioned constraint on libmodule-build-perl.
     + Build-Depends-Indep: Drop versioned constraint on libemail-mime-perl,
       libemail-sender-perl and libemail-simple-perl.
     + libemail-outlook-message-perl: Drop versioned constraint on
       libemail-mime-perl, libemail-sender-perl and libemail-simple-perl in
       Depends.
 .
   [ Axel Beckert ]
   * Add a debian/salsa-ci.yml file to enable Salsa CI.
   * Add debian/tests/pkg-perl/syntax-extra to also check the syntax of
     msgconvert to catch cases like #983433 in the future via autopkgtest.
   * Add missing Recommends on libemail-address-perl for msgconvert script.
     + Document script dependency (but not library dependency) in long
       package description.
     + Closes: #983433; Thanks to Paul Wise for the bug report!
   * Declare compliance with Debian Policy 4.5.1. (No changes needed.)
Checksums-Sha1:
 0c23a27813c714a2d9860b3f8d0313c183cdf4c4 2508 
libemail-outlook-message-perl_0.920-2.dsc
 10b4490f3284bc04c787df83390059abb5f3a20c 4680 
libemail-outlook-message-perl_0.920-2.debian.tar.xz
 034fca7e86ca9f9e14a59364ac5ab0d31c66d44d 6349 
libemail-outlook-message-perl_0.920-2_source.buildinfo
Checksums-Sha256:
 7db568a389000c5a300909da8798372972bd5abde80fbcaaa1530f17b5152a52 2508 
libemail-outlook-message-perl_0.920-2.dsc
 e02b73aa933f831fb2fed1baddd2049f594a18fb89da52fbcdb66755784aded2 4680 
libemail-outlook-message-perl_0.920-2.debian.tar.xz
 c6d6f59acfb794859ffb43f34cef90bf8d09f516abfb59c286422441518a2efd 6349 
libemail-outlook-message-perl_0.920-2_source.buildinfo
Files:
 b04b3d593795c6b382c2d3a6c477708e 2508 perl optional 
libemail-outlook-message-perl_0.920-2.dsc
 55ed866a15c837abef334af9abed432e 4680 perl optional 
libemail-outlook-message-perl_0.920-2.debian.tar.xz
 b122d3137664dc100f964feacc058884 6349 perl optional 
libemail-outlook-message-perl_0.920-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAmA2oLYACgkQa+Zjx1o1
yXVH6A/9FVAPjEAC3LHJiDrt/UjZjkP+dNs4+qVhxuO/RqywQ0KwOMWw8le/O+q1
mB0cCiXkUstgURDeX4d0u7LmYm9/tY5zBRpwwud6gE6PbERHW98WoAhf+ikaFI28
KRCPqBRB/iJnJzytCrF5VHauGtNxdZJ75lDiaqbl7M/x8QiBiNAGLyuqHDiRV6oV
8HXf4BN6TVrwinap3mBr2DMLCxV4roA3x4wi4XAmJ1jzTqC5DbsY4IyWKutqyXpy
Y2y7hlh7IPasiKL58l9RwVsIdICNxisasiaJzWHF+2hGRn9iwvm6jTaK/MGOX/my
nZPcChS6VS2cUuGLicT2n1gkSvQPCRFbK7yWamBsJL1LAK7o5aUHHpnqCjHlumaF
WPx4QxOKudEYcTXhGV8qt4NFYBfMf6xkjJXLrcEq0Zoqi7ws9CGmNQMcUm5KGWeP
UYNU3WRRP1Hf9P8bsKMRsZis3wdUoxGS2p+ee/0b0vHyeX0H5gfdbbdYJLc3Cs8O
4omrZZ9NtQqHRN5Au/pedUdomviWqXzN8yWKU5rmUyd6u8YrJ5B+19HxYzunAcIx
F06SjLTVv1MMISk7ukSwL16jKRYmJAmEFPsawHzEiDJZB24Y8p+bu9hayUKfmT1t
GZr+JfZeeBH1QuVR54n5cULlWZ3eah4ECeGO0KgeuUUAZNuYgnM=
=1jie
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to