Back to aptitude PTS page

Accepted aptitude 0.8-1 (source all amd64) into unstable, unstable



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

Format: 1.8
Date: Wed, 20 Apr 2016 16:35:17 +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 all amd64
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Aptitude Development Team <aptitude-devel@lists.alioth.debian.org>
Changed-By: Manuel A. Fernandez Montecelo <mafm@debian.org>
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: 157984 241945 246672 255587 266061 268698 328620 341963 357828 359171 365644 405506 415449 453935 548505 569315 570377 574132 588202 596221 610845 651410 651947 653284 661678 680334 686626 721426 722211 738350 743769 785641 798240 817065 817276 817547 817776 819002 819603 819636 820452
Changes:
 aptitude (0.8-1) unstable; urgency=low
 .
   [ Manuel A. Fernandez Montecelo ]
   * New upstream release. Please see /usr/share/aptitude/NEWS for a change
     log with more details.
 .
     - New features:
       * Detect and suggest solutions when pkgstates is corrupt (Closes: #405506)
       * Allow to choose between localized logs or not (default is not) with the
         option ::Localized-Log (Closes: #357828, #596221)
       * [curses] Left/Right arrow keys collapse/expand one level of the subtree,
         and when in a package item (row) Left jumps to "parent"
         (Closes: #157984, #241945, #415449)
       * [curses] Be able to Quit after dpkg run (Closes: #246672)
 .
     - Bug fixes:
       * ~E pattern now returns packages with Essential only (Closes: #548505)
       * Detect as "Security Upgrades" when site matches security.*.d.o
         (Closes: #328620)
       * Allow to run in dumb terminals when not requiring curses preview or
         solution screen (Closes: #817276)
       * "reinstall" planned action is now preserved across sessions, when
         becoming root or in the command line with --schedule-only
         (Closes: #255587, #785641)
       * Fix crash when invoking curses resolver from command line
         (Closes: #817776)
       * Update internal state for upgrades without target version after the
         action is performed (Closes: #721426)
       * [curses] Fix for miscalculated Download Size field (Closes: #817547)
       * Marking as keep, through ':' or other actions, clears Forbidden version
       * Fix cases where user tags operations did not apply (Closes: #819002)
       * Actions involving unfulfilled Recommends invoke the resolver
         (Closes: #819636)
       * Enhance infer_reason() to explain more cases of pkg_unused_remove
         (Closes: #266061)
 .
     - User visible changes:
       * [cmdline] Output in dumb terminals, when there is no piping/redirection
         involved and even if ioctl doesn't work to get window size (e.g. inside
         emacs), will now use COLUMNS instead of the default very big default
         width
       * Format string scapes for Source (%E->%e) and Architecture (%e->%E)
         swapped (for consistency with search patterns, fix for #743769)
       * New short form "~e" for search term "?source-package" (Closes: #743769)
       * [curses] Remove option to run "dpkg-reconfigure" on a given package
         (Closes: #680334, #686626, #738350)
       * [cmdline] Solution screen for "Remove the following packages" shows
         version and suite
 .
     - User visible changes (Resolver):
       This subsection is to separate the (many) changes of the Resolver in this
       version from other changes.  Many more details in the "upstream" changelog
       (NEWS).
 .
       Executive summary:
       * Changes to the order in which solutions are offered in conflict
         resolutions, so upgrades or keeps are preferred over removal of many
         packages
         (Closes: #341963, #359171, #365644, #453935, #569315, #570377, #574132,
                  #588202, #610845, #651410, #651947, #653284, #661678, #722211,
                  #798240)
 .
       A more detailed description of individual changes follows:
       * Modify several resolver scores config variables
           ::ProblemResolver::RequiredScore  = 8  (was: 4)
           ::ProblemResolver::ImportantScore = 4  (was: 5)
           ::ProblemResolver::StandardScore  = 2  (was: 3)
           ::ProblemResolver::OptionalScore  = 1
           ::ProblemResolver::ExtraScore     = 0  (was: -1)
       * Add new score for removal of obsolete package and corresponding config
         variable ::ProblemResolver::RemoveObsoleteScore
         Default to 310 to allow for easier upgrades and to counter the penalty
         to remove packages (default -300).
       * Add new score for partial solutions cancelling the removal of a package
         and corresponding config variable ::ProblemResolver::CancelRemovalScore
         Resolver actions cancelling the removal (or purge) of a package
         requested to be removed/purged were not being penalised, now they are
         (default -300).
       * Only add Preserve{Auto,Manual}Score if the packages are actually
         installed
         Without this, the algorithm was assigning extra score +60 (default
         PreserveManualScore) for packages which remained uninstalled
         (were not to be installed) and when the user actually didn't select
         them manually -- even if the justification was "because it is the
         to-be-installed version of a manually installed package".
       * Change the default score of several ::ProblemResolver config variables
         * ::StepScore to -10 (was +70)
         * ::PreserveManualScore to +20 (was +60)
         * ::UpgradeScore to +30 (was 0)
         * ::Keep-All-Level to 10000 (was 20000)
       * Change how the costs are compared
       * Apply InstallScore and UpgradeScore also when the packages are not
         "manual"
 .
     - Internal changes:
       * configure.ac: Allow to disable check for Boost library headers
         individually
       * Avoid extra code calling apt_load_cache() when already loaded
       * [cmdline] Rejecting a solution advances to the next one only
       * [General] Update FSF's postal address everywhere, drop duplicated
         boilerplates
 .
     - Documentation:
       * manpage:
         * Minor clarification about "install" example (Closes: #268698)
 .
     - Translation updates:
       * da.po: Danish translation by Morten Bo Johansen (Closes: #817065)
       * ja.po: Japanese translation by Takuma Yamada (Closes: #819603)
       * Actually enable Dutch (nl) documentation translation by Frans
         Spiesschaert
 .
 .
   * Add aptitude-doc-nl package
   * d/control: Drop Build-dependencies present for a long time but which
     haven't been used in the last few years:
     - libboost-python-dev
     - libboost-serialization-dev
 .
   [ Axel Beckert ]
   * Demote Recommends on HTML documentation to Suggests. (Closes: #820452)
   * Declare compliance with Debian Policy 3.9.8. (No changes needed.)
   * Switch Homepage header from http:// to https://.
   * Switch Vcs-Git header from git:// to https://.
   * Convert debian/copyright to machine-readable DEP5 format and overhaul it.
   * debian/rules: Use --dbgsym-migration instead of --ddeb-migration.
Checksums-Sha1:
 88eb63c85a18f5257125f8541af924c24c94b6b4 2926 aptitude_0.8-1.dsc
 0afcf52f45a49711c04c2a03e125f6b4879a79dd 4876972 aptitude_0.8.orig.tar.xz
 c77e413cefa859a3af9bdc93b56df668eac1f77a 51544 aptitude_0.8-1.debian.tar.xz
 299f647119e4a44975ad7fb65fc52522ce9799cc 1571944 aptitude-common_0.8-1_all.deb
 179d406055319c0db66dfbaece45926dec886abf 20821620 aptitude-dbgsym_0.8-1_amd64.deb
 83200b44518a407ec3b3e5d305449a8428aa2038 366332 aptitude-doc-cs_0.8-1_all.deb
 f2a4d97610e8961a985b17fcc87824b8d00985be 433776 aptitude-doc-en_0.8-1_all.deb
 a0adf0a650fe72c6a79aba97b4c0d5485d007ad3 412210 aptitude-doc-es_0.8-1_all.deb
 b191f47dbed7b25dcf87425c79365ec1c8aeb867 273082 aptitude-doc-fi_0.8-1_all.deb
 04e55ebf8925b2e531bade8777cb32c8e159d231 314568 aptitude-doc-fr_0.8-1_all.deb
 b1d48131f60f2fdeed664ab9b5fd19c2e0c6ada6 275292 aptitude-doc-it_0.8-1_all.deb
 8ff0bcc6c3d948b1e63ab0c6da732b9d3ed9f936 370288 aptitude-doc-ja_0.8-1_all.deb
 b11dee57a8117a51cbb1648da41bb5a6c7120cec 374778 aptitude-doc-nl_0.8-1_all.deb
 ac202e2e36ee7a69765f3ef4f8be1a7e22e828d5 390984 aptitude-doc-ru_0.8-1_all.deb
 f1aac8e64f3a5f1ce8912ed78bb15e3b9b023971 1447480 aptitude_0.8-1_amd64.deb
Checksums-Sha256:
 7c405c81e1850ae8d27719d4289a3aba4bee369e24692a856577a1eaccce8db6 2926 aptitude_0.8-1.dsc
 dce79ff6b8869c021911cb695296eb98d1f3d7a7ed57b599bbcb43021a4c60a9 4876972 aptitude_0.8.orig.tar.xz
 44b2c7acf588511ba6a129cc2836b7acd0f403ad48cf209383ab41427a0a99e9 51544 aptitude_0.8-1.debian.tar.xz
 79ae72cf8e8d5ab87e729cf8ca8aa72e0fccb2524d43c7f17786f2ae4cf7e425 1571944 aptitude-common_0.8-1_all.deb
 61db742434f3eab8af5f3841769f3dbd7eee5d34cb992c00af87f7a600a7ba61 20821620 aptitude-dbgsym_0.8-1_amd64.deb
 6d65b622cec768ba91ad4f78762326793d316b9fbd95ffd71b894539903ea55a 366332 aptitude-doc-cs_0.8-1_all.deb
 2ca12e51011dda960fb93e87921abb7c9c8edeadfa8424adae8b8166b4682f63 433776 aptitude-doc-en_0.8-1_all.deb
 4296f46952e369d391de15627c69c0047d527993c935557ac9927afab16a5d35 412210 aptitude-doc-es_0.8-1_all.deb
 9e65752806ac1c532dd8296efc92d968d1aea4bff2fdb994d5389c46ec6aa3a3 273082 aptitude-doc-fi_0.8-1_all.deb
 edbe2fe4c8fb674998c025f35b36e119f18a47dd19ccda2a5bd39cf981cd28b3 314568 aptitude-doc-fr_0.8-1_all.deb
 d0c60f3afddaeacf2099005a0d0e9b00d02fcfb0ddb7eaa316b65766c61b3f68 275292 aptitude-doc-it_0.8-1_all.deb
 b2d46a606701eee5116f0cd4ad580293d57263f00a9b4804c61f657d8290424c 370288 aptitude-doc-ja_0.8-1_all.deb
 33ba3e10f347e60a4ac6f7c1c139d0a1b19ed9e18349d228f520cbed65dc27f8 374778 aptitude-doc-nl_0.8-1_all.deb
 5ae50bdf091044c761bbf05398f44c5f6a058ac248cf76cdb17342b02a9ed675 390984 aptitude-doc-ru_0.8-1_all.deb
 750ff342199d033167d17bf99ae85c0309d9d0aa38d9df41d819609540043757 1447480 aptitude_0.8-1_amd64.deb
Files:
 fbff5a49ff6e55a73cc331cfc193f5b1 2926 admin important aptitude_0.8-1.dsc
 fd261cea000d6e818d9a81d6d4fe014d 4876972 admin important aptitude_0.8.orig.tar.xz
 f31fa725d26ec22c44fb11a1461a1210 51544 admin important aptitude_0.8-1.debian.tar.xz
 d81cbc91f7ee2124ae79213806ab8e9d 1571944 admin important aptitude-common_0.8-1_all.deb
 0e2c2e077e2002898ec51bc9613c2f65 20821620 debug extra aptitude-dbgsym_0.8-1_amd64.deb
 99a4d3c23abb00a5a905b799f7c30e54 366332 doc optional aptitude-doc-cs_0.8-1_all.deb
 34f6d5ec70586b34bcc7ce8cd2841ba4 433776 doc optional aptitude-doc-en_0.8-1_all.deb
 eaeae8a7775325a612d48d557d5096ee 412210 doc optional aptitude-doc-es_0.8-1_all.deb
 436556de52322b8399ad298f33a2c40f 273082 doc optional aptitude-doc-fi_0.8-1_all.deb
 dccd8c5240ad760b6769cdc69161adf3 314568 doc optional aptitude-doc-fr_0.8-1_all.deb
 4a2425279f19b7e0125217c26fa04b26 275292 doc optional aptitude-doc-it_0.8-1_all.deb
 b271454176b3eaf2ffa06ee3c89140e8 370288 doc optional aptitude-doc-ja_0.8-1_all.deb
 eeda8ca136f806bce51ba87c6d599e4b 374778 doc optional aptitude-doc-nl_0.8-1_all.deb
 5fdf94276ee6499bd52afb3c143edd2a 390984 doc optional aptitude-doc-ru_0.8-1_all.deb
 2e1e0ef68169118fe7c73c687487d14c 1447480 admin important aptitude_0.8-1_amd64.deb

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

iQIcBAEBCgAGBQJXF6LAAAoJEH92BqRF3KgOIY4P/3NdRNmITtas1ixYc6+Ta2K/
O1DqjZy6+2pBmjKKIgi2IQdSwdnOfsLqHEE5279TVZRv6lVX5E5EdUC72fW+eqXr
s3mHg341pqVgVchhOBC7jF0hPHOEN+jCvDr4/etehPobBsXy2o0HKXEy+FNO2ZW7
9+IiA3SmYoTm0k3FNiynet4/S9NX0L9C2ToOcF6Q3fYZowKoORQZ5olj0aNVZz+L
i/0tpl49kymlMXiEzWBn5T8n5XJeaDZF1CO9MRXLpf/4r/3Alnj+k6dEHv0TuUwd
xRJSekgxQXNdCgi9d078wDsTAKhBDsKZne14U4vXPjsESABiU9VIArKP5oRSinXc
LB88sRUWt+O9h//sGL8CrI8SRgiCnwn3Ia6xyKIs7VafXKxzwl7iWq4nwuAIGWer
SmEN8UFBrnj4bOni8s45t4+oUEK8bo8x8p9vTxvPwjYYimtLEBp5I/TL83Uuvsve
nu4037eiHmZJKITWBv6NK8PwY9Xssy5iJdyt4wsFKxtwh01Kvfu62yjjLA9GVqmZ
pbCik8gxlcny9+YvEjGrL9bHYrixoXnf8OTeuAhA2sV0aVZV2AFUoXCCsGHBJ7Vk
5I7jXS0d8+z4e3cMB8c7Pyy35pUNBWGl6kMetU6b+9pdG1Olebn9jF6hO552eKA9
SAJbvGQMTCeA1zDz0BeS
=aRes
-----END PGP SIGNATURE-----