[ubuntu/disco-proposed] aptitude 0.8.11-3ubuntu1 (Accepted)

Julian Andres Klode juliank at ubuntu.com
Fri Nov 16 10:28:12 UTC 2018


aptitude (0.8.11-3ubuntu1) disco; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - 03_branding: Ubuntu branding.
    - 04_changelog: Take changelogs from changelogs.ubuntu.com.
    - Try forcing -O2 build, to resolve FTBFS on ppc64el.
    - Adjust multi_index_container use for boost >= 1.66 (merged upstream)
  * Dropped changes:
    - Allow older gmock so we can build again (not needed anymore)
    - Build with -std=c++14 (code uses C++17 features now)
    - 14_html2text_preferred: we are no longer in main, so we can build
      with elinks now

aptitude (0.8.11-3) unstable; urgency=medium

  [ Axel Beckert ]
  * Declare compliance with Debian Policy 4.1.5. (No changes needed.)
  * Fix Vcs-Git header, ".git" was missing in the URL.
  * Add lintian overrides for missing-depends-on-sensible-utils due to
    false positives in aptitude-common's aptitude.mo locale files.
  * Add a minimal DEP3 patch header to fix-changelog-retrieval.patch.

  [ Manuel A. Fernandez Montecelo ]
  * d/patches:
    - add fix-crash-907436.patch to fix crashes when Label of a repository
      is empty (Closes: #907436)

aptitude (0.8.11-2) unstable; urgency=medium

  * Release to unstable

aptitude (0.8.11-1) experimental; urgency=medium

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

    - New features:
      * Add search term for release label (?label) (Closes: #892983)
        by Tomas Pospisek <tpo_deb at sourcepole.ch>

    - Documentation:
      * Change en/README_encoding to use utf-8 as all the other languages,
        instead of iso-8859-1

    - Internal changes:
      * Misc changes to adapt to GCC-8, use C++17 standard library instead
        of Boost (e.g. filesystem, optional), and other updates to the build
        system

    - Translation updates:
      * zh_CN.po: Simplified Chinese translation by Boyuan Yang
        (Closes: #885916)
      * ru.po: Russian translation by Lev Lamberov (Closes: #893027)
      * Russian documentation translation by Lev Lamberov (Closes: #893028)


  * d/patches:
    - drop fix-missing-mkinstalldirs.patch, fixed in the upstream code
    - add fix-changelog-retrieval.patch to fix changelog downloads

Date: Tue, 13 Nov 2018 13:57:03 +0100
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/aptitude/0.8.11-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 13 Nov 2018 13:57:03 +0100
Source: aptitude
Binary: aptitude aptitude-common aptitude-doc-cs aptitude-doc-en aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-it aptitude-doc-ja aptitude-doc-nl aptitude-doc-ru
Architecture: source
Version: 0.8.11-3ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Description:
 aptitude   - terminal-based package manager
 aptitude-common - architecture independent files 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
 aptitude-doc-nl - Dutch manual for aptitude, a terminal-based package manager
 aptitude-doc-ru - Russian manual for aptitude, a terminal-based package manager
Closes: 885916 892983 893027 893028 907436
Changes:
 aptitude (0.8.11-3ubuntu1) disco; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - 03_branding: Ubuntu branding.
     - 04_changelog: Take changelogs from changelogs.ubuntu.com.
     - Try forcing -O2 build, to resolve FTBFS on ppc64el.
     - Adjust multi_index_container use for boost >= 1.66 (merged upstream)
   * Dropped changes:
     - Allow older gmock so we can build again (not needed anymore)
     - Build with -std=c++14 (code uses C++17 features now)
     - 14_html2text_preferred: we are no longer in main, so we can build
       with elinks now
 .
 aptitude (0.8.11-3) unstable; urgency=medium
 .
   [ Axel Beckert ]
   * Declare compliance with Debian Policy 4.1.5. (No changes needed.)
   * Fix Vcs-Git header, ".git" was missing in the URL.
   * Add lintian overrides for missing-depends-on-sensible-utils due to
     false positives in aptitude-common's aptitude.mo locale files.
   * Add a minimal DEP3 patch header to fix-changelog-retrieval.patch.
 .
   [ Manuel A. Fernandez Montecelo ]
   * d/patches:
     - add fix-crash-907436.patch to fix crashes when Label of a repository
       is empty (Closes: #907436)
 .
 aptitude (0.8.11-2) unstable; urgency=medium
 .
   * Release to unstable
 .
 aptitude (0.8.11-1) experimental; urgency=medium
 .
   * New upstream release. Please see /usr/share/aptitude/NEWS for a change
     log with more details.
 .
     - New features:
       * Add search term for release label (?label) (Closes: #892983)
         by Tomas Pospisek <tpo_deb at sourcepole.ch>
 .
     - Documentation:
       * Change en/README_encoding to use utf-8 as all the other languages,
         instead of iso-8859-1
 .
     - Internal changes:
       * Misc changes to adapt to GCC-8, use C++17 standard library instead
         of Boost (e.g. filesystem, optional), and other updates to the build
         system
 .
     - Translation updates:
       * zh_CN.po: Simplified Chinese translation by Boyuan Yang
         (Closes: #885916)
       * ru.po: Russian translation by Lev Lamberov (Closes: #893027)
       * Russian documentation translation by Lev Lamberov (Closes: #893028)
 .
 .
   * d/patches:
     - drop fix-missing-mkinstalldirs.patch, fixed in the upstream code
     - add fix-changelog-retrieval.patch to fix changelog downloads
Checksums-Sha1:
 41583c13e8a832af87bbaaad9db139fd6aa31459 3150 aptitude_0.8.11-3ubuntu1.dsc
 c9039671e1834c9f77fdd5d083a27571e7685a9c 4724388 aptitude_0.8.11.orig.tar.xz
 8a4d786ac641504f0fd0a238559dad52e19204a7 65848 aptitude_0.8.11-3ubuntu1.debian.tar.xz
 e71e7b2243b3bb241191741304cbc712cdf04164 7514 aptitude_0.8.11-3ubuntu1_source.buildinfo
Checksums-Sha256:
 0674b557fdd544deeedda85188f1e956b3ad0892f5c197d11fc82cdd3aade09d 3150 aptitude_0.8.11-3ubuntu1.dsc
 a3aed83a14765336c8b4ca8f8b6fbcc5dadda0d98c5a1d3e643183f6ef8fc73e 4724388 aptitude_0.8.11.orig.tar.xz
 52cde463ec764ecd79a7979a18b4437ab03bd7fc9e10913f217367f0513c1410 65848 aptitude_0.8.11-3ubuntu1.debian.tar.xz
 5634ed2bf540b440fb4eb0667a1a510fc63339f3e216b91f3497fd4e3ca819ae 7514 aptitude_0.8.11-3ubuntu1_source.buildinfo
Files:
 d7114541b3cfbfa031301cf5ec38ea84 3150 admin optional aptitude_0.8.11-3ubuntu1.dsc
 369e2bded48219bdf73462810c315009 4724388 admin optional aptitude_0.8.11.orig.tar.xz
 72b454269e77a1715de2aed5279f0a4a 65848 admin optional aptitude_0.8.11-3ubuntu1.debian.tar.xz
 26b2f3e4f787f7a312d79b32a8e19755 7514 admin optional aptitude_0.8.11-3ubuntu1_source.buildinfo
Original-Maintainer: Aptitude Development Team <aptitude-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEET7WIqEwt3nmnTHeHb6RY3R2wP3EFAlvumFUTHGp1bGlhbmtA
dWJ1bnR1LmNvbQAKCRBvpFjdHbA/caYCEACUvOFZTwew58u153Nx2oJTinwooqt5
JYtvrVse7eyPR2b1K7JudVSO9aM4cafow8X6C4Q4gxfYUC/Wz8sRWNbNTKMJmo/t
gBSj8yRRPBTkRd+R3dxlxQRJ/T/Z8MlxXtSz1a0NRXhYio3AR0sqhjoOLByrk3BU
ZOi+kTGUJNCD9fh4LOM8Ecbl1tQBDBYvQyH7JwV0GNGzsAodBzW8jWinYoUZM/6d
F2bKQLROSOgQqBA4o38CMKi4PO6KE4CCs0p8JRYvnMH6EkLVusN2C3/fFh/dvAH5
GuP+YWiRV+XtThfpRojYcaDE3f5b4eRD6HaqbbeCSJrWI9ZkiglgvjvaXhC58t0e
GnC2Dhs7qzjb5KIB9t11KZRoiiyrFhINMRyav/KRbo7aAoHlZasdE5lLW5VxLNI3
/ecUtewu9Wn2uQEoGRpjlQRQbYbK2GME+zrgepBNtuKFf9fhbTB3/7xNn3s40Bj0
vmIxVpa4cpJy882+00/7X/sp0i8tAw0fSVyFx9tMmedQQTC4BR7xA7royGz8V634
f3+hlx1wvoUO6GF4ilOZzy3MaKjHsF2JwtX9eqAFvGJZMSXZV+7o7X4Gkbat6V/2
ZulxW+ASOovy0cB12ne2MPBY/v+ROGzGaBUJfmxQKFomALx7jnRSC7DV36GvGDcI
11V9lM1pvxw09A==
=7Cwl
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list