~packagekit/packagekit/ubuntu-maverick

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
Source: packagekit
Section: admin
Priority: extra
Maintainer: Sebastian Heinlein <glatzor@ubuntu.com>
Build-Depends: debhelper (>= 5), 
	       cdbs,
	       libpam0g-dev, 
	       xmlto, 
	       libglib2.0-dev, 
	       libdbus-glib-1-dev,
	       libnm-glib-dev,
	       libpolkit-dev (>=0.5),
	       libpolkit-grant-dev (>=0.5),
	       libpolkit-dbus-dev (>=0.5),
	       policykit (>=0.5),
	       libapt-pkg-dev,
	       autotools-dev,
	       libsqlite3-dev,
	       docbook-utils,
	       python-all-dev,
	       python-central (>= 0.5)
Standards-Version: 3.7.2
XS-Python-Version: current
Homepage: http://www.packagekit.org
XS-Vcs-Git: git://anongit.freedesktop.org/git/packagekit
XS-Vcs-Browser: http://gitweb.freedesktop.org/?p=packagekit.git;a=summary

Package: packagekit
Architecture: any
Depends: ${shlibs:Depends}, 
         ${misc:Depends}, 
	  ${python:Depends},
	 dbus
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 cash, updating, installing and removing software
 packages. This software is still in an early development stage and should
 be considered experimental.

Package: packagekit-dev
Architecture: all
Depends: ${shlibs:Depends}, 
         ${misc:Depends},
	 packagekit (= ${Source-Version})
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. This software is still in an early development stage and should
 be considered experimental.
 .
 This package provides the header files.