Package: lintian Version: 2.5.0 Severity: minor Tags: patch There is a typo in the intra-source-package-circular-dependency tag description (bianries -> binaries). Patch attached.
>From d78f2be8051af1b9b2ee3ad2ab0ce3973e50ab49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Alvarez?= <nicolas.alva...@gmail.com> Date: Sat, 18 Jun 2011 17:28:37 -0300 Subject: [PATCH] Fix typo in circular-deps check description.
--- checks/circular-deps.desc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/checks/circular-deps.desc b/checks/circular-deps.desc index 4280097..a652ced 100644 --- a/checks/circular-deps.desc +++ b/checks/circular-deps.desc @@ -19,6 +19,6 @@ Info: The listed packages from the same source circularly depend If possible, consider removing or reducing one of the depends. . Note: This check is limited to packages created from the same - source package. Full circular dependencies between bianries from + source package. Full circular dependencies between binaries from different source packages is beyond the scope of Lintian. Ref: policy 7.2 -- 1.7.5.3