The following commit has been merged in the master branch:
commit 6b7a8423bd7b8996a311ac53aa301f0855b84e6e
Author: Niels Thykier <[email protected]>
Date:   Mon May 14 22:55:32 2012 +0200

    c/deb-format: Remove dpkg Pre-D requirement for xz udebs
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/checks/deb-format b/checks/deb-format
index 6062381..9b498e8 100644
--- a/checks/deb-format
+++ b/checks/deb-format
@@ -60,7 +60,7 @@ if ($success) {
     } else {
         if ($type eq 'udeb' && $members[2] !~ m/^data\.tar\.[gx]z$/) {
             tag 'udeb-uses-unsupported-compression-for-data-tarball';
-        } elsif ($members[2] eq 'data.tar.xz') {
+        } elsif ($type ne 'udeb' && $members[2] eq 'data.tar.xz') {
             my $rel = $info->relation('pre-depends');
             tag 'data.tar.xz-member-without-dpkg-pre-depends'
                 unless $rel->implies('dpkg (>= 1.15.6~)');

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to