~ubuntu-branches/debian/sid/aptitude/sid

« back to all changes in this revision

Viewing changes to doc/en/aptitude.xml

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo
  • Date: 2015-10-07 16:53:49 UTC
  • mfrom: (4.1.23)
  • Revision ID: package-import@ubuntu.com-20151007165349-nlm0cj8u2y2n2t5v
Tags: 0.7.3-1
* New upstream release. Please see /usr/share/aptitude/NEWS for a change
  log with more details.

  - Bug fixes:
    * [cmdline] Correctly calculate the indentation for multi-byte
      encoded strings in command line "show" (Closes: #360202)
    * [curses] Show intended action when downgrading (Closes: #516517)
    * Update internal state for upgrades/downgrades with target version
      after the action is performed (Closes: #787658, #714429)
    * [curses] Don't precede Tags field by newline in package info
      screen (Closes: #799933)
    * Correctly detect state of vers/pkg when is ConfigFiles
      (Closes: #698768)
    * [cmdline] Show "RECOMMENDED but will not be installed" on pipes
      and redirections (Closes: #647474)
    * [curses] Improve the integration of Forbid upgrades
      (Closes: #439258)
    * Remove unneeded automatically installed packages in the same action
      (Closes: #478116, #564545, #637257, #368037, #486454, #738517,
       #789803, #779999, #756507, #759764, #766702, #655483,#740009)
    * Honour ::Purge-Unused when removing packages (Closes: #724034)
    * Be more informative when virtual packages are involved in broken
      deps (Closes: #316633, #798898, #799918)
    * Fix description of config option ::AutoClean-After-Update
      (Closes: #756937)

  - User visible changes:
    * Make boundaries of sessions in the log file more clear
      (Closes: #269275)
    * [curses] Avoid marking as auto/non-auto if already set
      (Closes: #265013)
    * [curses] Print message when starting to perform actions
      (Closes: #323371)
    * Use uppercase APT:: for apt config vars, for consistency
      (Closes: #519425)
    * [cmdline] Print versions of Provides, if they exist
      (Closes: #767393)

  - Internal changes:
    * temp.cc: simplify code and messages and reduce the use of boost
      libs
    * configure.ac: Remove checks for boost/scoped_array.hpp and
      boost/random.hpp, not used anymore
    * Adding missing trigger states in some functions
    * Disable checks in configure.ac and preprocessor in code for
      APT_HAS_TRIGGERS, APT_HAS_HOMEPAGE and HAVE_DDTP (apt supports them
      since 2007-2008).
    * Add functions to check if packages are installed, automatically
      installed, if they are virtual, and others.  They can be used later
      to make other code more consistent, clear and clean.
    * Remove sigc++ include from apt_config_widgets.h (fails to build
      with newer version 2.6 recently uploaded to unstable)

  - Documentation:
    * Guide/User's Manual:
      * Document Brown colour for downgraded packages in UI (feature
        implemented in the last version)

  - Translation updates:
    * Russian by Lev Lamberov (Closes: #769425)
    * Dutch by Frans Spiesschaert (Closes: #800516)


* d/rules: Upgrade C++ required to C++14, only minor changes/fixes from C++11
* debian/patches:
  - Add fix-tmpdir.patch to fix a minor problem with temp directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  <!ENTITY dselect '<command>dselect</command>'>
8
8
  <!ENTITY apt-get '<command>apt-get</command>'>
9
9
  <!ENTITY root '<systemitem class="username">root</systemitem>'>
10
 
  <!ENTITY VERSION '0.7.2'>
 
10
  <!ENTITY VERSION '0.7.3'>
11
11
 
12
12
  <!-- Shortcuts for menu commands: -->
13
13
 
3355
3355
              </varlistentry>
3356
3356
 
3357
3357
              <varlistentry>
 
3358
                <term>Brown</term>
 
3359
                <listitem>
 
3360
                  <para>
 
3361
                    The package is currently installed, and it will be
 
3362
                    downgraded.
 
3363
                  </para>
 
3364
                </listitem>
 
3365
              </varlistentry>
 
3366
 
 
3367
              <varlistentry>
3358
3368
                <term>Magenta</term>
3359
3369
                <listitem>
3360
3370
                  <para>
3950
3960
              More precisely: they will be removed when there is no
3951
3961
              path via Depends, PreDepends, or Recommends to them from
3952
3962
              a manually installed package.  If <link
3953
 
              linkend='configApt-AutoRemove-SuggestsImportant'>Apt::AutoRemove::SuggestsImportant</link>
 
3963
              linkend='configApt-AutoRemove-SuggestsImportant'>APT::AutoRemove::SuggestsImportant</link>
3954
3964
              is true, a Suggests relationship is also enough to keep
3955
3965
              a package installed.
3956
3966
            </para>
4063
4073
 
4064
4074
            <para>
4065
4075
              If the configuration option <link
4066
 
              linkend='configAptInstall-Recommends'><literal>Apt::Install-Recommends</literal></link>
 
4076
              linkend='configAptInstall-Recommends'><literal>APT::Install-Recommends</literal></link>
4067
4077
              is <literal>true</literal>, &aptitude; will always
4068
4078
              attempt to fulfill <quote>new</quote> and
4069
4079
              <quote>previously satisfied</quote> recommendations; all
10772
10782
            <segtitle>Description</segtitle>
10773
10783
 
10774
10784
            <seglistitem id='configApt-AutoRemove-RecommendsImportant'>
10775
 
              <seg><literal>Apt::AutoRemove::RecommendsImportant</literal></seg>
 
10785
              <seg><literal>APT::AutoRemove::RecommendsImportant</literal></seg>
10776
10786
              <seg><literal>true</literal></seg>
10777
10787
 
10778
10788
              <seg>
10781
10791
                (and thus will not automatically remove them) as long
10782
10792
                as any installed package recommends them, even if
10783
10793
                <literal><link
10784
 
                linkend='configAptInstall-Recommends'>Apt::Install-Recommends</link></literal>
 
10794
                linkend='configAptInstall-Recommends'>APT::Install-Recommends</link></literal>
10785
10795
                is <literal>false</literal>.  For more information,
10786
10796
                see <xref linkend='secAutoInstall'/>.
10787
10797
              </seg>
10788
10798
            </seglistitem>
10789
10799
 
10790
10800
            <seglistitem id='configApt-AutoRemove-SuggestsImportant'>
10791
 
              <seg><literal>Apt::AutoRemove::SuggestsImportant</literal></seg>
 
10801
              <seg><literal>APT::AutoRemove::SuggestsImportant</literal></seg>
10792
10802
              <seg><literal>true</literal></seg>
10793
10803
 
10794
10804
              <seg>
10801
10811
            </seglistitem>
10802
10812
 
10803
10813
            <seglistitem id='configApt-Get-ListCleanup'>
10804
 
              <seg><literal>Apt::Get::List-Cleanup</literal></seg>
 
10814
              <seg><literal>APT::Get::List-Cleanup</literal></seg>
10805
10815
              <seg><literal>true</literal></seg>
10806
10816
 
10807
10817
              <seg>
10808
10818
                A synonym for <literal><link
10809
 
                linkend='configApt-ListCleanup'>Apt::List-Cleanup</link></literal>.
 
10819
                linkend='configApt-ListCleanup'>APT::List-Cleanup</link></literal>.
10810
10820
                If either of these options is set to
10811
10821
                <literal>false</literal>, &aptitude; will not delete
10812
10822
                old package list files after downloading a new set of
10815
10825
            </seglistitem>
10816
10826
 
10817
10827
            <seglistitem id='configApt-ListCleanup'>
10818
 
              <seg><literal>Apt::List-Cleanup</literal></seg>
 
10828
              <seg><literal>APT::List-Cleanup</literal></seg>
10819
10829
              <seg><literal>true</literal></seg>
10820
10830
 
10821
10831
              <seg>
10822
10832
                A synonym for <literal><link
10823
 
                linkend='configApt-Get-ListCleanup'>Apt::Get::List-Cleanup</link></literal>.
 
10833
                linkend='configApt-Get-ListCleanup'>APT::Get::List-Cleanup</link></literal>.
10824
10834
                If either of these options is set to
10825
10835
                <literal>false</literal>, &aptitude; will not delete
10826
10836
                old package list files after downloading a new set of
10829
10839
            </seglistitem>
10830
10840
 
10831
10841
            <seglistitem id='configAptInstall-Recommends'>
10832
 
              <seg><literal>Apt::Install-Recommends</literal></seg>
 
10842
              <seg><literal>APT::Install-Recommends</literal></seg>
10833
10843
              <seg><literal>true</literal></seg>
10834
10844
 
10835
10845
              <seg>
11019
11029
                In command-line mode, causes &aptitude; to ignore the
11020
11030
                installation of <link linkend='secTrust'>untrusted
11021
11031
                packages</link>.  This is a synonym for
11022
 
                <literal>Apt::Get::AllowUnauthenticated</literal>.
 
11032
                <literal>APT::Get::AllowUnauthenticated</literal>.
11023
11033
              </seg>
11024
11034
            </seglistitem>
11025
11035
 
11427
11437
                <literal>Aptitude::Recommends-Important</literal>
11428
11438
                caused recommendations to be installed automatically,
11429
11439
                the same way that <literal><link
11430
 
                linkend='configAptInstall-Recommends'>Apt::Install-Recommends</link></literal>
 
11440
                linkend='configAptInstall-Recommends'>APT::Install-Recommends</link></literal>
11431
11441
                does today.  If this option is set to
11432
11442
                <literal>false</literal> and
11433
11443
                <literal>Aptitude::Recommends-Important</literal> is
11434
11444
                also set to <literal>false</literal>, &aptitude; will
11435
11445
                set <literal><link
11436
 
                linkend='configAptInstall-Recommends'>Apt::Install-Recommends</link></literal>
 
11446
                linkend='configAptInstall-Recommends'>APT::Install-Recommends</link></literal>
11437
11447
                to <literal>false</literal> and set
11438
11448
                <literal>Aptitude::Ignore-Recommends-Important</literal>
11439
11449
                to <literal>true</literal> on startup.
11447
11457
 
11448
11458
              <seg>
11449
11459
                This is an obsolete option; use <literal><link
11450
 
                linkend='configApt-AutoRemove-RecommendsImportant'>Apt::AutoRemove::RecommendsImportant</link></literal>
 
11460
                linkend='configApt-AutoRemove-RecommendsImportant'>APT::AutoRemove::RecommendsImportant</link></literal>
11451
11461
                instead.  Setting this option to
11452
11462
                <literal>true</literal> has the same effect as setting
11453
11463
                <literal><link
11454
 
                linkend='configApt-AutoRemove-RecommendsImportant'>Apt::AutoRemove::RecommendsImportant</link></literal>
 
11464
                linkend='configApt-AutoRemove-RecommendsImportant'>APT::AutoRemove::RecommendsImportant</link></literal>
11455
11465
                to <literal>true</literal>.
11456
11466
              </seg>
11457
11467
            </seglistitem>
11463
11473
 
11464
11474
              <seg>
11465
11475
                This is an obsolete option; use <literal><link
11466
 
                linkend='configApt-AutoRemove-SuggestsImportant'>Apt::AutoRemove::SuggestsImportant</link></literal>
 
11476
                linkend='configApt-AutoRemove-SuggestsImportant'>APT::AutoRemove::SuggestsImportant</link></literal>
11467
11477
                instead.  Setting this option to
11468
11478
                <literal>true</literal> has the same effect as setting
11469
11479
                <literal><link
11470
 
                linkend='configApt-AutoRemove-SuggestsImportant'>Apt::AutoRemove::SuggestsImportant</link></literal>
 
11480
                linkend='configApt-AutoRemove-SuggestsImportant'>APT::AutoRemove::SuggestsImportant</link></literal>
11471
11481
                to <literal>true</literal>.
11472
11482
              </seg>
11473
11483
            </seglistitem>
12083
12093
              <seg>
12084
12094
                This is an obsolete configuration option that has been
12085
12095
                superseded by <link
12086
 
                linkend='configAptInstall-Recommends'><literal>Apt::Install-Recommends</literal></link>.
 
12096
                linkend='configAptInstall-Recommends'><literal>APT::Install-Recommends</literal></link>.
12087
12097
                On startup, &aptitude; will copy
12088
12098
                <literal>Aptitude::Recommends-Important</literal> (if
12089
12099
                it exists) to
12090
 
                <literal>Apt::Install-Recommends</literal> and then
 
12100
                <literal>APT::Install-Recommends</literal> and then
12091
12101
                clear
12092
12102
                <literal>Aptitude::Recommends-Important</literal> in
12093
12103
                your user configuration file.
12204
12214
 
12205
12215
              <seg>
12206
12216
                This is an obsolete option; use <literal><link
12207
 
                linkend='configApt-AutoRemove-SuggestsImportant'>Apt::AutoRemove::SuggestsImportant</link></literal>
 
12217
                linkend='configApt-AutoRemove-SuggestsImportant'>APT::AutoRemove::SuggestsImportant</link></literal>
12208
12218
                instead.  Setting this option to
12209
12219
                <literal>true</literal> has the same effect as setting
12210
12220
                <literal><link
12211
 
                linkend='configApt-AutoRemove-SuggestsImportant'>Apt::AutoRemove::SuggestsImportant</link></literal>
 
12221
                linkend='configApt-AutoRemove-SuggestsImportant'>APT::AutoRemove::SuggestsImportant</link></literal>
12212
12222
                to <literal>true</literal>.
12213
12223
              </seg>
12214
12224
            </seglistitem>