[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.3.3-48-g71fdabf



The following commit has been merged in the master branch:
commit 71fdabfdfe19dfc21182617b95dbc7c214b4b9d1
Author: Russ Allbery <rra@debian.org>
Date:   Sat Mar 20 20:58:06 2010 -0700

    Fix multiarch test in legacy libbaz
    
    ia32-libbaz2 triggers a multiarch error if it's arch: all.  Set it to
    arch: any, although I suspect that this is still going to fail on
    amd64.

diff --git a/testset/libbaz/debian/control b/testset/libbaz/debian/control
index e996b8a..7feaa86 100644
--- a/testset/libbaz/debian/control
+++ b/testset/libbaz/debian/control
@@ -57,7 +57,7 @@ Description: debugging package
  things.  It should not be installed like a regular package.
 
 Package: ia32-libbaz2
-Architecture: all
+Architecture: any
 Depends: ${shlibs:Depends}
 Description: multiarch package
  Regression test for lintian's handling of libraries (multiarch).

-- 
Debian package checker


Reply to: