File: control

package info (click to toggle)
debmutate 0.80
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 588 kB
  • sloc: python: 8,346; makefile: 12; sh: 1
file content (40 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download | duplicates (3)
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
Source: debmutate
Section: python
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-bs4,
               python3-debian (>= 0.1.46),
               python3-merge3,
               python3-pcre2 (>= 0.3.0),
               python3-semver,
               python3-setuptools,
               python3-tomlkit,
               python3-tr
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/jelmer/debmutate.git
Vcs-Browser: https://salsa.debian.org/jelmer/debmutate

Package: python3-debmutate
Architecture: all
Depends: python3-debian,
         python3-pcre2 (>= 0.3.0),
         ${misc:Depends},
         ${python3:Depends}
Recommends: devscripts (>= 2.22.2),
            python3-bs4,
            python3-debian (>= 0.1.46),
            python3-merge3,
            python3-semver,
            python3-tomlkit,
            python3-tr
Suggests: gnome-pkg-tools,
          postgresql-common
Description: Format-preserving manipulation of Debian control files in Python
 Debmutate is a set of Python modules for manipulating the control files of
 Debian packages, with the ability to preserve the existing formatting of
 the control files.