[ubuntu/quantal] packagekit 0.7.4-2ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Wed May 2 12:25:30 UTC 2012


packagekit (0.7.4-2ubuntu1) quantal; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/control: Have the libraries recommend python-aptdaemon.pkcompat
      over packagekit as we don't want the latter to be installed by default.

packagekit (0.7.4-2) unstable; urgency=low

  * Fixed qt2 library soname
  * Don't install GIR into multiarch path (Closes: #670374)
  * Updated packagekit-python description

packagekit (0.7.4-1) unstable; urgency=low

  * New upstream release: 0.7.4
    This is the ultimate-aptcc release, fixing nearly all known bugs!
    PK changes relevant to Debian:
     - packagekit-glib2: Add GType's for packagekit-glib2 enumerations
        (Stef Walter)
     - packagekit-qt2: Add simulateRepairSystem and repairSystem(bool) to
        the Transaction API (Daniel Nicoletti)
     - python: Speed up get_package_list (Tomáš Trnka)
     - apt: apt.cache.Cache() now reuses the dpkg of the chroot
        (Sebastian Heinlein)
     - apt: Fix modalias search on non-multi-arch systems
        (Sebastian Heinlein)
     - apt: Replace use of depracted python-apt 0.7.x API
        (Sebastian Heinlein)
     - aptcc: Add a new class to show cache opening progress
        (Daniel Nicoletti)
     - aptcc: Add AptCacheFile to handle all pkg cache openings
        (Daniel Nicoletti)
     - aptcc: Add SimulateRepairSystem and RepairSystem methods
        (Daniel Nicoletti) (LP: #496290)
     - aptcc: Avoid crashing when error messages containing invalid utf8
        is sent (Daniel Nicoletti)
     - aptcc: Change the way we mark auto-installed packages
        (Daniel Nicoletti)
     - aptcc: Correctly emit if a repo is enabled (Matthias Klumpp)
     - aptcc: Don't emit error if repo is empty (Matthias Klumpp)
     - aptcc: Emit newly-installed local package information (Matthias Klumpp)
     - aptcc: Emit packages that are untrusted with the
        PK_INFO_ENUM_UNTRUSTED enum (Daniel Nicoletti)
     - aptcc: Emit UnfinishedTransaction when we were not able to fix the
        cache (Daniel Nicoletti)
     - aptcc: Fix a multiarch bug that failed to resolve packages
        (Daniel Nicoletti)
     - aptcc: Fix crash when a package for an invalid version
        (Daniel Nicoletti)
     - aptcc: Fix resolving of gdebi packages when they have :arch field
        (Daniel Nicoletti)
     - aptcc: Implement support for InstallFiles()
        (Matthias Klumpp) (Closes: #606131)
     - aptcc: Implement SUPPORTED support (Matthias Klumpp)
     - aptcc: Improve the autoremove code (Daniel Nicoletti)
     - aptcc: Mark dependencies of a file-installation as automatic
        (Matthias Klumpp)
     - aptcc: Move ShowBroken to AptCacheFile, and added CheckDeps from
        apt-get (Daniel Nicoletti)
     - aptcc: Refactored to use AptCacheFile (Daniel Nicoletti)
     - aptcc: Reident the code and re-enforce KDElibs coding style
        (Daniel Nicoletti)
     - aptcc: Remove a code duplication and emit proper RestartRequired
       signal (Daniel Nicoletti)
     - aptcc: Reorganise parts of AptCC to make the code more readable
        (Matthias Klumpp)
     - aptcc: Separate the try install/remove functions (Daniel Nicoletti)
     - aptcc: Simplify code for checking trusted packages (Matthias Klumpp)
     - aptcc: Update license headers & fix some more indentation and typos
        (Matthias Klumpp)
     - aptcc: Use _exit() to quit the child process as synaptic does
        (Daniel Nicoletti)
     - aptcc: When on multiarch some packages that should have the :arch
       appended to the installed list files (Daniel Nicoletti)
     - Deprecate Message(untrusted-package) from the API (Richard Hughes)
     - Install pk-task-sync.h as part of the public API (Stef Walter)
     - Add full integration so that UI can know when to repair the system
        (Daniel Nicoletti)
     - Do not allow an empty resolve call to be passed down to the
        backends (Richard Hughes)
     - Do not include the website in the tarball (Richard Hughes)
  * Don't ship PackageKit bash-completion: Apt can do this already
  * Ship PackageKit tools in separate package
  * Drop all patches: Applied upstream
  * Refresh remaining patches (for policy & default settings)

packagekit (0.7.3-3) unstable; urgency=low

  * Drop dependency on python-gobject (Closes: #663742)
  * Update links to Debian wiki
  * Allow upgrading Firefox/Iceweasel while running (LP: #958609)
  * Don't suggest aptd as alternative to PK
  * Switch to compat-level 9
  * Make library packages multiarch-compatible
  * Don't ship PackageKit website

packagekit (0.7.3-2) unstable; urgency=low

  * Drop dependency on update-manager-core: Not required
  * aptcc: Fix crash if we got a package with an invalid version
  * aptcc: Fix a multiarch bug which prevented resolving packages

packagekit (0.7.3-1) unstable; urgency=low

  * New upstream release: 0.7.3
    Debian-relevant highlights of this release:
     - glib: Fix transfer annotation of pk_results_get_package_sack()
        (Vincent Untz)
     - glib: Fix transfer annotations for GPtrArray returns (Martin Pitt)
     - glib: Do not send progress updates for non-verb packages
        (Richard Hughes)
     - apt: Add support for plugins, call them for what-provides
        (Martin Pitt)
     - apt: Add test case for what-provides CODEC (Martin Pitt)
     - apt: Add test cases for what-provides ANY and unsupported types
        (Martin Pitt)
     - apt: Add test for what-provides MODALIAS (Martin Pitt)
     - apt: Do not fail on missing /var/lib/PackageKit/mime-map.gdbm
        (Martin Pitt)
     - apt: Fix error code for what-provides CODEC (Martin Pitt)
     - apt: Implement support for what-provides ANY (Martin Pitt)
     - apt: Implement support for what-provides MODALIAS (Martin Pitt)
     - apt: what_provides() search argument is a list, not a string
        (Martin Pitt)
     - aptcc: Disable InstallFiles() again (Matthias Klumpp)
     - aptcc: Don't hang on long transactions (Matthias Klumpp)
     - aptcc: Fix crash when simulating local package install
        (Matthias Klumpp)
     - Add LANGUAGE_SUPPORT what-provides type (Martin Pitt)
     - Don't crash when the system bus isn't available, just abort with an
       error (Richard Hughes)
     - Fix a critical warning when starting gnome-settings-daemon
        (Matthias Clasen)
     - Imply the install trusted polkit auth when we get the remove auth
        (Richard Hughes)
     - Imply the install trusted polkit auth when we get the untrusted
       auth (Richard Hughes)
  * Bump standards version to 3.9.3
  * Only suggest gdebi, it's not a requirement
  * Drop patches: Everything is applied upstream now
  * Disable as-needed patch again, no ltmain is shipped
  * Refreshed vendor patches

Date: Wed, 02 May 2012 14:18:15 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/packagekit/0.7.4-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 02 May 2012 14:18:15 +0200
Source: packagekit
Binary: packagekit packagekit-tools packagekit-docs libpackagekit-glib2-14 libpackagekit-glib2-dev gir1.2-packagekitglib-1.0 libpackagekit-qt2-2 libpackagekit-qt2-dev packagekit-gtk3-module gstreamer0.10-packagekit browser-plugin-packagekit python-packagekit packagekit-backend-aptcc packagekit-backend-apt packagekit-backend-smart packagekit-dbg
Architecture: source
Version: 0.7.4-2ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 browser-plugin-packagekit - Plugin to install missing plugins using PackageKit
 gir1.2-packagekitglib-1.0 - GObject introspection data for the PackageKit GLib library
 gstreamer0.10-packagekit - GStreamer plugin to install codecs using PackageKit
 libpackagekit-glib2-14 - Library for accessing PackageKit using GLib
 libpackagekit-glib2-dev - Library for accessing PackageKit using GLib (development files)
 libpackagekit-qt2-2 - Library for accessing PackageKit using Qt4
 libpackagekit-qt2-dev - Library for accessing PackageKit using Qt4 (development files)
 packagekit - Provides a package management service
 packagekit-backend-apt - Python APT backend for PackageKit
 packagekit-backend-aptcc - APT backend for PackageKit
 packagekit-backend-smart - Smart backend for PackageKit
 packagekit-dbg - Debugging symbols for PackageKit
 packagekit-docs - Documentation for PackageKit
 packagekit-gtk3-module - Install fonts automatically using PackageKit
 packagekit-tools - Provides PackageKit command-line tools
 python-packagekit - PackageKit backend Python bindings
Closes: 606131 663742 670374
Launchpad-Bugs-Fixed: 496290 958609
Changes: 
 packagekit (0.7.4-2ubuntu1) quantal; urgency=low
 .
   * Merge from Debian unstable. Remaining Ubuntu changes:
     - debian/control: Have the libraries recommend python-aptdaemon.pkcompat
       over packagekit as we don't want the latter to be installed by default.
 .
 packagekit (0.7.4-2) unstable; urgency=low
 .
   * Fixed qt2 library soname
   * Don't install GIR into multiarch path (Closes: #670374)
   * Updated packagekit-python description
 .
 packagekit (0.7.4-1) unstable; urgency=low
 .
   * New upstream release: 0.7.4
     This is the ultimate-aptcc release, fixing nearly all known bugs!
     PK changes relevant to Debian:
      - packagekit-glib2: Add GType's for packagekit-glib2 enumerations
         (Stef Walter)
      - packagekit-qt2: Add simulateRepairSystem and repairSystem(bool) to
         the Transaction API (Daniel Nicoletti)
      - python: Speed up get_package_list (Tomáš Trnka)
      - apt: apt.cache.Cache() now reuses the dpkg of the chroot
         (Sebastian Heinlein)
      - apt: Fix modalias search on non-multi-arch systems
         (Sebastian Heinlein)
      - apt: Replace use of depracted python-apt 0.7.x API
         (Sebastian Heinlein)
      - aptcc: Add a new class to show cache opening progress
         (Daniel Nicoletti)
      - aptcc: Add AptCacheFile to handle all pkg cache openings
         (Daniel Nicoletti)
      - aptcc: Add SimulateRepairSystem and RepairSystem methods
         (Daniel Nicoletti) (LP: #496290)
      - aptcc: Avoid crashing when error messages containing invalid utf8
         is sent (Daniel Nicoletti)
      - aptcc: Change the way we mark auto-installed packages
         (Daniel Nicoletti)
      - aptcc: Correctly emit if a repo is enabled (Matthias Klumpp)
      - aptcc: Don't emit error if repo is empty (Matthias Klumpp)
      - aptcc: Emit newly-installed local package information (Matthias Klumpp)
      - aptcc: Emit packages that are untrusted with the
         PK_INFO_ENUM_UNTRUSTED enum (Daniel Nicoletti)
      - aptcc: Emit UnfinishedTransaction when we were not able to fix the
         cache (Daniel Nicoletti)
      - aptcc: Fix a multiarch bug that failed to resolve packages
         (Daniel Nicoletti)
      - aptcc: Fix crash when a package for an invalid version
         (Daniel Nicoletti)
      - aptcc: Fix resolving of gdebi packages when they have :arch field
         (Daniel Nicoletti)
      - aptcc: Implement support for InstallFiles()
         (Matthias Klumpp) (Closes: #606131)
      - aptcc: Implement SUPPORTED support (Matthias Klumpp)
      - aptcc: Improve the autoremove code (Daniel Nicoletti)
      - aptcc: Mark dependencies of a file-installation as automatic
         (Matthias Klumpp)
      - aptcc: Move ShowBroken to AptCacheFile, and added CheckDeps from
         apt-get (Daniel Nicoletti)
      - aptcc: Refactored to use AptCacheFile (Daniel Nicoletti)
      - aptcc: Reident the code and re-enforce KDElibs coding style
         (Daniel Nicoletti)
      - aptcc: Remove a code duplication and emit proper RestartRequired
        signal (Daniel Nicoletti)
      - aptcc: Reorganise parts of AptCC to make the code more readable
         (Matthias Klumpp)
      - aptcc: Separate the try install/remove functions (Daniel Nicoletti)
      - aptcc: Simplify code for checking trusted packages (Matthias Klumpp)
      - aptcc: Update license headers & fix some more indentation and typos
         (Matthias Klumpp)
      - aptcc: Use _exit() to quit the child process as synaptic does
         (Daniel Nicoletti)
      - aptcc: When on multiarch some packages that should have the :arch
        appended to the installed list files (Daniel Nicoletti)
      - Deprecate Message(untrusted-package) from the API (Richard Hughes)
      - Install pk-task-sync.h as part of the public API (Stef Walter)
      - Add full integration so that UI can know when to repair the system
         (Daniel Nicoletti)
      - Do not allow an empty resolve call to be passed down to the
         backends (Richard Hughes)
      - Do not include the website in the tarball (Richard Hughes)
   * Don't ship PackageKit bash-completion: Apt can do this already
   * Ship PackageKit tools in separate package
   * Drop all patches: Applied upstream
   * Refresh remaining patches (for policy & default settings)
 .
 packagekit (0.7.3-3) unstable; urgency=low
 .
   * Drop dependency on python-gobject (Closes: #663742)
   * Update links to Debian wiki
   * Allow upgrading Firefox/Iceweasel while running (LP: #958609)
   * Don't suggest aptd as alternative to PK
   * Switch to compat-level 9
   * Make library packages multiarch-compatible
   * Don't ship PackageKit website
 .
 packagekit (0.7.3-2) unstable; urgency=low
 .
   * Drop dependency on update-manager-core: Not required
   * aptcc: Fix crash if we got a package with an invalid version
   * aptcc: Fix a multiarch bug which prevented resolving packages
 .
 packagekit (0.7.3-1) unstable; urgency=low
 .
   * New upstream release: 0.7.3
     Debian-relevant highlights of this release:
      - glib: Fix transfer annotation of pk_results_get_package_sack()
         (Vincent Untz)
      - glib: Fix transfer annotations for GPtrArray returns (Martin Pitt)
      - glib: Do not send progress updates for non-verb packages
         (Richard Hughes)
      - apt: Add support for plugins, call them for what-provides
         (Martin Pitt)
      - apt: Add test case for what-provides CODEC (Martin Pitt)
      - apt: Add test cases for what-provides ANY and unsupported types
         (Martin Pitt)
      - apt: Add test for what-provides MODALIAS (Martin Pitt)
      - apt: Do not fail on missing /var/lib/PackageKit/mime-map.gdbm
         (Martin Pitt)
      - apt: Fix error code for what-provides CODEC (Martin Pitt)
      - apt: Implement support for what-provides ANY (Martin Pitt)
      - apt: Implement support for what-provides MODALIAS (Martin Pitt)
      - apt: what_provides() search argument is a list, not a string
         (Martin Pitt)
      - aptcc: Disable InstallFiles() again (Matthias Klumpp)
      - aptcc: Don't hang on long transactions (Matthias Klumpp)
      - aptcc: Fix crash when simulating local package install
         (Matthias Klumpp)
      - Add LANGUAGE_SUPPORT what-provides type (Martin Pitt)
      - Don't crash when the system bus isn't available, just abort with an
        error (Richard Hughes)
      - Fix a critical warning when starting gnome-settings-daemon
         (Matthias Clasen)
      - Imply the install trusted polkit auth when we get the remove auth
         (Richard Hughes)
      - Imply the install trusted polkit auth when we get the untrusted
        auth (Richard Hughes)
   * Bump standards version to 3.9.3
   * Only suggest gdebi, it's not a requirement
   * Drop patches: Everything is applied upstream now
   * Disable as-needed patch again, no ltmain is shipped
   * Refreshed vendor patches
Checksums-Sha1: 
 6fd35e82241ad718afa535868dce273791404ac5 3674 packagekit_0.7.4-2ubuntu1.dsc
 4c9bcd56fbd96296526a18785cfaeb65b0bd0f03 1493656 packagekit_0.7.4.orig.tar.xz
 9d6ad2a9e86425f29f25493ee1c8055da2218a65 18326 packagekit_0.7.4-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 cb669d24f4284e753d5c27f1a97ab9d2fd3caf7f5d8078c107bae617a6de0e6c 3674 packagekit_0.7.4-2ubuntu1.dsc
 4112c86d67afbbb9be5d3a706c63c537babbbe1f96e398ae306f5e5e02563a98 1493656 packagekit_0.7.4.orig.tar.xz
 071396946b8501f67219e9eeca248eac48435543b91a8614593c6956885031eb 18326 packagekit_0.7.4-2ubuntu1.debian.tar.gz
Files: 
 b8491c3f1bb4e5a13efa6e1d956f1b3f 3674 admin optional packagekit_0.7.4-2ubuntu1.dsc
 8031ed03099cda09e1d0df4f3e95e6d3 1493656 admin optional packagekit_0.7.4.orig.tar.xz
 fc4f170119df1e8f1b8d107aafb64906 18326 admin optional packagekit_0.7.4-2ubuntu1.debian.tar.gz
Original-Maintainer: Matthias Klumpp <matthias at tenstral.net>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPoSZTAAoJEPmIJawmtHufMysQAKy0RtRAMbUo9rxvdugWHdG2
jFtzZrWSOT5gX3HvDql46+5bWbVniGh1ytVRc/m4Do6TqhTadIKihxE5Rzu3ssc/
jgYqngrB6OFJUBdcxB+b1/AVy0V60huuqn2GMJFGWphSRYPDISPiAz6OHTmbreTX
IRhfHkogM2Q1Q/Ud3prPagElBiD2QsNqmm2K0AVUDCiRPKG64amcFM21Adnl1rb6
m8fC59/nPWYWSjSRoJBBRyHqMqEYDZuck1ggtFzYN6Dp/trf9S+bXUkYKERORD3O
Mn28j1IhLvUkxfMF7udofqTLuSGJ1IH+zHr3tWWBHrDa3HToDzJiams6iC6tXiu9
9LBAcM8GO2rA17ToOCOcKrse3ogbiyaqqO8W0jAuusuF0uRa0MzuqdQSfbp1w12Z
jmwRrQpPw8rjOW55T1BrRR2OaMNUgY8emMgBHS+KkvX2Ti5IJk8Q7NHFVY3exDk9
KBA08VNItQyxPZe4YWW7FYrdEvCNB77KkTAy4exiwMAcsxUOxoAKpV9DPNlSeyp9
6XEB3bXrrbe0dvJVX/OSmBJEGuADir6S8zfzawqXmQm8IjQxsCOJMpKTkug5FISn
TgZ5FHr5dLP6+S+oEtA6KBekUYvW+FsO98T4sIL5JCaX2KJ+xn6F/uoQbIYDnr6E
6o0Xs3x7D5Io9FjE1iH3
=9UtH
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list