News for package aptitude

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
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, aptitude-doc-ru
Architecture: any all
Version: 0.7.4-1
Maintainer: Aptitude Development Team <[email protected]>
Uploaders: Manuel A. Fernandez Montecelo <[email protected]>, Axel Beckert <[email protected]>
Homepage: http://aptitude.alioth.debian.org/
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/aptitude/aptitude.git
Vcs-Git: git://anonscm.debian.org/aptitude/aptitude.git -b debian-sid
Build-Depends: automake, debhelper (>= 9), docbook-xml, docbook-xsl, dpkg-dev (>= 1.16.1), elinks, gettext, google-mock, libapt-pkg-dev (>= 0.9.7), libboost-dev, libboost-iostreams-dev, libboost-python-dev, libboost-serialization-dev, libboost-test-dev, libcppunit-dev, libcwidget-dev (>= 0.5.6.1-2), libgtest-dev, libncursesw5-dev, librsvg2-bin, libsigc++-2.0-dev, libsqlite3-dev, libxapian-dev, pkg-config, po4a, xsltproc
Package-List:
 aptitude deb admin important arch=any
 aptitude-common deb admin important arch=all
 aptitude-dbg deb debug extra arch=any
 aptitude-doc-cs deb doc optional arch=all
 aptitude-doc-en deb doc optional arch=all
 aptitude-doc-es deb doc optional arch=all
 aptitude-doc-fi deb doc optional arch=all
 aptitude-doc-fr deb doc optional arch=all
 aptitude-doc-it deb doc optional arch=all
 aptitude-doc-ja deb doc optional arch=all
 aptitude-doc-ru deb doc optional arch=all
Checksums-Sha1:
 aeb34c50a92889d8fa04eff2bf3ba3806f32c2c3 4748640 aptitude_0.7.4.orig.tar.xz
 dfa2ca66d9a6011469f483c6e841c7b598d9974d 45476 aptitude_0.7.4-1.debian.tar.xz
Checksums-Sha256:
 dc024df107986c8bb5cca1289ba23b91f36be55804e5c3afbe554d73bb967d60 4748640 aptitude_0.7.4.orig.tar.xz
 d6807b832c384f5e1842ac92148b58c44fe36f7ea02975fa4f7dd421e0978d71 45476 aptitude_0.7.4-1.debian.tar.xz
Files:
 599de18a6391bde611a42c4aed3b5314 4748640 aptitude_0.7.4.orig.tar.xz
 ad91628fa21e00fd7590c9b3b5d8f9db 45476 aptitude_0.7.4-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWIPCnAAoJEH92BqRF3KgOFGUP/0FS/Be4v8dx3NZyFP8Zc8Bx
hWVs6thL0KE6lgF1p/HxM10XvPrerCeJsm6bNYeTw3E+1VYk2mSr0xaU/ZrLTES3
7C0DiCBQ/x8NlSrOaRhSYB4rUyUiHEsJ8WyGFoxa3H+JT4rTtVbxMvYfNbdgjO06
axq6hWoB8KwMogDr7yUWQeAF2h1I7FlwIu/RquKft0clt63H1r4yNs1XAgAPrUIW
R303Dwr1iDt2dbD7o5iDTGt/4CGZJTRa5LskCzZoMo5ynPeTEtyAnMO2R+0mwBxi
wP/VOSYLmp/11PRKOaKLeDWgWnk48rL7N9dEFSNQ8EGIP0RmLM5COp7NN7eC9HM4
cg7LlQu/dj2MMZXK87wDTJzHGW/oduppfrnR7HGFswvPtTfMiZajmC39cTWdotTW
S/gFLKXPTdsVXhwFAyf1AXcp7zOXbjq3WTmgwxIRotOCWcfBl0RJ9tJXaapXGEwM
0sEz63eTUKyf+hgnMKI46p72Kyw+Q7NwXi+swFgCiGu0WGacUYR4et2E0jYZbqoS
KPMsGcazIeY/TytIHlV5UuDvdSzXXBx3UxC0b+xojzS8EQV8ADbTUSnYwdGp0TMy
G4ulT5A3ie5pomH0pm/yb+9BAUD06XBtvONMIPAEepvf39jBzP/lRhvJpTBr4/1F
sHjKgLo6FJ6wJn5sHchM
=D8Jh
-----END PGP SIGNATURE-----

Changes:
aptitude (0.7.4-1) unstable; urgency=low

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

    - New features:
      * [curses] Show providers of virtual packages in "description" area
        (Closes: #103964)

    - Bug fixes:
      * Retrieve again long descriptions (Closes: #801460)
      * Fix for circular dependencies in internal_mark_delete()
        (Closes: #801430)
      * Fix race condition replacing ~/.aptitude/config (Closes: #764046)

    - User visible changes:
      * [cmdline] In versioned provides, include '=' symbol (Closes: #767393)
      * [cmdline] "show" now shows arch of packages in multi-arch systems
      * [curses] Use 'w' in action column for package downgrades
        (Closes: #801310)
      * [cmdline] Show feedback of some commands (hold, forbid-version, ...)
        with verbose>0 (Closes: #270033, #638841)
      * [cmdline] Require args for some commands: hold, keep...
        (Closes: #759520)

    - Internal changes:
      * In internal_mark_delete(), also check for auto-installability
        property of real packages providing virtual packages to stop them
        being marked for deletion (check was also done in later steps).
      * Convert some instances of boost::unordered_{set,map,multimap} to std::
      * Convert some instances of boost::hash to std::
      * Remove two uses of boost::lexical_cast, use std::to_string() instead
      * Create utility function remove_non_recursive()

    - Documentation:
      * manpage:
        * Remove wrong assertion that safe-upgrade does not accept
          --full-resolver (Closes: #560991)
        * Document missing &BD specifier when installing packages
          (Closes: #696568)
      * Guide/User's Manual:
        * Update renamed config option ::CmdLine::Show-Summary
          (Closes: #776789)
        * Correct some wrong examples of search patterns (Closes: #519456)


  * debian/patches:
    - Remove fix-tmpdir.patch, applied upstream

 -- Manuel A. Fernandez Montecelo <[email protected]>  Fri, 16 Oct 2015 13:28:08 +0100