summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* fix polish --install-suggests text in apt-get manpageWojciech Górski2014-03-131-1/+1
| | | | | | | | Description of the --install-suggests option is wrong in the polish apt-get man page. The actual meaning of this option is the opposite to what is written in the manual. Closes: 741056
* make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-131-5/+5
| | | | Git-Dch: Ignore
* support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-132-1/+21
| | | | | | | | | | Inspired by the rest of the patch in 661537, but abstract the parsing of various ways of setting the build profiles more so it can potentially be reused and all apt parts have the same behaviour. Especially config options, cmdline options and environment will not be combined as proposed as this isn't APTs usual behaviour and dpkg doesn't do it either, so one overrides the other as it normally does.
* autogenerate makefile for vendor systemDavid Kalnischkies2014-03-131-1/+0
| | | | | | It can be useful to have a whole makefile available for vendor setup, but by providing a basic one we can deal with the simple cases more easily (and changes to the system are presumably easier).
* releasing package apt version 0.9.15.5Michael Vogt2014-02-2810-20/+20
|
* releasing package apt version 0.9.15.4Michael Vogt2014-02-2310-20/+20
|
* add apt-vendor information for tangluJon Severinsson2014-02-221-0/+1
|
* Fix typos in documentation (codespell)Michael Vogt2014-02-228-19/+19
|
* releasing package apt version 0.9.15.3Michael Vogt2014-02-2010-514/+718
|
* do not recommend dselect in apt-get manpageDavid Kalnischkies2014-02-141-7/+4
| | | | | | | | | The current description says: "Many users find dselect intimidating and new users may prefer to use apt-based user interfaces." It doesn't feel right to refer users to it then. Closes: 617625
* releasing package apt version 0.9.15.2Michael Vogt2014-02-1310-20/+20
|
* disable doxygen undocumented method warningDavid Kalnischkies2014-02-101-1/+1
| | | | | | | | Very few methods we have are documented, so this is A LOT of noise hidden the "interesting" warnings about methods which are documented, but incorrectly and such stuff. Git-Dch: Ignore
* releasing package apt version 0.9.15.1Michael Vogt2014-02-0610-36/+45
|
* Trivian unfuzzies of the German po4a translationChris Leick2014-01-261-78/+49
|
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-262-78/+88
|\ | | | | | | | | | | | | Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework
| * use svg in doxygen and ensure dot is around for itDavid Kalnischkies2014-01-251-4/+4
| |
| * update german manpage translationChris Leick2014-01-241-69/+64
| |
* | releasing package apt version 0.9.15Michael Vogt2014-01-2510-11/+11
| |
* | releasing package apt version 0.9.14.3~exp5Michael Vogt2014-01-2410-135/+136
| |
* | make update-poMichael Vogt2014-01-249-136/+135
| |
* | releasing package apt version 0.9.14.3~exp4Michael Vogt2014-01-2210-415/+460
| |
* | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵Michael Vogt2014-01-2110-593/+1058
|\ \ | | | | | | | | | | | | | | | | | | into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822
| * | releasing package apt version 0.9.14.3~exp3Michael Vogt2014-01-1810-593/+1058
| | |
| * | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵Michael Vogt2014-01-181-5/+5
| |\ \ | | | | | | | | | | | | debian/experimental-no-abi-break
| * \ \ Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵Michael Vogt2014-01-181-2/+2
| |\ \ \ | | | | | | | | | | | | | | | debian/experimental-no-abi-break
| * \ \ \ merged mvo/feature/deb822Michael Vogt2014-01-161-17/+34
| |\ \ \ \
| * | | | | prepare 0.9.14.3~exp1Michael Vogt2014-01-052-2/+2
| | |_|_|/ | |/| | |
* | | | | add support for multipl types in one lineMichael Vogt2014-01-201-4/+4
| | | | |
* | | | | add support for multiple URIs in deb822 style sources.listMichael Vogt2014-01-201-2/+2
| | | | |
* | | | | add support for Enabled: no in deb822 sources.listMichael Vogt2014-01-201-2/+3
| | | | |
* | | | | add Description tag for deb822 sourcesMichael Vogt2014-01-201-0/+4
| |_|_|/ |/| | |
* | | | rename "Suite/Section" to pluralMichael Vogt2014-01-181-5/+5
| |_|/ |/| |
* | | implement suggestion by donkult (thanks!)Michael Vogt2014-01-171-2/+2
| |/ |/|
* | rename URL to Uri in deb822-sourcesMichael Vogt2014-01-161-2/+2
| |
* | rename "distribution" in sources.list to "suite"Michael Vogt2014-01-161-18/+20
| |
* | document deb822 style sources.listMichael Vogt2014-01-061-1/+16
|/
* prepare releaseMichael Vogt2013-12-2910-20/+74
|
* vendor/getinfo:Michael Vogt2013-12-211-1/+1
| | | | | * vendor/getinfo: - fix ubuntu-codename
* releasing package apt version 0.9.14.1Michael Vogt2013-12-122-3/+3
|
* really release 0.9.14Michael Vogt2013-12-0710-5977/+6909
|
* fix build failure with the new apt-vendors stuffMichael Vogt2013-12-061-1/+1
|
* * document Dpkg::Progress-Fancy (closes: 726169), thanks to James McCoyMichael Vogt2013-12-051-1/+1
|
* add a vendor specific file to have configurable entitiesDavid Kalnischkies2013-11-3024-164/+194
| | | | | | | manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later.
* introduce a vendor system to change sources.listDavid Kalnischkies2013-11-303-14/+10
| | | | | | | | Many derivatives make quiet a few simple changes to apt introducing silly diffs just to change examples and co making it harder for them to update apt and harder for us to merge real changes back. First stop: doc/examples/sources.list
* improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to ↵Michael Vogt2013-10-251-4/+10
| | | | Francesco Poli)
* add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt2013-10-222-0/+14
|
* Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sidMichael Vogt2013-10-081-0/+12
|\
| * add man-page, improve option, use --with-new-pkgs as the flagMichael Vogt2013-08-281-0/+12
| |
* | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8Michael Vogt2013-10-011-1/+9
|/
* allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-161-2/+11
| | | | | | | | | | | | | | | This adds ::InfoFD option alongside the ::Version one to request sending the information to the specified FD, by default it is STDIN as it was the case before. The environment variable APT_HOOK_INFO_FD contains the FD the data is on as a confirmation that the APT version used understood the request. Allowing the hook to choose the FD is needed/helpful e.g. for shellscripts which have a hard time accessing FDs above 9 (as >= 10 are usually used internally by them) Closes: #671728