1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Source: packagekit
Section: admin
Priority: extra
Maintainer: Sebastian Heinlein <glatzor@ubuntu.com>
Build-Depends: cdbs,
debhelper (>= 5),
libpam0g-dev,
xmlto,
libx11-dev,
libglib2.0-dev,
libdbus-glib-1-dev,
libnotify-dev,
libglade2-dev,
libnm-glib-dev
Standards-Version: 3.7.2
Package: packagekit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dbus
Description: provides a software installation daemon
PackageKit allows to perform simple software management tasks over a DBus
interface: refreshing the cash, updating, installing and removing software
packages.
|