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
|
Source: software-properties
Section: admin
Priority: optional
Maintainer: Julian Andres Klode <jak@debian.org>
Build-Depends: debhelper (>= 7),
libxml-parser-perl,
scrollkeeper,
intltool,
python-all (>= 2.6.6-3~),
python-distutils-extra (>= 1.90)
Standards-Version: 3.9.3
Vcs-Bzr: http://code.launchpad.net/~juliank/software-properties/debian
Package: python-software-properties
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>=
0.6.20ubuntu16), lsb-release, python-gnupginterface,
unattended-upgrades, iso-codes, python-pycurl
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.
Package: software-properties-common
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python,
python-gi, gir1.2-glib-2.0, python-dbus
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: ${python:Depends}, ${misc:Depends}, python,
python-software-properties,
python-gi,
gir1.2-gtk-3.0,
python-aptdaemon.gtk3widgets,
software-properties-common
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-kde
Architecture: all
Section: kde
Depends: ${python:Depends}, ${misc:Depends}, python, python-qt4,
python-kde4, python-software-properties, qapt-batch
Description: manage the repositories that you install software from (kde)
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/KDE based graphical interface.
|