Public bug reported:

Please merge aptitude 0.8.10-1 (main) from Debian unstable (main)

I cannot work on this merge myself. This is only a reference.

Explanation of the Ubuntu delta:
  * No-change rebuild for boost soname change.
  * Merge with Debian; remaining changes:
    - 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).
    - Try forcing -O2 build, to resolve FTBFS on ppc64el.
---------------------------------------------------------------

Changelog entries since current bionic version 0.8.3-1ubuntu5:

aptitude (0.8.10-1) unstable; urgency=medium

  [ Manuel A. Fernandez Montecelo ]
  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
    log with more details.

    - User visible changes:
      * [Guillem Jover] Update section descriptions: Add "golang". Remove
        long-obsolete "non-US".  (Closes: #880478)

    - Bug fixes:
      * Restore ability to download changelogs with recent libapt
        (Closes: #881422)

    - Internal changes:
      * Remove m4/ with embedded copies of building-system helpers.  The
        debian part of the package will depend on autoconf-archive to provide
        those needed.

  * Build-Depend on autoconf-archive (to remove embedded copies of ./m4/
    in the upstream part)
    - Add temporary fix-missing-mkinstalldirs.patch for last minute
      problem related with this removal

  [ Axel Beckert ]
  * Declare compliance with Debian Policy 4.1.1.
    + Change debian/copyright DEP5 format URL to HTTPS.
  * Set "Rules-Requires-Root: no".
  * Drop debian/aptitude.lintian-overrides, no more needed.
  * Remove trailing whitespace from ancient debian/changelog entries.
  * debian/source/lintian-overrides: Add debian-watch-file-is-missing.
  * Bump debhelper compatibility level to 10.
    + Update versioned debhelper build-dependency accordingly.
    + Drop --parallel from debian/rules, now implicit.
    + Drop build-dependency on automake, now implicit via debhelper and
      dh-autoreconf (and not called directly anyways).

 -- Manuel A. Fernandez Montecelo <[email protected]>  Wed, 15 Nov 2017
23:36:58 +0100

aptitude (0.8.9-1) unstable; urgency=medium

  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
    log with more details.

    - Bug fixes:
      * Fix crash due to wrong string pointer being printed (Closes: #865346)
      * Fix compilation error with GCC 7 (Closes: #853316)

    - Translation updates:
      * Dutch documentation translation by Frans Spiesschaert (Closes: #867980)

 -- Manuel A. Fernandez Montecelo <[email protected]>  Sat, 19 Aug 2017
19:15:28 +0200

aptitude (0.8.8-1) unstable; urgency=medium

  [ Manuel A. Fernandez Montecelo ]
  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
    log with more details.

    - User visible changes:
      * Avoid spurious warnings about unused code paths (Closes: #863755)

    - Documentation improvements:
      * Replace minimal example for configuring resolver hints with a full
        example. (Closes: #702565, part 1)
      * Document keywords "maximum" and "minimum" for cost levels.
        (Closes: #702565, part 2)
      * Mention in the man page that a tilde character in front of an
        order keyword reverses the order. (Closes: #814038)

    - Translation updates:
      * da.po: Danish translation by Morten Bo Johansen (Closes: #861087)
      * cs.po, aptitude-defaults.cs: Czech translation by Miroslav Kure
        (Closes: #861940)
      * nl.po: Dutch translation by Frans Spiesschaert (Closes: #862922)
      * Dutch documentation translation by Frans Spiesschaert (Closes: #861709)


  * d/control: Set package priority to Optional instead of Important
    (Closes: #861425)

 -- Manuel A. Fernandez Montecelo <[email protected]>  Sun, 11 Jun 2017
01:38:34 +0200

aptitude (0.8.7-1) unstable; urgency=medium

  [ Manuel A. Fernandez Montecelo ]
  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
    log with more details.

    - User visible changes:
      * Warn about invalid locales (Closes: #859907)

    - Bug fixes:
      * Preserve auto-installed flag with hold/unhold/keep operations
        (Closes: #843536)
      * [cmdline] Fix extreme slowness of keep-all (Closes: #842707)
      * Avoid problems or improve response in problems related to reinstalling
        (Closes:  #851901)
      * [cmdline] Failing to apply actions are not fatal with -f /
        Aptitude::CmdLine::Fix-Broken (Closes: #835372)

    - Translation updates:
      * Italian documentation translation by Beatrice Torracca (Closes: #858784)

 -- Manuel A. Fernandez Montecelo <[email protected]>  Wed, 19 Apr 2017
00:22:12 +0200

aptitude (0.8.6-1) unstable; urgency=medium

  [ Manuel A. Fernandez Montecelo ]
  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
    log with more details.

    - User visible changes:
      * [cmdline] Better message when there are no deb-src in sources.list
        (Closes: #841875)

    - Bug fixes:
      * Use a more strict mask for comparison of dependency operators, thanks to
        Aaron M. Ucko for the initial patch (Closes: #836567, #837946, #849370)
      * Fix reading tag and their classification in subtrees (Closes: #853037)
      * Fix misdetection of auto-installed packages from apt
        (Closes: #831858, #841347)

    - Translation updates:
      * ru.po: Russian translation by Lev Lamberov (Closes: #855329)
      * Dutch documentation translation by Frans Spiesschaert (Closes: #854897)


  * Remove wrong "From:" from contributor name in prev. changelog entry.
  * d/patches:
    - drop ftbfs-fix-french-doc.patch

  [ Axel Beckert ]
  * Restrict build-dependency on google-mock to >= 1.8.0 as aptitude FTBFS
    with earlier versions since the adaptions for 1.8.0 in 0.8.4-1.
    (Closes: #852666)

 -- Manuel A. Fernandez Montecelo <[email protected]>  Sun, 05 Mar 2017
23:19:57 +0100

aptitude (0.8.5-1) unstable; urgency=medium

  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
    log with more details.

    - Translation updates:
      * ru.po: Russian translation by Ulyanich Michael and Lev Lamberov
        (Closes: #849761)
      * nl.po: Dutch translation by Frans Spiesschaert (Closes: #851888)
      * Dutch documentation translation by Frans Spiesschaert (Closes: #851890)
      * French documentation translation by Cédric Boutillier (Closes: #852352)


  * d/patches:
    - ftbfs-fix-french-doc.patch: Fix missing "</keycombo>" that causes FTBFS

 -- Manuel A. Fernandez Montecelo <[email protected]>  Tue, 24 Jan 2017
23:24:47 +0100

aptitude (0.8.4-1) unstable; urgency=medium

  * New upstream release. Please see /usr/share/aptitude/NEWS for a change
    log with more details.

    - User visible changes:
      * Updated section list and added descriptions. Thanks Josh Triplett!
        (Closes: #847530)
      * Support for Build-Depends/Conflicts-Arch, by David Kalnischkies
        (Closes: #843789)

    - Bug fixes:
      * [curses] Do not fail immediately and attempt to continue when some
        package lists cannot be updated (Closes: #834790)

    - Internal changes:
      * Support recent versions of googletest and google-mock, change of paths:
        /usr/src/gtest -> /usr/src/googletest/googletest
        /usr/src/gmock -> /usr/src/googletest/googlmock

    - Translation updates:
      * cs.po: Czech translation by Miroslav Kure (Closes: #838790)
      * help-cs.txt: Czech translation by Miroslav Kure (Closes: #838790)
      * nl.po: Dutch translation by Frans Spiesschaert (Closes: #841116)
      * aptitude-defaults.ru: Russian translation of updated section list by
        Lev Lamberov (Closes: #847965)
      * Dutch documentation translation by Frans Spiesschaert (Closes: #842186)


  * d/rules: Do not force "-std=c++14", it's the default with GCC-6

 -- Manuel A. Fernandez Montecelo <[email protected]>  Tue, 27 Dec 2016
23:27:07 +0100

** Affects: aptitude (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1739574

Title:
  Merge aptitude 0.8.10-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/1739574/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to