[ubuntu/quantal] aptitude 0.6.8-1ubuntu1 (Accepted)

Marcin Juszkiewicz marcin.juszkiewicz at linaro.org
Sun Aug 19 17:45:24 UTC 2012


aptitude (0.6.8-1ubuntu1) quantal; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - debian/05aptitude: Never autoremove kernels.
    - Drop aptitude-doc to Suggests.
    - 03_branding: Ubuntu branding.
    - 04_changelog: Take changelogs from changelogs.ubuntu.com.
    - 14_html2text_preferred: Switch back to html2text in favor of elinks,
      since html2text is in main and elinks isn't. Convert all files to utf-8
      encoding as it is better then ascii for iso-8859-1 (English docs).
    - no-google-mock: Don't use google-mock as it and libgtest-dev are in
      universe. Refreshed to cover all changes.

aptitude (0.6.8-1) unstable; urgency=low

  * Fix build with g++ 4.7
    Thanks Adrian Lang for the patch (Closes: #672335)
  * New binary packages:
    - aptitude-doc-it: Italian documentation (Closes: #674664)
    - aptitude-common: data files and translations
  * debian/rules:
    - use dh (debhelper command sequencer)
  * Require libapt-pkg 0.9.3 to avoid "Method http has died
    unexpectedly" (Closes: #669322)
  * Removed preinst script, the one transition it handled is
    over ten years old.
  * New upstream release.
    - Update to tasks support: task packages, multi-arch, syntax

      Task packages (introduced with tasksel 3.0) are
      meta-packages which define the dependencies of tasks.  The
      packages themselves have always worked but the 'tasks'
      grouping policy and '?task' search term did not support
      them.  This update corrects for this.

      As a result of this change to tasksel all Debian tasks now
      function exactly like meta-packages. (Closes: #382631)

      The syntax for installing tasks from the command line has
      been updated.  It now supports specifying an arch and
      requires the same syntax as apt-utils ('^' must be the last
      part of the name).  Examples:

        # aptitude install gnome-desktop^
        # aptitude install ssh-server^:armel

      This avoids ambiguity that may arise when a task and
      package have the same name.
    - Changelog downloading is restored
      (Closes: #669569, LP: #824708)
    - Exit with non-zero status when a package run is
      aborted. (Closes: #293008)
    - Restore candidate version on undo, keep
      (Closes: #529403)
    - Adjust default widths of localized columns:
      broken_count, downloadsize (Closes: #674045)
    - Update package views after 'Cancel pending actions'
      (Closes: #595753)
    - Fix minor errors in documentation. Thanks to Beatrice Torracca
      (Closes: #674675)
    - Fix groff warning in manpage (Closes: #675085)
    - Translation updates:
      + French (Closes: #673827, LP: #642840)
      + German (Closes: #672467, #668875)
      + Simplified Chinese

aptitude (0.6.7-1) unstable; urgency=low

  * Fix FTBFS in sid: include build of gtest when building gmock
   (Closes: #670403, #671439)

  * New upstream release.

    - Avoid dpkg and infinite loop in download-only mode
      (Closes: #629266, LP: #975793)

    - Check for apt_init errors in cmdline_download.cc (Closes: #670379)

    - Downloading/installing now locks /var/cache/apt/archives
      (Closes: #370381)

    - Actually use aptitude::Logging::Levels (Closes: #654344)

    - No longer use ListUpdate (from libapt-pkg) to update package lists.
      Instead, restore the previous code and update it to include the
      semantics from ListUpdate which were missing.

      ListUpdate was too coarse to suit download_update_manager properly
      even though it more-or-less worked.

    - Do not call debtags on list update.  This was a rather unsightly
      kludge is better suited as a script for APT::Update::Post-Invoke.

    - Use arch-qualified names in 'Provided by' for virtual packages
      (LP: #972847)

    - Preview screen ignores Pkg-Display-Limit

      Previously it would apply that limit if UI::Preview-Limit was not
      set.  This was causing confusion and it is more useful to have these
      as two clearly distinct settings. (LP: #381507)

    - New translations:

      + Croatian (Closes: #667934)

  * Use export to really enable build hardening, etc.

  * debian/control: remove traces of aptitude-gtk:
    - aptitude: description
    - aptitude-dbg: build-depends

Date: Mon, 02 Jul 2012 12:48:26 +0200
Changed-By: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Dmitrijs Ledkovs <launchpad at surgut.co.uk>
https://launchpad.net/ubuntu/quantal/+source/aptitude/0.6.8-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 02 Jul 2012 12:48:26 +0200
Source: aptitude
Binary: aptitude aptitude-common aptitude-dbg aptitude-doc-cs aptitude-doc-en aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-it aptitude-doc-ja
Architecture: source
Version: 0.6.8-1ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Description: 
 aptitude   - terminal-based package manager
 aptitude-common - architecture indepedent files for the aptitude package manager
 aptitude-dbg - Debug symbols for the aptitude package manager
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
 aptitude-doc-en - English manual for aptitude, a terminal-based package manager
 aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
 aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
 aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
 aptitude-doc-it - Italian manual for aptitude, a terminal-based package manager
 aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package manager
Closes: 293008 370381 382631 529403 595753 629266 654344 667934 668875 669322 669569 670379 670403 671439 672335 672467 673827 674045 674664 674675 675085
Launchpad-Bugs-Fixed: 381507 642840 824708 972847 975793
Changes: 
 aptitude (0.6.8-1ubuntu1) quantal; urgency=low
 .
   * Resynchronise with Debian.  Remaining changes:
     - debian/05aptitude: Never autoremove kernels.
     - Drop aptitude-doc to Suggests.
     - 03_branding: Ubuntu branding.
     - 04_changelog: Take changelogs from changelogs.ubuntu.com.
     - 14_html2text_preferred: Switch back to html2text in favor of elinks,
       since html2text is in main and elinks isn't. Convert all files to utf-8
       encoding as it is better then ascii for iso-8859-1 (English docs).
     - no-google-mock: Don't use google-mock as it and libgtest-dev are in
       universe. Refreshed to cover all changes.
 .
 aptitude (0.6.8-1) unstable; urgency=low
 .
   * Fix build with g++ 4.7
     Thanks Adrian Lang for the patch (Closes: #672335)
   * New binary packages:
     - aptitude-doc-it: Italian documentation (Closes: #674664)
     - aptitude-common: data files and translations
   * debian/rules:
     - use dh (debhelper command sequencer)
   * Require libapt-pkg 0.9.3 to avoid "Method http has died
     unexpectedly" (Closes: #669322)
   * Removed preinst script, the one transition it handled is
     over ten years old.
   * New upstream release.
     - Update to tasks support: task packages, multi-arch, syntax
 .
       Task packages (introduced with tasksel 3.0) are
       meta-packages which define the dependencies of tasks.  The
       packages themselves have always worked but the 'tasks'
       grouping policy and '?task' search term did not support
       them.  This update corrects for this.
 .
       As a result of this change to tasksel all Debian tasks now
       function exactly like meta-packages. (Closes: #382631)
 .
       The syntax for installing tasks from the command line has
       been updated.  It now supports specifying an arch and
       requires the same syntax as apt-utils ('^' must be the last
       part of the name).  Examples:
 .
         # aptitude install gnome-desktop^
         # aptitude install ssh-server^:armel
 .
       This avoids ambiguity that may arise when a task and
       package have the same name.
     - Changelog downloading is restored
       (Closes: #669569, LP: #824708)
     - Exit with non-zero status when a package run is
       aborted. (Closes: #293008)
     - Restore candidate version on undo, keep
       (Closes: #529403)
     - Adjust default widths of localized columns:
       broken_count, downloadsize (Closes: #674045)
     - Update package views after 'Cancel pending actions'
       (Closes: #595753)
     - Fix minor errors in documentation. Thanks to Beatrice Torracca
       (Closes: #674675)
     - Fix groff warning in manpage (Closes: #675085)
     - Translation updates:
       + French (Closes: #673827, LP: #642840)
       + German (Closes: #672467, #668875)
       + Simplified Chinese
 .
 aptitude (0.6.7-1) unstable; urgency=low
 .
   * Fix FTBFS in sid: include build of gtest when building gmock
    (Closes: #670403, #671439)
 .
   * New upstream release.
 .
     - Avoid dpkg and infinite loop in download-only mode
       (Closes: #629266, LP: #975793)
 .
     - Check for apt_init errors in cmdline_download.cc (Closes: #670379)
 .
     - Downloading/installing now locks /var/cache/apt/archives
       (Closes: #370381)
 .
     - Actually use aptitude::Logging::Levels (Closes: #654344)
 .
     - No longer use ListUpdate (from libapt-pkg) to update package lists.
       Instead, restore the previous code and update it to include the
       semantics from ListUpdate which were missing.
 .
       ListUpdate was too coarse to suit download_update_manager properly
       even though it more-or-less worked.
 .
     - Do not call debtags on list update.  This was a rather unsightly
       kludge is better suited as a script for APT::Update::Post-Invoke.
 .
     - Use arch-qualified names in 'Provided by' for virtual packages
       (LP: #972847)
 .
     - Preview screen ignores Pkg-Display-Limit
 .
       Previously it would apply that limit if UI::Preview-Limit was not
       set.  This was causing confusion and it is more useful to have these
       as two clearly distinct settings. (LP: #381507)
 .
     - New translations:
 .
       + Croatian (Closes: #667934)
 .
   * Use export to really enable build hardening, etc.
 .
   * debian/control: remove traces of aptitude-gtk:
     - aptitude: description
     - aptitude-dbg: build-depends
Checksums-Sha1: 
 c6b6816d35cf33e87143bbcfa033169f7c079618 2942 aptitude_0.6.8-1ubuntu1.dsc
 b45d02cf15be20baa20a468d98a99a35c7a9bcb6 4449980 aptitude_0.6.8.orig.tar.xz
 be956559556fbb3f1ad3783f95d2e9401ce259f7 63473 aptitude_0.6.8-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 73742c730d3ded39204d0ace04e09d594922ae1df9e931bcfd5d962c081d66b7 2942 aptitude_0.6.8-1ubuntu1.dsc
 c48bd5b6ed173cf228db326306a5baf3b143c0af5d396f8e3d9d33b31ea704f5 4449980 aptitude_0.6.8.orig.tar.xz
 36116954e9a69d1ac6b7129a5185a0d8e73e1846453ebcb099332c9124f0a0f3 63473 aptitude_0.6.8-1ubuntu1.debian.tar.gz
Files: 
 ff32512983b61b2484555fbc2a3c111d 2942 admin important aptitude_0.6.8-1ubuntu1.dsc
 546f464cbc6906c8e1a1e67e52f24665 4449980 admin important aptitude_0.6.8.orig.tar.xz
 8260a5fe150bf5a851218d4460af61fe 63473 admin important aptitude_0.6.8-1ubuntu1.debian.tar.gz
Original-Maintainer: Aptitude Development Team <aptitude-devel at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJQMSVAAAoJEIh7YGGLPBauc44P/jth3w0M7Au7xa1gDJX0hqe4
aaPJ0oX4EYxMkKe8IJa7NN8tBA+5qjgFaW1I3Z6iraal7wI74nyG7Kme9epXeJlZ
onu0UUB30tcgQyWjGs6/cp1FrFP1b2hCNwEMjg9Owng6qQJJW79Z1/ZaG0vHSv47
Vsp18tSfJVtjMVJF2EyO1qnCqQ6AoTcwWW2cAjR7U9BqigZL1AJqaq6y5wG7O+ww
OxuzHnXvSxdNNtd7TzPx1VCm/CeTZ1822ie9Mo0g19MMU8ScwknF0F26vK2AIx39
o+AcFXhiGuGuo2KnVBYMSQf6RxiP23KjFMD4Rh+zjToPjFcT9cUDUaDpGOZVLqdh
RAiXMHNatUNALKNzuMt7/nvc4E+vnX5lYbNfpqNOAoLaGQv3CWEWoUnsa8gxI8Wg
/HdoQRCZo0g7KJEIglnG3fsf/xat1vRD47mXp5pePbxZmXiuJN2zxDRv4PTimyyd
Z3tin9AdWCDr57bw/FVYGqWd8RzzdQwaKiivH/uqzAFshCqcTJct8gMOro9cso38
op29IAXbjhhBXzEF8BkMRoBc4swJKp/USOUky8bKeDE8xYDDn9b5NnaiV7aRY1cl
1Wqx0GjafE6R7G5abygpfWqa7+OuRm27E0zlvzsxP5K898pRWPe25eHFBoZGjDns
HbVFmGKuyQ5fozlftPeN
=8/0W
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list