~ubuntu-branches/ubuntu/quantal/sessioninstaller/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-05-27 10:03:53 UTC
  • Revision ID: james.westby@ubuntu.com-20100527100353-c8l5e46o2umkpcrw
Tags: 0.10+bzr104-0ubuntu1
* new bzr snapshot:
  - support mime-type install
  - support icons/applications

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: sessioninstaller
 
2
Section: gnome
 
3
Priority: extra
 
4
Maintainer: Sebastian Heinlein <glatzor@ubuntu.com>
 
5
Build-Depends: debhelper (>= 7.3),
 
6
               python,
 
7
               python-central,
 
8
               python-setuptools,
 
9
               python-distutils-extra
 
10
Standards-Version: 3.8.4
 
11
XS-Python-Version: >= 2.5
 
12
Homepage: http://launchpad.net/sessioninstaller
 
13
XS-Vcs-Bzr: lp:~aptdaemon-developers/sessioninstaller/ubuntu-maverick
 
14
XS-Vcs-Browser: http://bazaar.launchpad.net/~aptdaemon-developers/sessioninstaller/ubuntu-maverick/files
 
15
 
 
16
Package: sessioninstaller
 
17
Architecture: all
 
18
Depends: ${shlibs:Depends},
 
19
         ${misc:Depends},
 
20
         ${python:Depends},
 
21
         aptdaemon (>=0.30),
 
22
         python-aptdaemon-gtk (>=0.30),
 
23
         python-gst0.10
 
24
Conflicts: packagekit-gnome
 
25
XB-Python-Version: ${python:Versions}
 
26
Description: APT based installer using PackgeKit's session DBus API
 
27
 Sessioninstaller allows applications to easily install additional software 
 
28
 (e.g. extensions or GSreamer codecs), uninstall files and perform simple
 
29
 software status queries by implementing the distribution neutral
 
30
 D-Bus session interface of PackageKit.
 
31
 .
 
32
 The whole process including confirmation, error reporting and progress
 
33
 and notification is handled by sessioninstaller.
 
34
 .
 
35
 The reference implementation of the D-Bus interface can be found in 
 
36
 gnome-packagekit. It was also adpoted by KPackageKit.
 
37
 .
 
38
 In contrast to gnome-packagekit and KPackageKit it doesn't use the PackageKit
 
39
 daemon for querying and installation, but instead makes use of APT and 
 
40
 aptdaemon (alternatively synaptic can be used).
 
41