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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
Source: aptdaemon
Section: admin
Priority: extra
Maintainer: Julian Andres Klode <jak@debian.org>
Build-Depends: debhelper (>= 7.3),
dbus,
python,
python-setuptools,
python-distutils-extra,
python-apt (>= 0.7.96.1ubuntu9),
python-debian,
python-defer,
python-dbus,
python-gi,
gir1.2-glib-2.0,
python-software-properties
Standards-Version: 3.9.1
Homepage: https://launchpad.net/aptdaemon
Vcs-Bzr: nosmart+http://bzr.debian.org/bzr/apt/aptdaemon/debian-sid
Vcs-Browser: http://bzr.debian.org/loggerhead/apt/aptdaemon/debian-sid
X-Python-Version: >= 2.7
Package: aptdaemon
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-aptdaemon (= ${binary:Version}),
python-gi,
gir1.2-glib-2.0
Breaks: software-center (<< 1.1.21)
Description: transaction based package management service
Aptdaemon allows normal users to perform package management tasks, e.g.
refreshing the cache, upgrading the system, installing or removing software
packages.
.
Currently it comes with the following main features:
.
- Programming language independent D-Bus interface, which allows one to
write clients in several languages
- Runs only if required (D-Bus activation)
- Fine grained privilege management using PolicyKit, e.g. allowing all
desktop user to query for updates without entering a password
- Support for media changes during installation from DVD/CDROM
- Support for debconf (Debian's package configuration system)
- Support for attaching a terminal to the underlying dpkg call
.
This package contains the aptd script and all the data files required to run
the daemon. Moreover it contains the aptdcon script, which is a command
line client for aptdaemon. The API is not stable yet.
Package: python-aptdaemon
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-apt (>= 0.7.96.1ubuntu9),
python-debian,
python-defer,
python-dbus,
python-gi,
gir1.2-glib-2.0,
python-pkg-resources,
python-software-properties,
policykit-1
Recommends: aptdaemon
Description: Python module for the server and client of aptdaemon
Aptdaemon is a transaction based package management service. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides the Python modules required to run aptdaemon
and to implement a client. The API is not stable yet.
Package: python-aptdaemon.test
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-aptdaemon (= ${binary:Version}),
Description: Test environment for aptdaemon clients
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides the aptdaemon.test module and several helper
scripts and a test repository to write unittests for aptdaemon
clients.
Package: aptdaemon-data
Architecture: all
Depends: ${misc:Depends}
Replaces: python-aptdaemon-gtk (<= 0.41+bzr580-0ubuntu1)
Description: data files for clients
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides common data files (e.g. icons) for aptdaemon
clients.
Package: python-aptdaemon-gtk
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-aptdaemon.gtkwidgets (= ${binary:Version}),
python-aptdaemon.gtk3widgets (= ${binary:Version})
Description: Transitional dummy package
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This is a transitional dummy package to ease the migration
from the python-aptdaemon-gtk to the new python-aptdaemon.gtk(3)widgets
packages.
.
You can remove it safely.
Package: python-aptdaemon.pkcompat
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-aptdaemon (= ${binary:Version}),
python-packagekit,
Conflicts: packagekit
Provides: packagekit-system-interface
Description: PackageKit compatibilty for AptDaemon
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package adds a PackageKit DBus interface to AptDaemon.
Package: python-aptdaemon.gtkwidgets
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-aptdaemon (= ${binary:Version}),
python-gtk2,
python-vte,
aptdaemon-data
Conflicts: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1)
Replaces: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1)
Description: Python GTK+ 2 widgets to run an aptdaemon client
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides the Python GTK+ widgets to implement a fully working
graphical client. The widgets can be used to initiate, to monitor and
to control a transaction. The API is not stable yet.
Package: python-aptdaemon.gtk3widgets
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-aptdaemon (= ${binary:Version}),
python-gi,
gir1.2-gtk-3.0,
gir1.2-vte-2.90,
aptdaemon-data
Conflicts: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1)
Replaces: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1)
Description: Python GTK+ 3 widgets to run an aptdaemon client
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides the Python GTK+ 3 widgets to implement a fully
working graphical client. The widgets can be used to initiate, to
monitor and to control a transaction. The API is not stable yet.
|