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 117 118 119
|
Source: software-properties
Section: admin
Priority: optional
Maintainer: Julian Andres Klode <jak@debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: dbus-x11 <!nocheck>,
debhelper-compat (= 13),
dh-python,
gir1.2-gtk-3.0 <!nocheck>,
gpg,
gpg-agent,
intltool,
libxml-parser-perl,
lsb-release <!nocheck>,
pyflakes3 <!nocheck>,
python3-all,
python3-apt <!nocheck>,
python3-dateutil <!nocheck>,
python3-dbus <!nocheck>,
python3-distro-info <!nocheck>,
python3-distutils-extra,
python3-gi <!nocheck>,
python3-lazr.restfulclient <!nocheck>,
python3-setuptools,
xauth <!nocheck>,
xvfb <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/pkgutopia-team/software-properties.git
Vcs-Browser: https://salsa.debian.org/pkgutopia-team/software-properties
XS-Testsuite: autopkgtest
Package: python3-software-properties
Section: python
Architecture: all
Depends: gpg,
iso-codes,
lsb-release,
python3,
python3-apt,
python3-gi,
python3-lazr.restfulclient,
${misc:Depends},
${python3:Depends}
Description: manage the repositories that you install software from
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent software
vendor software sources.
.
This package contains the Python3 module.
Package: software-properties-common
Architecture: all
Depends: ca-certificates,
gir1.2-glib-2.0,
gir1.2-packagekitglib-1.0 (>= 1.1.0-2),
packagekit,
python-apt-common (>= 0.9),
python3,
python3-dbus,
python3-gi,
python3-software-properties (= ${binary:Version}),
${misc:Depends},
${python3:Depends}
Breaks: python-software-properties (<< 0.85),
python3-software-properties (<< 0.85)
Replaces: python-software-properties (<< 0.85),
python3-software-properties (<< 0.85)
Description: manage the repositories that you install software from (common)
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent software
vendor software sources.
.
This package contains the common files for software-properties like the
D-Bus backend.
Package: software-properties-gtk
Architecture: all
Depends: gir1.2-goa-1.0 (>= 3.27.92),
gir1.2-gtk-3.0,
gir1.2-handy-1,
libgtk3-perl,
python3,
python3-dateutil,
python3-distro-info,
python3-gi,
python3-software-properties (= ${binary:Version}),
software-properties-common,
${misc:Depends},
${python3:Depends}
Recommends: gnome-keyring,
gnome-session-bin | xfce4-session | mate-session-manager
Suggests: gnome-software
Description: manage the repositories that you install software from (GTK)
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent software
vendor software sources.
.
This package contains a GTK+ based graphical interface.
Package: software-properties-qt
Architecture: all
Section: kde
Depends: debconf-kde-helper,
python3,
python3-pyqt5,
python3-software-properties (= ${binary:Version}),
software-properties-common,
${misc:Depends},
${python3:Depends}
Suggests: plasma-discover
Conflicts: software-properties-kde
Replaces: software-properties-kde
Description: manage the repositories that you install software from (Qt)
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent software
vendor software sources.
.
This package contains a Qt-based graphical interface.
|