Your message dated Mon, 14 May 2018 22:04:50 +0000
with message-id <[email protected]>
and subject line Bug#889162: fixed in php-horde-compress 2.2.1-3
has caused the Debian Bug report #889162,
regarding tests: do not rely on directory order
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 [email protected]
immediately.)


-- 
889162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889162
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php-horde-compress
Version: 2.2.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:



  * debian/patches/tests_dont_rely_on_directory_order.patch: don't rely
    on directory order.  Thanks to Remi Collet <[email protected]>.


Thanks for considering the patch.

*** /tmp/tmp8z9ngU/php-horde-compress_2.2.1-1ubuntu1.debdiff
diff -Nru php-horde-compress-2.2.1/debian/patches/series 
php-horde-compress-2.2.1/debian/patches/series
--- php-horde-compress-2.2.1/debian/patches/series      1969-12-31 
16:00:00.000000000 -0800
+++ php-horde-compress-2.2.1/debian/patches/series      2018-02-02 
12:50:44.000000000 -0800
@@ -0,0 +1 @@
+tests_dont_rely_on_directory_order.patch
diff -Nru 
php-horde-compress-2.2.1/debian/patches/tests_dont_rely_on_directory_order.patch
 
php-horde-compress-2.2.1/debian/patches/tests_dont_rely_on_directory_order.patch
--- 
php-horde-compress-2.2.1/debian/patches/tests_dont_rely_on_directory_order.patch
    1969-12-31 16:00:00.000000000 -0800
+++ 
php-horde-compress-2.2.1/debian/patches/tests_dont_rely_on_directory_order.patch
    2018-02-02 12:53:41.000000000 -0800
@@ -0,0 +1,29 @@
+Description: don't rely on directory order
+Author: Remi Collet <[email protected]>
+Origin: upstream, 
https://github.com/horde/Compress/commit/795f908809c4181b7d267bc9df3682e3b4ed45d0.patch
+Last-Update: 2018-02-02
+
+--- 
php-horde-compress-2.2.1.orig/Horde_Compress-2.2.1/test/Horde/Compress/TarTest.php
++++ 
php-horde-compress-2.2.1/Horde_Compress-2.2.1/test/Horde/Compress/TarTest.php
+@@ -111,6 +111,9 @@ class Horde_Compress_TarTest extends Hor
+         $this->assertNotEmpty($tar_data);
+ 
+         $list = $compress->decompress($tar_data);
++        usort($list, function ($a, $b) {
++            return strcmp($a['name'], $b['name']);
++        });
+         $this->assertCount(3, $list);
+         $this->assertEquals('one.txt', $list[0]['name']);
+         $this->assertEquals(4, $list[0]['size']);
+--- 
php-horde-compress-2.2.1.orig/Horde_Compress-2.2.1/test/Horde/Compress/ZipTest.php
++++ 
php-horde-compress-2.2.1/Horde_Compress-2.2.1/test/Horde/Compress/ZipTest.php
+@@ -142,6 +142,9 @@ class Horde_Compress_ZipTest extends Hor
+         $list = $compress->decompress(
+             $zip_data, array('action' => Horde_Compress_Zip::ZIP_LIST)
+         );
++        usort($list, function ($a, $b) {
++           return strcmp($a['name'], $b['name']);
++        });
+         $this->assertCount(3, $list);
+         $this->assertEquals('one.txt', $list[0]['name']);
+         $this->assertEquals(4, $list[0]['size']);


-- System Information:
Debian Release: buster/sid
  APT prefers bionic
  APT policy: (500, 'bionic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-25-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd

--- End Message ---
--- Begin Message ---
Source: php-horde-compress
Source-Version: 2.2.1-3

We believe that the bug you reported is fixed in the latest version of
php-horde-compress, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathieu Parent <[email protected]> (supplier of updated php-horde-compress 
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: SHA256

Format: 1.8
Date: Mon, 14 May 2018 23:44:22 +0200
Source: php-horde-compress
Binary: php-horde-compress
Architecture: source all
Version: 2.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers <[email protected]>
Changed-By: Mathieu Parent <[email protected]>
Description:
 php-horde-compress -
Closes: 889162
Changes:
 php-horde-compress (2.2.1-3) unstable; urgency=medium
 .
   * Update Standards-Version to 4.1.4, no change
   * Update Maintainer field
   * Fix tests: do not rely on directory order (Closes: #889162). Patch from
     Remi Collet, forwarded by Ubuntu
Checksums-Sha1:
 06ea35b0c3297e7a6eb482a8c02724dd47266dff 2128 php-horde-compress_2.2.1-3.dsc
 cd58a44581f03da602c937c1e86c14d6ab4cb223 3336 
php-horde-compress_2.2.1-3.debian.tar.xz
 700b254d23cfcb1d86264dc8eae19ff3f8e932da 56652 
php-horde-compress_2.2.1-3_all.deb
 21fc920f0a719b502297a0e5dd6083dfc9b7d518 6084 
php-horde-compress_2.2.1-3_amd64.buildinfo
Checksums-Sha256:
 75f7fa8f3267d8daf036263dd51dc8abdd9f915306dce00478d471717c7245ca 2128 
php-horde-compress_2.2.1-3.dsc
 ee1794ca83fa30c3f240ecd2e030083605113c389054bc077b78287cc304c97f 3336 
php-horde-compress_2.2.1-3.debian.tar.xz
 c628de7739e11053b905a4a777e08549ad1e03f12bc9d123581ca3e8bb332e75 56652 
php-horde-compress_2.2.1-3_all.deb
 90c9708bb5d00a727c7128285826a00c332b6011159dfbb8fab5a7dbc8044bfd 6084 
php-horde-compress_2.2.1-3_amd64.buildinfo
Files:
 32101f80d5e2ee70c788f5c7d30724a7 2128 php optional 
php-horde-compress_2.2.1-3.dsc
 72b8ac3f508dcc532c96955e00f5f5c7 3336 php optional 
php-horde-compress_2.2.1-3.debian.tar.xz
 6f9a8e5aa0739a3175f192fd7e46280b 56652 php optional 
php-horde-compress_2.2.1-3_all.deb
 736588c34a4c64b0476303598ee0fbe4 6084 php optional 
php-horde-compress_2.2.1-3_amd64.buildinfo

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

iQJHBAEBCAAxFiEEqIGbPTP9weQZ135HrgOYBGZoH6UFAlr6BDMTHHNhdGhpZXVA
ZGViaWFuLm9yZwAKCRCuA5gEZmgfpe0WD/9fDNk6wzH58nfNuQ27nWtSIzIby/Ep
C+kBqSsWjXVYcC12g2ds3OF+nsg1br5By+ZvAcRpYBgnCCxq5O8JnYaLpI43Gn0z
FhszIo99PIPJC2g+/xV/lw4qhm41Xo01R6PBMk45r6HFJOnohcc7wJdAkTz7CZb4
9gV0zFSIhls05JVD9stsxDAmAkfLobgOgXRnXkvzi5sTqonEqYXROLojfup8Gifl
sE5Bl/BOr8N86GXbgOsLh2XckQj48O/A/GHCtBl1h/ElJG9U16adiN4zsgkQYGW2
SjaIvKJ9BQbwLIFkEWpicEGFIz5Msx8cxMNnweP9aHTPycU0Tozs6/Et8LQwRPh3
pdkV9Cs8PrLMfwQtzQuVb1qNhQsBd7dg5cARjoNCwz7S+vbx+tdbbAJOj1S7MMuv
N0wPhK0HP5l+902wcqW/x0ZJXKf5rIPiU8Q6rNTViP2CYuqxR50zhJdcLuC5sr0m
Bb0vUgq6RpgWxWWygzkcSPnM6P3cY+kAtJVnpoEyO+HfEvJNPRQARNYfWeyMcBrb
S1NC9it8RyW4Ct0A3SARu6t7x1BD6ao8yyzqIzwygG14CnAnPipl0Hre7NzX+dxJ
ilkXnW83KVogRYGWFSp+O3xo27PTjzPn2q0MNSiMqAb0opceaiXLhSuoW053Jst2
DPycrTcBaPH9Uw==
=Nc+R
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to