File: control

package info (click to toggle)
dnf 4.5.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,556 kB
  • sloc: python: 26,916; xml: 778; sh: 131; makefile: 42
file content (116 lines) | stat: -rw-r--r-- 3,412 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: dnf
Section: admin
Priority: optional
Maintainer: Mihai Moldovan <ionic@ionic.de>
Uploaders: Frédéric Pierret <frederic.pierret@qubes-os.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3,
 bash-completion,
 cmake,
 pkg-config,
 gettext,
 python3-hawkey (>= 0.48.0-1~),
 python3-libdnf (>= 0.48.0-1~),
 python3-libcomps (>= 0.1.15-1~),
 python3-rpm (>= 4.14.0-1~),
 systemd,
 python3-sphinx,
 python3-nose,
 python3-gpg,
 libmodulemd2 (>= 2.9.4-1~),
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/rpm-software-management/dnf
Vcs-Browser: https://salsa.debian.org/fepitre/dnf
Vcs-Git: https://salsa.debian.org/fepitre/dnf.git
#Testsuite: autopkgtest-pkg-python

Package: dnf
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends},
 dnf-data (= ${binary:Version}),
 python3-dnf (= ${binary:Version}),
 libmodulemd2 (>= 2.9.4-1~),
 python3-dbus,
 sqlite3,
Breaks: dnf-plugins-core (<< 4.0.6-1~)
Description: Dandified Yum package manager
 Package manager forked from Yum, using libsolv as a dependency resolver.
 Dnf requires a working rpm installation and is meant to be used in chroots,
 see README.Debian for more information.
 .
 This package provides the dnf program.

Package: dnf-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Dandified Yum package manager (data files)
 Package manager forked from Yum, using libsolv as a dependency resolver.
 .
 This package provides common data and configuration files.

Package: dnf-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
Description: Documentation for the DNF package manager (common documentation)
 Package manager forked from Yum, using libsolv as a dependency resolver.
 .
 This package installs common documentation for the dnf program.

Package: yum4
Depends: ${misc:Depends},
 nextgen-yum4,
Architecture: all
Priority: optional
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: nextgen-yum4
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 dnf (= ${binary:Version}),
Breaks: yum4 (<< 4.2.23-1~)
Replaces: yum4 (<< 4.2.23-1~)
Provides: yum4 (= 4.2.23-1~)
Description: DNF (Dandified Yum) Yum CLI compatibility layer
 Package manager forked from Yum, using libsolv as a dependency resolver.
 .
 This package installs a Yum CLI compatibility layer redirecting
 /usr/bin/yum4 to DNF.

Package: python3-dnf
Architecture: all
Multi-Arch: foreign
Section: python
Depends: ${python3:Depends}, ${misc:Depends},
 dnf-data (= ${binary:Version}),
 python3-gpg,
 python3-hawkey (>= 0.48.0-1~),
 python3-libdnf (>= 0.48.0-1~),
 python3-libcomps (>= 0.1.15-1~),
 python3-rpm (>= 4.14.0-1~),
 python3-distutils | libpython3-stdlib (<< 3.7~),
Recommends: deltarpm, python3-unbound,
Suggests: python3-dnf-doc
Description: Python interface to DNF (Python 3)
 Package manager forked from Yum, using libsolv as a dependency resolver.
 .
 This package installs the DNF interface for Python 3.

Package: python3-dnf-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends},
Description: Python 3 interface to DNF (common documentation)
 Package manager forked from Yum, using libsolv as a dependency resolver.
 .
 This package installs common documentation for the DNF interface for Python
 3.