summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ↵Michael Vogt2013-08-151-4/+6
| | | | | | | (closes: #705445) Conflicts: debian/changelog
* run "doxygen -u" to update doxygen configDavid Kalnischkies2013-07-271-146/+522
| | | | Git-Dch: Ignore
* implement arch+= and arch-= for sources.listDavid Kalnischkies2013-07-111-1/+5
| | | | | | | | | | | | | | | Default is to acquire all architectures from APT::Architectures which can be changed by arch=, but this isn't very flexible if you want "mostly" the default as you have to hardcode the architectures then, so arch-= and arch+= can be used to add/remove architectures from the default set. On a machine with 'amd64' and 'i386' configured the lines: deb [arch+=armel] http://example.org/debian wheezy rocks deb [arch-=amd64] http://example.org/debian jessie rocks will result in the download of: wheezy Packages for 'amd64', 'i386' and 'armel' jessie Packages for 'i386'
* Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-111-4/+10
| | | | | | | | | | | | | | | | | | | | | Adds on top of Version 2 to all displayed version numbers the architecture as well as the MultiArch flag for consumption by the hooks. Most of the time the architecture will be the same for both versions displayed, but packages might change from "all" to "any" (or back) between versions so we can't display the architecture for packages. Pseudo-Format for Version 3: <name> <version> <arch> <m-a-flag> <compare> <version> <arch> <m-a-flag> Examples: stuff - - none < 1 amd64 none **CONFIGURE** libsame 1 i386 same < 2 i386 same **CONFIGURE** stuff 2 i386 none > 1 i386 none **CONFIGURE** libsame 2 i386 same > - - none **REMOVE** toolkit 1 all foreign > - - none **REMOVE** Closes: #712116
* * Fix up two things in debian/apt.auto-removal.sh:Adam Conrad2013-07-111-1/+1
| | | | | | | | | | - Use exact matches with $-terminated regexes, so we don't get confusion between similarly-named kernel flavours. - Keep linux-backports-modules in sync with installed kernels. Conflicts: configure.in debian/changelog doc/apt-verbatim.ent
* Merge remote-tracking branch 'mvo/bugfix/bts-712433' into debian/sidMichael Vogt2013-07-021-0/+8
|\
| * Improve the apt-cdrom output when no CD-ROM can be auto-detectedMichael Vogt2013-06-221-0/+8
| | | | | | | | (closes: #712433)
* | fix syntax error in the configure-indexDavid Kalnischkies2013-06-201-1/+1
|/ | | | | | | The file isn't supposed to be a valid config file, but it should show valid syntax non-the-less. Git-Dch: Ignore
* fix file location for configure-index.gz in apt.conf(5)David Kalnischkies2013-06-1310-1465/+1488
| | | | Closes: #711921
* stop building l10n if strings are unchangedDavid Kalnischkies2013-06-091-1/+1
| | | | | | The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time.
* build the en manpages in subdirectory doc/enDavid Kalnischkies2013-06-092-53/+57
| | | | | Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too.
* refresh translationsMichael Vogt2013-05-083-196/+97
|
* Complete translationbubulle@debian.org2013-04-091-97/+196
|
* Reformat PO filebubulle@debian.org2013-04-091-1/+1
|
* Fix typobubulle@debian.org2013-04-091-1/+1
|
* releasing version 0.9.7.9~exp3Michael Vogt2013-04-082-2/+2
|
* releasing version 0.9.7.9~exp2Michael Vogt2013-04-032-3/+3
|
* merged lp:~mvo/apt/fix-inrelease5Michael Vogt2013-04-0210-1669/+2044
|\
* | * doc/apt.conf.5.xml:Michael Vogt2013-03-251-0/+12
| | | | | | - document Acquire::ForceIPv{4,6}
* | releasing version 0.9.7.9~exp1Michael Vogt2013-03-221-1/+1
| |
* | merged the debian-wheezy branchMichael Vogt2013-03-222-3/+3
|\|
| * * SECURITY UPDATE: InRelease verification bypassMichael Vogt2013-03-142-3/+3
| | | | | | | | | | | | | | | | | | - CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw
* | fix missing translated apt.8 manpages, thanks to Helge KreutzmannMichael Vogt2013-01-091-0/+2
| | | | | | for the report. Closes: #696923
* | doc/po/it.po: fix small XML errorsMichael Vogt2013-01-081-2/+2
| |
* | Italian translation update for manpagesbubulle@debian.org2012-12-241-532/+4177
|/
* releasing version 0.9.7.7Michael Vogt2012-12-131-1/+1
|
* releasing version 0.9.7.6Michael Vogt2012-10-161-1/+1
|
* merge from lp:~donkult/apt/sidMichael Vogt2012-10-152-3/+3
|
* releasing version 0.9.7.5Michael Vogt2012-09-111-1/+1
|
* Portuguese (Américo Monteiro) (Closes: #686975)bubulle@debian.org2012-09-081-1145/+645
|
* * Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)KURASAWA Nozomu2012-08-302-2001/+1008
|
* * doc/apt_preferences.5.xml:David Kalnischkies2012-08-3010-1344/+711
| | | | - use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989)
* releasing version 0.9.7.4Michael Vogt2012-08-061-1/+1
|
* merged from davidMichael Vogt2012-08-062-272/+123
|\
| * * doc/apt-verbatim.ent:David Kalnischkies2012-08-041-4/+4
| | | | | | | | - denote 'wheezy' as stable codename and 'jessie' as testing codename in the documentation in preparation for release
| * Polish manpages translation (Closes: #683109)Robert Luberda2012-08-041-268/+119
| |
* | merged from davidMichael Vogt2012-07-272-3/+3
|\|
| * fix two markup-typos in the spanish manpage translationDavid Kalnischkies2012-07-181-2/+2
|/
* Spanish; (Omar Campagne). Closes: #681566bubulle@debian.org2012-07-141-1704/+933
|
* releasing version 0.9.7.2Michael Vogt2012-07-131-1/+1
|
* doc/po/fr.po: fix xml errorMichael Vogt2012-07-131-1/+1
|
* merged from lp:~donkult/apt/sidMichael Vogt2012-07-091-911/+364
|\