Change logs for packagekit source package in Precise

  • packagekit (0.7.2-4ubuntu3) precise; urgency=low
    
      * No-change rebuild against libarchive12.
     -- Martin Pitt <email address hidden>   Fri, 16 Mar 2012 11:03:52 +0100
  • packagekit (0.7.2-4ubuntu2) precise; urgency=low
    
      * debian/control: Drop unused python-gobject dependency.
     -- Martin Pitt <email address hidden>   Tue, 13 Mar 2012 19:33:41 +0100
  • packagekit (0.7.2-4ubuntu1) precise; urgency=low
    
      * Have the libraries recommend python-aptdaemon.pkcompat over packagekit
        as we want the former in main and the latter in universe; This should
        allow us to demote gdebi
        - update debian/control
     -- Micah Gersten <email address hidden>   Thu, 01 Mar 2012 14:29:59 -0600
  • packagekit (0.7.2-4) unstable; urgency=low
    
    
      * Don't ship transactions.db with PK package (Closes: #657831)
      * Add APTd PackageKit compat layer as alternative to the original daemon
      * Add Python APT backend again
      * Add language-support what-provides type
      * Don't crash if D-Bus is not available
    
     -- Matthias Klumpp <email address hidden>  Wed, 15 Feb 2012 16:12:10 +0100
  • packagekit (0.7.2-2ubuntu3) precise; urgency=low
    
      * debian/control: Drop daemon recommends from library. It doesn't belong
        there, and pulls in packagekit into the default install.
      * Drop 00git_apt_fixes.patch. The apt backend is not currently
        built/shipped, so we don't need this for now.
     -- Martin Pitt <email address hidden>   Wed, 15 Feb 2012 08:51:49 +0100
  • packagekit (0.7.2-2ubuntu2) precise; urgency=low
    
      * debian/control:
        - add or-recommends to python-aptdaemon.pkcompat as it provides
          a (sub)set of the PK commands
     -- Michael Vogt <email address hidden>   Mon, 13 Feb 2012 16:35:39 +0100
  • packagekit (0.7.2-2ubuntu1) precise; urgency=low
    
      * Add 00git_add_provides_language_support.patch: Add LANGUAGE_SUPPORT
        what-provides type. Patch taken from upstream git head. We need this now
        so that we can get the new enum into python-packagekit, and implement it
        in aptdaemon.
      * Add debian/patches/00git_apt_fixes.patch: Fix crash in WhatProvides(), and
        implement support for types ANY and MODALIAS. Backported from upstream git
        head.
     -- Martin Pitt <email address hidden>   Mon, 30 Jan 2012 11:04:43 +0100
  • packagekit (0.7.2-2) unstable; urgency=low
    
    
      * Solve override disparity for GIR
      * Disable InstallFiles() in aptcc again, function isn't ready yet
      * Compile with --as-needed again
      * Make libs recommend installation of the PackageKit daemon
      * Fix segfault if there are no cached properties (Closes: #656376)
      * Make GStreamer- and browser plugin suggest a PK frontend
    
     -- Matthias Klumpp <email address hidden>  Thu, 19 Jan 2012 11:51:41 +0100
  • packagekit (0.7.2-1) unstable; urgency=low
    
    
      * New upstream release: 0.7.2
        Highlights of this release (for Debian):
        - glib: Convert libpackagekit-glib2 from dbus-glib to GDBus
           (Richard Hughes)
        - apt: Reintroduce apt backend (Sebastian Heinlein)
        - aptcc: Add Multi-Arch support (Daniel Nicoletti)
        - aptcc: Fix crash on get-categories, backend does not support that
           (Matthias Klumpp)
        - aptcc: Support for InstallPackageFiles by using gdebi
           (Daniel Nicoletti) (Closes: #606131)
        - aptcc: Basic conffile support (Closes: #606025)
        - Add a new repair-system policy and use it by the corresponding
           RepairSystem method (Sebastian Heinlein)
        - Add a transaction_reset backend hook (Richard Hughes)
        - Add new roles SimulateRepairSystem and RepairSystem
           (Sebastian Heinlein)
        - Add possibility to connect/disconnect backend signals (Matthias Klumpp)
        - Add PropertiesChanged signals to the main and transaction
           interfaces (Richard Hughes)
        - Allow the Plasma version to be specified for
           PK_PROVIDES_ENUM_PLASMA_SERVICE (Kevin Kofler)
        - browser-plugin: Make it compile with newest xulrunner
           (Matthias Klumpp)
        - Fix a critical warning in the client tools when a simulation
           is cancelled (Richard Hughes)
        - Fix item-percentage call in the spawned backend (Sebastian Heinlein)
        - gtk-plugin: Fix name of GTK plugin schema file
           (Matthias Klumpp) (Closes: #649377)
        - Make PkProc part of the daemon (Matthias Klumpp) (LP: #898891)
        - Remove deprecated g_thread_init() on GLib < 2.31 (Per Øyvind Karlsen)
        - Set the frontend socket as environment variable in the
           spawned backend (Sebastian Heinlein)
      * Fix typo in package description (Closes: #655443)
      * Make backends depend on Python again
      * Remove patch 01_new_xulrunner: Applied upstream
    
     -- Matthias Klumpp <email address hidden>  Tue, 17 Jan 2012 19:02:38 +0100
  • packagekit (0.7.1-2) unstable; urgency=low
    
      * Remove /var/lib/PackageKit on purge (Closes: #648455)
      * Make aptcc backend recommend PackageKit daemon
      * Make xulrunner dependency stronger (Closes: #649604)
      * Allow DM upload
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 12:01:08 +0000
  • 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
  • packagekit (0.6.18-1) unstable; urgency=low
    
      * New upstream release: 0.6.18
        - glib: Fix a small memory leak (Garrett Regier)
        - qt: Do not dist the moc files (Richard Hughes)
        - aptcc: Fix the size by emitting installed and download size
            (DanielNicoletti)
        - Fix the browser-plugin build with GTK+ < 2.24 (Frederic Crozat)
        - Make the lsof plugin not lookup hostnames (Richard Hughes)
        - Remove the duplicate 'The software is not from a trusted source'
           (Richard Hughes)
      * Removed patches which have been applied upstream
      * Fix segfault with >= GLib 2.29
      * Remove old, unnecessary *.moc files
    
    packagekit (0.6.17-1) unstable; urgency=low
    
      * New upstream release: 0.6.17
         - Actually use the value from /etc/login.defs (Richard Hughes)
         - Ignore local packages when calculating the simulate list
            (Richard Hughes)
         - Ignore untrusted packages when calculating the simulate list
            (Richard Hughes)
         - Add an untrusted section header when using console applications
            (Richard Hughes)
      * aptcc: Fix crash when long description blow char buffer,
         remove some mem leaks too
      * aptcc: Fix the size of the packages by emitting installedSize
         when installed and download size when available.
    
    packagekit (0.6.16-1) unstable; urgency=low
    
      * New upstream release: 0.6.16
         - glib: Added element-type annotations for each function returning a
            GPtrArray (Alex Eftimie)
         - glib: Ensure packages from the progress handler have the package_id
            assigned (Richard Hughes)
         - aptcc: Better put last fix in pk_backend_initialize
            (Daniel Nicoletti)
         - aptcc: Fix bug that resolved packages were emited as installed when
            updates (Daniel Nicoletti)
         - aptcc: Fix getDetails to actually use the resolved version,
            deb#606135 (Daniel Nicoletti)
         - aptcc: Initial support to conffile handling (Daniel Nicoletti)
         - aptcc: Set env var to disable apt-listbugs closes deb#628835
            (Daniel Nicoletti)
         - Support looking up Plasma services (Kevin Kofler)
         - Do not hardcode G_DISABLE_DEPRECATED as it breaks with GTK+-2 and
            GLib (Richard Hughes)
         - Do not hardcode the UID_MIN as 500. Fixes rh#717110
            (Richard Hughes)
         - Do not try to parse any arguments in command-not-found
            (Richard Hughes)
         - Ensure we save the updates cache for the pre-transaction checks
            (Richard Hughes)
         - Fix a build error in the browser plugin when using old versions of
            gdk (Richard Hughes)
      * Remove patches which were applied upstream
      * Drop dependency on dh_autoreconf
      * Update my mailadress
     -- Matthias Klumpp <email address hidden>   Wed,  14 Sep 2011 13:04:18 +0000