~packagekit/packagekit/ppa-packagekit

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
Source: packagekit
Section: admin
Priority: extra
Maintainer: Sebastian Heinlein <glatzor@ubuntu.com>
Build-Depends: debhelper (>= 5), 
	       cdbs,
	       libpam0g-dev, 
	       libglib2.0-dev, 
	       libdbus-glib-1-dev (>=0.76),
	       libnm-glib-dev,
	       network-manager-dev,
	       libpolkit-dev (>=0.8),
	       libpolkit-grant-dev (>=0.8),
	       libpolkit-dbus-dev (>=0.8),
	       policykit (>=0.8),
	       libapt-pkg-dev,
	       autotools-dev,
	       libtool,
	       libsqlite3-dev,
	       python,
	       python-dev,
	       python-central (>= 0.5),
	       python-apt,
	       docbook-utils,
	       gtk-doc-tools,
	       xmlto,
	       xulrunner-1.9-dev,
	       libgtk2.0-dev,
	       libdbus-glib-1-dev,
	       libarchive-dev
Standards-Version: 3.8.0
XS-Python-Version: current
Homepage: http://www.packagekit.org
XS-Vcs-Bzr: https://code.edge.launchpad.net/~packagekit/packagekit/ubuntu-packagekit
XS-Vcs-Browser: http://bazaar.launchpad.net/~packagekit/packagekit/ubuntu-packagekit/files

Package: packagekit
Architecture: any
Depends: ${shlibs:Depends}, 
         ${misc:Depends}, 
	 ${python:Depends},
	 python-apt,
	 dbus
Recommends: app-install-data, apt-xapian-index, update-manager-core, python-software-properties
XB-Python-Version: ${python:Versions}
Description: provides a software installation daemon
 PackageKit allows to perform simple software management tasks over a DBus 
 interface: refreshing the cache, updating, installing and removing software
 packages. This software is still in an early development stage and should
 be considered experimental.

Package: mozilla-packagekit
Architecture: any
Depends: ${shlibs:Depends}, 
         ${misc:Depends},
	 packagekit (= ${binary:Version}),
	 firefox-3.0 | www-browser
Description: software installation plugin
 PackageKit allows to perform simple software management tasks over a DBus 
 interface: refreshing the cache, updating, installing and removing software
 packages. This software is still in an early development stage and should
 be considered experimental.
 .
 This package provides a browser plugin.

Package: packagekit-dev
Architecture: any
Depends: ${shlibs:Depends}, 
         ${misc:Depends},
	 packagekit (= ${binary:Version})
Description: provides a software installation daemon
 PackageKit allows to perform simple software management tasks over a DBus 
 interface: refreshing the cache, updating, installing and removing software
 packages. This software is still in an early development stage and should
 be considered experimental.
 .
 This package provides the header files and documentation.