File: control

package info (click to toggle)
adequate 0.17.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 254; makefile: 111; sh: 75; ansic: 29
file content (42 lines) | stat: -rw-r--r-- 1,461 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
Source: adequate
Section: utils
Priority: optional
Maintainer: Debian Adequate Maintainers <team+adequate-maint@tracker.debian.org>
Uploaders: Serafeim Zanikolas <sez@debian.org>
Build-Depends: debhelper (>= 13.4),
               debhelper-compat (= 13),
               golang-any (>= 2:1.18),
	       golang-github-google-go-cmp-dev,
	       dh-golang,
               python3,
               python3-apt
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/adequate.git
Vcs-Browser: https://salsa.debian.org/debian/adequate
Homepage: https://salsa.debian.org/debian/adequate
Rules-Requires-Root: no
XS-Go-Import-Path: salsa.debian.org/debian/adequate
Testsuite: autopkgtest-pkg-go, autopkgtest-pkg-adequate

Package: adequate
Architecture: any
Depends: debconf,
	 ${shlibs:Depends},
         ${misc:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Recommends: pkgconf
Description: Debian package quality testing tool
 adequate checks packages installed on the system and reports bugs and policy
 violations.
 .
 The following checks are currently implemented:
  * broken symlinks;
  * missing copyright file;
  * obsolete conffiles;
  * Python modules not byte-compiled;
  * missing libraries, undefined symbols, symbol size mismatches;
  * program name collisions;
  * missing alternatives;
  * missing binfmt interpreters and detectors;
  * missing pkg-config dependencies;
  * invalid user/group values in systemd/D-Bus/sysvinit files.