Package Details: lintian 2.119.0-1

Git Clone URL: https://aur.archlinux.org/lintian.git (read-only, click to copy)
Package Base: lintian
Description: dissects Debian packages and tries to find bugs and policy violations
Upstream URL: https://lintian.debian.org/
Licenses: GPL2
Submitter: Forty-Bot
Maintainer: Forty-Bot
Last Packager: Forty-Bot
Votes: 1
Popularity: 0.000000
First Submitted: 2022-04-27 15:39 (UTC)
Last Updated: 2024-10-21 03:41 (UTC)

Pinned Comments

Forty-Bot commented on 2022-04-27 15:40 (UTC)

The dependencies here are incomplete. If you run into import errors, please send a patch adding the correct dependency.

Latest Comments

« First ‹ Previous 1 2

Excalibur commented on 2022-09-13 11:11 (UTC) (edited on 2022-09-22 10:04 (UTC) by Excalibur)

Some missing dependencies at runtime:

diff --git a/PKGBUILD b/PKGBUILD
index 6210a09..9e6483a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,19 +12,25 @@ depends=(
    perl-config-tiny
    perl-data-dpath
    perl-data-validate-domain
+   perl-data-validate-uri
    perl-devel-size
    perl-email-address-xs
    perl-file-find-rule
    perl-font-ttf
    perl-io-interactive
    perl-json-maybexs
+   perl-list-someutils
    perl-list-utilsby
+   perl-moox-aliases
+   perl-namespace-clean
+   perl-path-tiny
    perl-perlio-gzip
    perl-perlio-utf8-strict
    perl-proc-processtable
    perl-syntax-keyword-try
    perl-text-levenshteinxs
    perl-time-moment
+   perl-xml-libxml
    perl-yaml-libyaml
 )
 makedepends=(
-- 
2.37.3

lintian also report missing profile archlinux/main. So I just copied the Debian profile: sudo cp -r /usr/share/lintian/profiles/debian/. /usr/share/lintian/profiles/archlinux/.

Afterwards, lintian worked for my trivial package.

Edit: on a fresh new Arch install it also requires python-docutils for rst2html at build time.

Forty-Bot commented on 2022-04-27 15:40 (UTC)

The dependencies here are incomplete. If you run into import errors, please send a patch adding the correct dependency.