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

Bug#721179: lintian: Please update autopkgtest known restrictions



Package: lintian
Version: 2.5.17
Severity: minor
Tags: patch

Hi dear Lintian maintainers,

Could you please update the list of known restrictions for autopkgtest?
It looks like `allow-stderr` is missing.

I believe the attached patch written against the master branch will do
the trick.

Thanks!
-- 
Lunar                                .''`. 
lunar@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
From 078ea14d610a480dceaee30c304708a84e661fce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= <lunar@debian.org>
Date: Wed, 28 Aug 2013 20:38:45 +0200
Subject: [PATCH] Synchronize autopkgtest known restrictions with the
 reference documentation

The `allow-stderr` flag was missing, and the order now match the documentation.
---
 checks/testsuite.pm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/checks/testsuite.pm b/checks/testsuite.pm
index 1cc98a3..a5d79f5 100644
--- a/checks/testsuite.pm
+++ b/checks/testsuite.pm
@@ -42,10 +42,11 @@ my %KNOWN_FIELDS = map { $_ => 1 } qw(
 my %KNOWN_FEATURES = map { $_ => 1 } qw(
 );
 my %KNOWN_RESTRICTIONS = map { $_ => 1 } qw(
+  rw-build-tree
   breaks-testbed
-  build-needed
   needs-root
-  rw-build-tree
+  build-needed
+  allow-stderr
 );
 
 sub run {
-- 
1.7.10.4

Attachment: signature.asc
Description: Digital signature


Reply to: