summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-03Update .gitignore for doc buildlibDaniel Hartwig2-130/+33
2012-06-03Update doc po filesDaniel Hartwig8-187/+99
2012-06-03DOCBOOK_HTML_XSL contains all xsl dependenciesDaniel Hartwig3-8/+11
2012-06-02README.en → READMEDaniel Hartwig1-1/+1
- was mistakenly renamed during the doc buildlib update
2012-06-02Include documentation and template for new doc buildlib systemDaniel Hartwig3-3/+75
2012-06-01Fix (again) typo in German translationDaniel Hartwig2-2/+2
Closes: #668875
2012-06-01Tweak targets, variables in doc MakefilesDaniel Hartwig11-16/+12
2012-06-01Fix minor groff error in other manpagesDaniel Hartwig10-40/+34
<refmeta> elements which used the &aptitude; (and other) entities were exported with implicit <command> elements. These inserted font change tags which were upcased in the output file, generating an unknown font warning.
2012-06-01Update to the doc buildlib; all translations portedDaniel Hartwig25-560/+350
All doc translations now use the new buildlib rule files which is cleaner and much easier to maintain. This involves many changes and a general cleanup. Some of the more noticable changes: * doc: - html docs no longer install to $docdir/html, but respect the htmldir option of configure (which defaults to $docdir) - build is more parallel * buildlib/doc.mk: - Standard makefile rules for documentation * buildlib/docbook.mk: - Makefile rules for targets from docbook source * buildlib/po4a.mk: - Makefile rules for targets from po4a translations * doc/Makefile.am, doc/??/Makefile.am: - rename LANGCODE to LC - update to use buildlib files; most of these files are now very short * configure.ac: - suppress portability warnings as we require GNU make - include bugreport address - check for tools used to generate the documentation: po4a, xsltproc, fop, rsvg-convert
2012-05-31ForTranslators: README is a filenameDaniel Hartwig42-84/+86
2012-05-31Tidy generation, encoding of README filesDaniel Hartwig35-111/+74
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"
2012-05-31Small bug in doc/it/images/Makefile.amDaniel Hartwig1-1/+1
2012-05-31Fix groff warning in manpageDaniel Hartwig2-2/+3
Closes: #675085
2012-05-30Fix type error in test_sqlite.ccDaniel Hartwig1-3/+3
2012-05-30Restore candidate version on undo, keepDaniel Hartwig2-5/+8
Previously, undo incorrectly restored the candidate to be currently installed version. Keep did not restore it at all. Closes: #529403
2012-05-30Remove static aptitude.it.8Daniel Hartwig2-442/+1
2012-05-30Encoding of README.fr is UTF-8Daniel Hartwig2-3/+3
LP: #642840
2012-05-30Italian translation of safety-cost-level-diagram.svgDaniel Hartwig2-19/+18
2012-05-30Update doc po filesDaniel Hartwig7-8635/+8785
2012-05-30Remove redundancy in doc build systemDaniel Hartwig13-596/+160
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
2012-05-28Fix minor errors in documentBeatrice Torracca3-4/+7
* 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
2012-05-28Integrate Italian docs with build systemDaniel Hartwig6-3/+98
2012-05-27Merge branch 'master' of ssh://git.debian.org/git/aptitude/aptitudeChristian PERRIER24-144/+422
2012-05-27Italian translation of documentationChristian PERRIER32-1/+25085
2012-05-26Update package views after 'Cancel pending actions'Daniel Hartwig2-0/+8
Closes: #595753
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig4-3/+6
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
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig9-125/+387
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
2012-05-24Fold some near-duplicate stringsDaniel Hartwig13-16/+21
2012-05-23Update French translationJean-Baka Domelevo Entfellner2-253/+78
Closes: #673827
2012-05-23Update Simplified ChineseDaniel Hartwig2-65/+51
2012-05-23Update docs for localized column widthsDaniel Hartwig3-11/+11
2012-05-23Adjust default widths of localized columns: broken_count, downloadsizeDaniel Hartwig22-60/+47
Closes: #674045
2012-05-23Update German translationHolger Wansing2-525/+477
Closes: #672467
2012-05-11Update NEWSDaniel Hartwig1-0/+5
2012-05-11Fix build with g++ 4.7Adrian Lang4-7/+9
2012-05-11Add doctype headers to html docs.Daniel Hartwig2-0/+8
2012-05-11Update build files for 0.6.8.Daniel Hartwig2-2/+2
2012-05-11Support really big files in the download systemDaniel Hartwig19-96/+105
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
2012-05-11missing includeDaniel Hartwig1-0/+1
2012-05-03Update po filesDaniel Hartwig41-10624/+9958
2012-05-03Preview screen ignores Pkg-Display-LimitDaniel Hartwig2-4/+10
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
2012-05-03Actually use aptitude::Logging::LevelsDaniel Hartwig2-1/+5
Closes: #654344
2012-05-03'install' actions lock /var/cache/apt/archivesDaniel Hartwig2-12/+17
Other tasks which access that directory (such as 'apt-get clean') will now fail if aptitude is downloading or installing packages. (Closes: #370381)
2012-05-02Remove one more mention to 'su'Daniel Hartwig1-1/+1
2012-05-02Fix check_boost.sh for out-of-tree buildsDaniel Hartwig2-4/+14
2012-05-02Bump date in NEWSDaniel Hartwig1-1/+1
2012-04-28Update NEWS againDaniel Hartwig1-4/+0
2012-04-28Update NEWS againDaniel Hartwig1-0/+8
2012-04-28Hold lists lock with pkgAcquire insteadDaniel Hartwig1-15/+2
Previous code did not hold it for the full download. Closes: #653479
2012-04-27Destroy download_threads when done with themDaniel Hartwig2-2/+4