~packagekit/packagekit/ubuntu-maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Sebastian Heinlein
  • Date: 2008-03-11 09:16:43 UTC
  • Revision ID: sebi@glatzor.de-20080311091643-nh38nhb1020d4nxy
* Follow forked-dbus-backend branch
* Switch to the apt2 backend
* New dependency on apt-xapian-index
* New build dependeny on intltool
* Run the packagekitd as packagekit user
* Improve description (thanks to Guus Sliepen)
* Add a patch to allow the root backend user to own the dbus object

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
               python-apt,
22
22
               docbook-utils,
23
23
               gtk-doc-tools,
24
 
               xmlto
 
24
               xmlto,
 
25
               intltool
25
26
Standards-Version: 3.7.2
26
27
XS-Python-Version: current
27
28
Homepage: http://www.packagekit.org
32
33
Architecture: any
33
34
Depends: ${shlibs:Depends}, 
34
35
         ${misc:Depends}, 
35
 
          ${python:Depends},
 
36
         ${python:Depends},
36
37
         python-apt,
37
 
         dbus
 
38
         apt-xapian-index (>= 0.6),
 
39
         dbus,
 
40
         python-dbus,
 
41
         python-gobject
38
42
XB-Python-Version: ${python:Versions}
39
 
Description: provides a software installation daemon
40
 
 PackageKit allows to perform simple software management tasks over a DBus 
41
 
 interface: refreshing the cash, updating, installing and removing software
42
 
 packages. This software is still in an early development stage and should
 
43
Description: distribution neutral software package manager
 
44
 PackageKit provides a distribution neutral interface to manage
 
45
 software packages. It provides a daemon that refreshes the package
 
46
 cache, updates, installs and removes packages independent of the user
 
47
 interface.
 
48
 .
 
49
 By default, PackageKit uses PolicyKit to provide fine-grained access
 
50
 control.
 
51
 .
 
52
 This piece of software is still in an early development stage and should
43
53
 be considered experimental.
44
54
 
45
55
Package: packagekit-dev
47
57
Depends: ${shlibs:Depends}, 
48
58
         ${misc:Depends},
49
59
         packagekit (= ${Source-Version})
50
 
         libsqlite3-dev,
51
 
         libglib2.0-dev,
52
 
         libdbus-glib-1-dev,
53
 
         libnm-glib-dev
54
 
Description: provides a software installation daemon
55
 
 PackageKit allows to perform simple software management tasks over a DBus 
56
 
 interface: refreshing the cash, updating, installing and removing software
57
 
 packages. This software is still in an early development stage and should
58
 
 be considered experimental.
 
60
Description: development files for PackageKit
 
61
 PackageKit provides a distribution neutral interface to manage
 
62
 software packages. It provides a daemon that refreshes the package
 
63
 cache, updates, installs and removes packages independent of the user
 
64
 interface.
 
65
 .
 
66
 By default, PackageKit uses PolicyKit to provide fine-grained access
 
67
 control.
59
68
 .
60
69
 This package provides the header files.
61
70
 
62
71
Package: packagekit-doc
63
72
Architecture: all
 
73
Depends: ${shlibs:Depends}, 
 
74
         ${misc:Depends}
64
75
Suggests: devhelp
65
 
Description: provides a software installation daemon
66
 
 PackageKit allows to perform simple software management tasks over a DBus 
67
 
 interface: refreshing the cash, updating, installing and removing software
68
 
 packages. This software is still in an early development stage and should
69
 
 be considered experimental.
 
76
Description: documentation for PackageKit
 
77
 PackageKit provides a distribution neutral interface to manage
 
78
 software packages. It provides a daemon that refreshes the package
 
79
 cache, updates, installs and removes packages independent of the user
 
80
 interface.
 
81
 .
 
82
 By default, PackageKit uses PolicyKit to provide fine-grained access
 
83
 control.
70
84
 .
71
85
 This package provides the api documentation.