Your message dated Sun, 29 Aug 2021 13:04:24 +0000
with message-id <e1mkku4-0005wo...@fasolo.debian.org>
and subject line Bug#992912: fixed in mat2 0.12.2-1
has caused the Debian Bug report #992912,
regarding mat2: autopkgtests fail with ffmpeg 4.4
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.)


-- 
992912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mat2
Version: 0.12.1-3
Severity: serious
X-Debbugs-Cc: sramac...@debian.org
Tags: sid bookworm

=================================== FAILURES ===================================
_______________________ TestCleaning.test_all_parametred _______________________

self = <tests.test_libmat2.TestCleaning testMethod=test_all_parametred>

    def test_all_parametred(self):
        for case in self.data:
            if 'ffmpeg' in case:
                try:
                    video._get_ffmpeg_path()
                except RuntimeError:
                    raise unittest.SkipTest
    
            print('[+] Testing %s' % case['name'])
            target = './tests/data/clean.' + case['name']
            shutil.copy('./tests/data/dirty.' + case['name'], target)
            p1 = case['parser'](target)
    
            for k, v in p1.get_meta().items():
                if k not in case['meta']:
                    continue
                if isinstance(v, dict):
                    for _k, _v in v.items():
                        if _k in case['meta'][k]:
                            self.assertEqual(_v, case['meta'][k][_k])
                else:
                    self.assertEqual(v, case['meta'][k])
    
            p1.lightweight_cleaning = True
            self.assertTrue(p1.remove_all())
    
            p2 = case['parser'](p1.output_filename)
            for k, v in p2.get_meta().items():
>               self.assertIn(k, case['expected_meta'])
E               AssertionError: 'ColorRepresentation' not found in 
{'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'], 'CompressorID': 'avc1', 
'GraphicsMode': 'srcCopy', 'HandlerDescription': 'SoundHandler', 'HandlerType': 
'Metadata', 'HandlerVendorID': 'Apple', 'MajorBrand': 'MP4  Base Media v1 [IS0 
14496-12:2003]', 'MediaDataOffset': 48, 'MediaDataSize': 379872, 
'MediaHeaderVersion': 0, 'MinorVersion': '0.2.0', 'MovieDataOffset': 48, 
'MovieHeaderVersion': 0, 'NextTrackID': 3, 'PreferredRate': 1, 'Rotation': 0, 
'TimeScale': 1000, 'TrackHeaderVersion': 0, 'TrackID': 1, 'TrackLayer': 0}


From
https://ci.debian.net/data/autopkgtest/testing/amd64/m/mat2/14794812/log.gz

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: mat2
Source-Version: 0.12.2-1
Done: Georg Faerber <ge...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mat2, 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 992...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Georg Faerber <ge...@debian.org> (supplier of updated mat2 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: SHA256

Format: 1.8
Date: Sun, 29 Aug 2021 12:35:37 +0000
Source: mat2
Architecture: source
Version: 0.12.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Privacy Tools Maintainers 
<pkg-privacy-maintain...@lists.alioth.debian.org>
Changed-By: Georg Faerber <ge...@debian.org>
Closes: 992912 993209
Changes:
 mat2 (0.12.2-1) unstable; urgency=medium
 .
   * New upstream version 0.12.2:
     - Add support of aiff files.
     - Improve support of MS Office (xlsx) files.
     - Fix printing issues of cleaned pdf files.
     - Tests:
       - Fix expected output of ffmpeg >= 4.4. (Closes: #992912)
       - Handle output of libimage-exiftool-perl >= 12.23. (Closes: #993209)
   * debian/control:
     - Bump Standards-Version to 4.6.0; no changes necessary.
     - Mention added support of aiff files in description.
   * debian/patches:
     - Drop now obsolete patches to improve support of xlsx files and to fix
       printing issues of cleaned pdf files.
Checksums-Sha1:
 97a4447d54d83e3e186f89688e29ab0605c36295 1609 mat2_0.12.2-1.dsc
 1f7a5ea4e7681169411e13d59084343ef13f1090 9549888 mat2_0.12.2.orig.tar.xz
 b139eb48bd41952f784321d40e8fd8051a0ee84c 9180 mat2_0.12.2-1.debian.tar.xz
 3ab4a814e8cbb07951b83b9a3a762aeb76f73a20 11644 mat2_0.12.2-1_amd64.buildinfo
Checksums-Sha256:
 e06a53e3eb358efe3343c073efc6bb1a96eb30e1b9fc58f44a82117f5913b4ab 1609 
mat2_0.12.2-1.dsc
 4cd016c189be86486ec08d2a8fd5896e4e6cfd2c688c6697536da31cb69e194f 9549888 
mat2_0.12.2.orig.tar.xz
 a5e43a92c39b245b0e05e7553c4a67126864b2bab1949705772fda07d28870e6 9180 
mat2_0.12.2-1.debian.tar.xz
 754c16cb984ac80ff70e504592d686ba3f17b00508f8f099cded056355e7a983 11644 
mat2_0.12.2-1_amd64.buildinfo
Files:
 5ff4794614b3940cd6213b2f6545b2f0 1609 utils optional mat2_0.12.2-1.dsc
 7fc9920b12a9254071f1ad3090d290e9 9549888 utils optional mat2_0.12.2.orig.tar.xz
 44874f352f77066e9650fd5fb3e51a6e 9180 utils optional 
mat2_0.12.2-1.debian.tar.xz
 9e706abf176e9014c2eef2c4474f5605 11644 utils optional 
mat2_0.12.2-1_amd64.buildinfo

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

iHUEARYIAB0WIQTEfr/MTlfp/DLKNABGG+5dJAqekQUCYSt/zAAKCRBGG+5dJAqe
kTKiAP4olwysuWiRx4Sz57HVT5t2ldVix4JYMGv/vox9BQc7yQEA0JMRHP4VLq6v
qT688WmxFgUBforsj4Vh4+iGrL0x7AA=
=he8J
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to