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

Bug#894817: lintian: Missing autopkgtest 'needs-reboot' restriction (false positive)



Package: lintian
Version: 2.5.80
Tags: patch

Hi,

lintian is currently missing the autopkgtest 'needs-reboot' restriction,
see [1]. This leads to false positives. Patch attached.

Thanks for your work,
cheers,
Georg


[1] https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.package-tests.rst#L229
From f60201b03eb1cc6b341cca13895874e3232701eb Mon Sep 17 00:00:00 2001
From: Georg Faerber <georg@riseup.net>
Date: Wed, 4 Apr 2018 15:30:42 +0200
Subject: [PATCH] checks/testsuite.pm: Add missing 'needs-reboot' restriction
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

---
 checks/testsuite.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checks/testsuite.pm b/checks/testsuite.pm
index 58321e665..faff9391e 100644
--- a/checks/testsuite.pm
+++ b/checks/testsuite.pm
@@ -51,6 +51,7 @@ my %KNOWN_RESTRICTIONS = map { $_ => 1 } qw(
   build-needed
   isolation-container
   isolation-machine
+  needs-reboot
   needs-recommends
   needs-root
   rw-build-tree
-- 
2.17.0

Attachment: signature.asc
Description: Digital signature


Reply to: