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: dnf-plugins-core
Section: admin
Priority: optional
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Aron Xu <aron@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
dh-python,
gettext,
libdnf-dev (>= 0.73.0~),
python3,
python3-dbus <!nocheck>,
python3-dnf,
python3-sphinx,
python3-systemd <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/rpm-software-management/dnf-plugins-core
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/dnf-plugins-core
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/dnf-plugins-core.git
Package: dnf-plugins-core
Architecture: all
Multi-Arch: foreign
Depends:
dnf,
python3-dateutil,
python3-dbus,
python3-dnf,
python3-hawkey,
python3-libcomps,
python3-libdnf,
python3-rpm,
${misc:Depends},
${python3:Depends},
Description: Core plugins for DNF, the Dandified Yum package manager
This package enhances DNF with builddep, config-manager, copr, debug,
debuginfo-install, download, needs-restarting, groups-manager, repoclosure,
repograph, repomanage, reposync, changelog and repodiff commands.
.
Additionally provides generate_completion_cache passive plugin.
|