File: control

package info (click to toggle)
rpmlint 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,308 kB
  • sloc: python: 20,622; ansic: 2,511; xml: 1,272; makefile: 17; sh: 4
file content (68 lines) | stat: -rw-r--r-- 1,737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: rpmlint
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 bash-completion,
 binutils,
 bzip2,
 cpio,
 debhelper-compat (= 13),
 dh-sequence-python3,
 iso-codes,
 pkgconf,
 pybuild-plugin-pyproject,
 python3,
 python3-enchant,
 python3-magic,
 python3-pybeam,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-xdist <!nocheck>,
 python3-rpm,
 python3-setuptools,
 python3-tomli-w,
 python3-xdg,
 python3-zstandard,
 rpm,
 rpm2cpio,
 zstd,
Standards-Version: 4.7.2
Homepage: https://github.com/rpm-software-management/rpmlint
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/rpmlint.git
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/rpmlint
Description: RPM package checker
 rpmlint is a tool for checking common errors in rpm packages.  rpmlint
 can be used to test individual packages before uploading or to check
 an entire distribution.  By default all applicable checks are
 performed but specific checks can be performed by using command line
 parameters.
 .
 rpmlint can check binary rpms (files and installed ones), source rpms,
 and plain specfiles, but all checks do not apply to all argument
 types.  For best check coverage, run rpmlint on source rpms instead of
 plain specfiles, and installed binary rpms instead of uninstalled
 binary rpm files.
 .
 The idea for rpmlint is from the lintian tool of the Debian project.

Package: rpmlint
Architecture: all
Depends:
 binutils,
 bzip2,
 cpio,
 desktop-file-utils,
 python3-enchant,
 python3-magic,
 python3-zstandard,
 rpm2cpio,
 zstd,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 appstream-util,
 groff-base,
 rpm,
Description: ${source:Synopsis}
 ${source:Extended-Description}