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
|
Source: dnf
Section: admin
Priority: optional
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Frédéric Pierret <frederic.pierret@qubes-os.org>,
Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-package-notes,
dh-sequence-python3,
python3,
bash-completion,
cmake,
pkgconf,
gettext,
python3-hawkey (>= 0.75.0~),
python3-libdnf (>= 0.75.0~),
python3-libcomps (>= 0.1.19-1~),
python3-rpm (>= 4.14.0-1~),
systemd,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-gpg,
libmodulemd2 (>= 2.9.4-1~),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/rpm-software-management/dnf
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/dnf
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/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,
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: python3-dnf
Architecture: all
Multi-Arch: foreign
Section: python
Depends: ${python3:Depends}, ${misc:Depends},
dnf-data (= ${binary:Version}),
python3-gpg,
python3-hawkey (>= 0.75.0~),
python3-libdnf (>= 0.75.0~),
python3-libcomps (>= 0.1.15-1~),
python3-rpm (>= 4.14.0-1~),
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},
libjs-jquery, libjs-underscore,
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.
|