Age | Commit message (Collapse) | Author | Files | Lines |
|
Encoding issues are now taken care of by html-to-text.
No longer are there "ASCII" hacks in stylesheets and
such.
Some READMEs were available but not installed. Even
though some of these are older translations they are
now all installed to the system.
* doc/aptitude-txt.xsl:
- removed ASCII hacks which did not work
* doc/fixup-text:
- removed this script, no longer needed
* doc/html-to-text:
- now takes mandatory output encoding argument
* explicitly set encodings
- README.en → ISO-8859-1
- README.{cs,es,fr,fi,it,ja} → UTF-8
* po/*.po:
- updated for these changes
- clear incorrect msgstr where the translator
had mistaken the purpose of "README"
|
|
|
|
Closes: #675085
|
|
|
|
Previously, undo incorrectly restored the candidate
to be currently installed version. Keep did not
restore it at all.
Closes: #529403
|
|
|
|
LP: #642840
|
|
|
|
|
|
Lots of code was duplicated between makefiles for the
various translations. Much of this is now in common
rules files making it easier to add new translations.
Translations that use po4a and provide full
documentation have been updated to use the new includes.
Some work is still required to make this compatible
with the non-po4a and partial translations.
* doc/common.mk:
- common rules for doc makefiles
* doc/po4a.mk:
- common rules for po4a makefiles
* doc/po4a/po4a.cfg:
- new po files are picked up automatically
- translate also safety-cost-level-diagram.svg
* doc/po4a/Makefile.am:
- update-po only updates the po files
* doc/po4a/po/Makefile.am:
- include aptitude.pot in dist files
* doc/{es,fr,it}/Makefile.am:
- use common rules
|
|
* doc/en/aptitude.xml:
- 2 instances of the command "versions" mispelled as "version"
* doc/en/manpage.xml:
- an error in the explanation of the dependency resolver costs:
2*removals + 3*upgrades should mean that three removals (2*3)
equals 2 upgrades (3*2).
Closes: #674675
|
|
|
|
|
|
|
|
Closes: #595753
|
|
Task packages (introduced with tasksel 3.0) are
meta-packages which define the dependencies of tasks. The
packages themselves have always worked but the 'tasks'
grouping policy and '?task' search term did not support
them. This update corrects for this.
As a result of this change to tasksel all Debian tasks now
function exactly like meta-packages. (Closes: #382631)
The syntax for installing tasks from the command line has
been updated. It now supports specifying an arch and
requires the same syntax as apt-utils ('^' must be the last
part of the name). Examples:
# aptitude install gnome-desktop^
# aptitude install ssh-server^:armel
This avoids ambiguity that may arise when a task and
package have the same name.
Closes: #382631
|
|
Task packages (introduced with tasksel 3.0) are
meta-packages which define the dependencies of tasks. The
packages themselves have always worked but the 'tasks'
grouping policy and '?task' search term did not support
them. This update corrects for this.
As a result of this change to tasksel all Debian tasks now
function exactly like meta-packages. (Closes: #382631)
The syntax for installing tasks from the command line has
been updated. It now supports specifying an arch and
requires the same syntax as apt-utils ('^' must be the last
part of the name). Examples:
# aptitude install gnome-desktop^
# aptitude install ssh-server^:armel
This avoids ambiguity that may arise when a task and
package have the same name.
Closes: #382631
|
|
|
|
Closes: #673827
|
|
|
|
|
|
Closes: #674045
|
|
Closes: #672467
|
|
|
|
|
|
|
|
|
|
This follows recent changes in apt which added support for
files greater than several gigabytes in size -- using the
'unsigned long long' type to store the file size.
Changelog download is restored as a result of this.
Closes: #669569
LP: #824708
|
|
|
|
|
|
Previously it would apply that limit if UI::Preview-Limit was not set.
This was causing confusion and it is more useful to have these as two
clearly distinct settings.
LP: #381507
|
|
Closes: #654344
|
|
Other tasks which access that directory (such as 'apt-get
clean') will now fail if aptitude is downloading or
installing packages. (Closes: #370381)
|
|
|
|
|
|
|
|
|
|
|
|
Previous code did not hold it for the full download.
Closes: #653479
|
|
|
|
LP: #972847
|
|
This was a rather unsightly kludge and is better suited as
a script for APT::Update::Post-Invoke.
|
|
|
|
* src/generic/apt/download_update_manager.cc:
- run APT::Update hooks (Closes: #476399)
- report fetch errors (Closes: #451137)
|
|
This reverts commit bd3f0ed4935577f5d942b418f11c0a8a50894c7b.
ListUpdate did not fit download_upload_manager well, but appeared
to work. Now reverting in favour of updating the local code and
hopefully this allows us to tackle some of the bugs that popped up.
|
|
12_point_manpage_to_doc_package)
|
|
|
|
Closes: #670379
|
|
|
|
|