File: control

package info (click to toggle)
lintian-brush 0.13.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,972 kB
  • sloc: python: 1,958; sh: 146; makefile: 80
file content (36 lines) | stat: -rw-r--r-- 1,219 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
Source: lintian-brush
Section: devel
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper (>= 12~),
               dh-python,
               dos2unix,
               python3-all,
               python3-breezy (>= 3.0.0~bzr7268-1),
               python3-breezy.tests,
               python3-dulwich (>= 0.19.7),
               python3-distro-info,
               python3-debian,
               python3-setuptools,
               gpg
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/jelmer/lintian-brush.git
Vcs-Browser: https://salsa.debian.org/jelmer/lintian-brush

Package: lintian-brush
Architecture: all
Depends: devscripts,
         python3-breezy (>= 3.0.0~bzr7268-1),
         python3-debian,
         python3-dulwich (>= 0.19.7),
         python3-distro-info,
         ${misc:Depends},
         ${python3:Depends}
Recommends: lintian, dos2unix, gpg
Description: automatically fix lintian problems
 This package contains a set of scripts that can automatically fix more than 30
 common lintian issues in Debian packages.
 .
 It comes with a wrapper script that invokes the scripts, updates
 the changelog (if desired) and commits each change to
 version control.