Source: sessioninstaller
Section: gnome
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Julian Andres Klode <jak@debian.org>
Build-Depends: debhelper (>= 7.3),
               python (>= 2.6.6-3~),
               python-setuptools,
               python-distutils-extra
Standards-Version: 3.9.2
X-Python-Version: >= 2.5
Homepage: http://launchpad.net/sessioninstaller
Vcs-Bzr: lp:~aptdaemon-developers/sessioninstaller/ubuntu-precise
Vcs-Browser: http://bazaar.launchpad.net/~aptdaemon-developers/sessioninstaller/ubuntu-precise

Package: sessioninstaller
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         aptdaemon (>=0.30),
         python-aptdaemon.gtk3widgets,
         python-defer,
         python-gst0.10,
         python-xapian,
         python-gi,
         gir1.2-gtk-3.0,
Conflicts: packagekit-gnome, gnome-codec-install
Replaces: gnome-codec-install
Provides: gnome-codec-install
Description: APT based installer using PackageKit's session DBus API
 Sessioninstaller allows applications to easily install additional software 
 (e.g. extensions or GStreamer codecs), uninstall files and perform simple
 software status queries by implementing the distribution neutral
 D-Bus session interface of PackageKit.
 .
 The whole process including confirmation, error reporting and progress
 and notification is handled by sessioninstaller.
 .
 The reference implementation of the D-Bus interface can be found in 
 gnome-packagekit. It was also adpoted by KPackageKit.
 .
 In contrast to gnome-packagekit and KPackageKit it doesn't use the PackageKit
 daemon for querying and installation, but instead makes use of APT and 
 aptdaemon (alternatively synaptic can be used).

