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

[lintian] 01/01: testeset: Make some pkgs arch:any to fix test failure



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 473966736a24abbef94c7599e5cace663d8bdc62
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Sep 9 14:58:56 2013 +0200

    testeset: Make some pkgs arch:any to fix test failure
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/changelog             |    4 ++++
 testset/debug/debian/control |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd8a337..bdb193d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,10 @@ lintian (2.5.18) UNRELEASED; urgency=low
     + [NT] Copy (rather than symlink) the lintian.log to the
       generated website.
 
+  * testset/debug/debian/control:
+    + [NT] Mark some packages "arch:any" to avoid test failures
+      on kfreebsd-amd64.  (Closes: #688524)
+
   * vendors/ubuntu/main/data/{common,fields}/*:
     + [NT] Retire now redundant files.
 
diff --git a/testset/debug/debian/control b/testset/debug/debian/control
index c60e345..95c33e6 100644
--- a/testset/debug/debian/control
+++ b/testset/debug/debian/control
@@ -7,7 +7,7 @@ Build-Depends-Indep: not-debhelper (>= 0.4.3)
 Standards-Version: 3.7.0
 
 Package: hello
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Test for external debugging information
  Lintian regression test for external debugging file handling.  This test
@@ -20,7 +20,7 @@ Description: Test for external debugging information
 Package: hello-dbg
 Priority: extra
 Section: debug
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc
+Architecture: any
 Depends: hello (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Test for external debugging information (symbols)
  Lintian regression test for external debugging file handling.  This test
@@ -32,7 +32,7 @@ Description: Test for external debugging information (symbols)
 
 Package: libhello0
 Section: libs
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Test for external debugging information (library)
  Lintian regression test for external debugging file handling.  This test
@@ -45,7 +45,7 @@ Description: Test for external debugging information (library)
 Package: libhello0-dbg
 Section: debug
 Priority: extra
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc
+Architecture: any
 Depends: libhello (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Test for external debugging information (library symbols)
  Lintian regression test for external debugging file handling.  This test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: