packagekit 0.7.1-1 source package in Ubuntu

Changelog

packagekit (0.7.1-1) unstable; urgency=low

  * New upstream release: 0.7.1
    - qt2: Remove old Find* macro
       (Matthias Klumpp) (Closes: #635981)
    - qt: Drop packagekit-qt1 which is obsolete in favor of
       packagekit-qt2 (Daniel Nicoletti)
    - aptcc: Don't wrap sys.stdout with codecs.getwriter(...)
       (Nils Philippsen)
    - python: Add initial Python3 compatibility (keeping Python2.7
       support) (Fabio Erculiani)
    - python: Implement and use utf8 stream writer for stdout, stderr
       (Nils Philippsen)
    - python: Require at least Python 2.7 (Fabio Erculiani)
    - python: Update exception code syntax, make it work with both
       Python2 and Python3 (Fabio Erculiani)
    - python: Use print() as function (Fabio Erculiani)
    - smart: Implement the simulate methods (Anders F Bjorklund)
    - smart: Make sure that data=installed is honored
       (Anders F Bjorklund)
    - smart: Remove the vfuncs table (Anders F Bjorklund)
    - Add command line option to keep environment (Nils Philippsen)
    - Add introspection support for PK-Plugins (Matthias Klumpp)
    - Add possibility for backends/plugins to skip transactions
       (Matthias Klumpp)
    - Add 'uid' and 'cmdline' properties to PkBackend (Richard Hughes)
    - Use the new g_thread_new() for new versions of GLib (Richard Hughes)
    - Check if a transaction should be skipped after it has started too
       (Matthias Klumpp)
    - Don't use the deprecated g_thread_supported() in the dameon code
       (Richard Hughes)
    - Fix the role of the EULA transaction (Daniel Nicoletti)
    - Make PK compile on GNU Hurd (Matthias Klumpp)
    - Move the gtk-module extra files to the PK tarball
       (Richard Hughes) (Closes: #642910)
    - Offset the cache age by 30 minutes (Richard Hughes)
    - plugin: Add a few GIR annotations (Matthias Klumpp)
    - Remove the implemented checks for the simulate methods
       (Richard Hughes)
    - Require exactly 'y<enter>' or 'yes<enter>' before running a
       transaction (Richard Hughes)
    - Use the newest filter when resolving for new packages to install
       (Richard Hughes)
  * 01_new-xulrunner.patch: Fix FTBFS of browser-plugin with new Xulrunner
  * 01_aptcc_fix-long-desc.patch: Applied upstream
  * 02_gnuhurd-comp.patch: Applied upstream
  * 03_smart-vfuncs.patch: Applied upstream
  * 99_ltmain-as-needed.patch: Dropped, needs further thinking

packagekit (0.7.0-1) unstable; urgency=low

  * New upstream release: 0.7.0
    - This is the first release of the unstable 0.7.x series.
    - This code removes a lot of deprecated code and compatibility shims
       compared to the previous branch.
    - Highlights of this release is the new transaction plugin interface
       that allows external projects to add modules for interfacing with
       PackageKit. This allows projects such as Listaller to interface with
       PackageKit to install self contained software blobs.
       See http://listaller.tenstral.net/ for more information.
    - The daemon code is now using GDBus rather than dbus-glib, but the
       libpackagekit-glib library is still using the latter. It'll be
       converted hopefully in time for 0.7.1.
    - The changelog of this release is very long. You can look at the
      NEWS file in the release tarball if you want more information.
  * Remove the old apt backend, please use aptcc instead (which works
     much better)
  * Fix FTBFS on hurd-i386 (Closes: #645553)
  * Fix Python package dependencies
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  27 Nov 2011 16:12:36 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Matthias Klumpp
Architectures:
any all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
packagekit_0.7.1.orig.tar.gz 9.0 MiB c21e1485ea3f1c1befe032bc84b2d77bad26b5eae45ca06c4289581f2174c536
packagekit_0.7.1-1.debian.tar.gz 13.8 KiB 0b8daca1d48e8df40d74ef752ecc84ccf83e4d808b0293c5a3c1625bd9f3852e
packagekit_0.7.1-1.dsc 2.8 KiB c312a95faf2dd970dfcbc89d2f43a3199c65ef52c0beed5c126a9488c4b3a255

Available diffs

View changes file

Binary packages built by this source

browser-plugin-packagekit: Plugin to install missing plugins using PackageKit

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides a browser plugin.

gir1.2-packagekitglib-1.0: GObject introspection data for the PackageKit GLib library

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package contains introspection data for the PackageKit
 GLib interface library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.

gstreamer0.10-packagekit: GStreamer plugin to install codecs using PackageKit

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides a plugin for the GStreamer multimedia framework
 to search and to install audio and video codecs.

libpackagekit-glib2-14: Library for accessing PackageKit using GLib

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides an advanced library to access PackageKit using GLib.
 It makes use of only async D-Bus calls and provides high level tasks which
 peform the "transaction dance".

libpackagekit-glib2-dev: Library for accessing PackageKit using GLib (development files)

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides an advanced library to access PackageKit using GLib.
 It makes use of only async D-Bus calls and provides high level tasks which
 peform the "transaction dance".
 .
 This package provides the header files and documentation for the advanced
 PackageKit library based on GLib. It makes use of only async D-Bus calls
 and provides high level tasks which peform the "transaction dance".

libpackagekit-qt2-2: Library for accessing PackageKit using Qt4

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides a library to access PackageKit using Qt.

libpackagekit-qt2-dev: Library for accessing PackageKit using Qt4 (development files)

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides the header files for Qt.

packagekit: Provides a package management service

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 The work is done by backends which make use of the package manager shipped by
 the corresponding distribution. PackageKit is not meant to replace
 advanced tools like Synaptic.
 .
 The main benefits are:
  - unified interface on several distributions
  - fine grained privileges by using PolicyKit
  - independency from a running desktop session during the processing

packagekit-backend-aptcc: APT backend for PackageKit

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package allows using APT over a C++-based PackageKit backend to
 target systems with low memory.
 APT is the default package management tool of Debian and Ubuntu.

packagekit-backend-smart: Smart backend for PackageKit

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package allows using the smart package manager.

packagekit-bash-completion: Offer to install missing programs automatically

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 A simple helper that offers to install missing packages on the command line
 using PackageKit.

packagekit-dbg: Debugging symbols for PackageKit

 This package includes debugging symbols for PackageKit
 libraries, backends and command-line tools.
 PackageKit is a package management abstraction layer which
 allows performing simple software management tasks over a DBus
 interface
 .
 Most people will not need this package.

packagekit-docs: Documentation for PackageKit

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides documentation for PackageKit.

packagekit-gtk3-module: Install fonts automatically using PackageKit

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g. refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 The PackageKit GTK+ module allows any Pango application to install
 fonts from configured repositories using PackageKit.

python-packagekit: PackageKit Python bindings

 PackageKit allows performing simple software management tasks over a DBus
 interface e.g refreshing the cache, updating, installing and removing
 software packages or searching for multimedia codecs and file handlers.
 .
 This package provides Python bindings for PackageKit