summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-03-21Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies
essential flag: * native is the default and will only mark packages of the main arch * all will mark all packages which have these flag in Packages * none will obviously do the opposite * installed will only mark packages which are installed as essential, so it will behave in the same way as dpkg does it. It is mostly needed sometimes for debugging but some users with special needs might like to switch the mode as well under the expense to be on their own…
2010-03-19add a missing \n to pl translation i had removed previously by accidentDavid Kalnischkies
2010-03-19first-time build the translated manpages and remove the directoriesDavid Kalnischkies
in the veryclean target to get right of all autogenerated files.
2010-03-19modify and clarify the comments for the translation placeholders a bitDavid Kalnischkies
and as it was only a comment change unfuzzy the translations.
2010-03-19merge with debian-sid to get new pl-manpageDavid Kalnischkies
2010-03-19add translation of the manpages to PT (portuguese)David Kalnischkies
Thanks to Américo Monteiro!
2010-03-19Polish manpages translation updatebubulle@debian.org
2010-03-16apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt
2010-03-15* doc/makefile, doc/*:David Kalnischkies
- generate subdirectories for building the manpages in on the fly depending on the po files we have.
2010-03-14merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies
typos in doc/po/es.po to generate the manpages properly. [ Christian Perrier ] * German translation update. Closes: #571037 * Spanish manpages translation update. Closes: #573293 [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). * apt-inst/contrib/arfile.h: - Add public ARArchive::Members() which returns the list of members. * debian/rules: - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
2010-03-12doc/po/es.po: Add a missing placeholder xml, fixes build.Julian Andres Klode
2010-03-12* cmdline/apt-get.cc:Michael Vogt
- if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641)
2010-03-12* cmdline/apt-get.cc:David Kalnischkies
- add a --only-upgrade flag to install command (Closes: #572259) That is NOT what is requested in e.g. #74067 - this is a very simple flag which behaves orthogonal to --no-upgrade not a full-blown upgrade option for a single package instead of the whole package set.
2010-03-10Spanish manpages translation updatebubulle@debian.org
2010-03-02* doc/apt_preferences.5.xml:David Kalnischkies
- fix two typos and be more verbose in the novice warning. Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
2010-02-18refreshed po/ doc/po filesMichael Vogt
2010-02-18merge from the lp:~donkult/apt/sid branchMichael Vogt
2010-02-18* [BREAK] merged lp:~mvo/apt/historyMichael Vogt
- this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log) * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies - add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout (this is a step towards WPAD and zeroconf/avahi support) * abicheck/ - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker * Change the package index Info methods to allow apt-cache policy to be useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
2010-02-18* doc/apt-cdrom.8.xml:David Kalnischkies
- fix typo spotted by lintian: proc(c)eed
2010-02-18* doc/apt_preferences.5.xml:David Kalnischkies
- explicitly warn against careless use (Closes: #567669)
2010-02-18 - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies
- if an arch is given accept only *_all.deb and *_arch.deb instead of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
2010-02-17merged from debian-sidMichael Vogt
2010-02-13merge with debian-sidDavid Kalnischkies
2010-01-29First French updatebubulle@debian.org
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt
2010-01-26add Dir::Media::MountPath config optionMichael Vogt
2010-01-26add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt
the dlopen of libudev for automatic cdrom detection
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt
- Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced (= restore old behaviour). (Closes: #565213) * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here * apt-pkg/deb/dpkgpm.cc: - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770) * doc/*: - replace the per language addendum with a global addendum - add a explanation why translations include (maybe) english parts to the new global addendum (Closes: #561636) * apt-pkg/contrib/strutl.cc: - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
2010-01-20replace the per language addendum with a global addendum andDavid Kalnischkies
add a explanation why translations include (maybe) english parts to this new global addendum (Closes: #561636)
2010-01-17merge with lp:~mvo/apt/apt-sid to get the complete frDavid Kalnischkies
2010-01-16Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies
file if no extension is enforced (= restore old behaviour). (Closes: #565213) This commit includes also: * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here And a lovely test application of course.
2010-01-16Completed translationbubulle@debian.org
2010-01-14French translation update (17 left)bubulle@debian.org
2010-01-13merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies
2010-01-09* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt
- add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
2010-01-08* French manpage translation updateMichael Vogt
* spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
2010-01-0844 strings leftbubulle@debian.org
2010-01-04merge again with lp:~mvo/apt/debian-sid to get a buildable fr againDavid Kalnischkies
2010-01-04finally merge the rest of the patchset from Arnaud EbalardDavid Kalnischkies
with the CRL and Issuers options for https, thanks! (Closes: #485963)
2010-01-04add TrustedParts so in the future new keyrings can just be droppedDavid Kalnischkies
into /etc/apt/trusted.gpg.d/ which eliminates the need to have gpg installed to add keys to APTs trusted keyring (with apt-key) (Closes #304846) - Thanks to Timo Weingärtner & Peter Palfrader for providing different patchs/ideas for this!
2010-01-04Review continued by Stephane Blondonbubulle@debian.org
2010-01-03Reviewed by Philippe bataillerbubulle@debian.org
2010-01-03Review by Stephane Blondon and msgcatbubulle@debian.org
2010-01-02fix a typo in the apt.conf manpage spotted by lintianDavid Kalnischkies
W: apt: spelling-error-in-manpage usr/share/man/man5/apt.conf.5.gz enviroment environment
2010-01-02add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies
not download too many or too big patches (Closes: #554349)
2010-01-01instruct debiandoc to build files with utf-8 encodingDavid Kalnischkies
2010-01-01update german manpage translation by Chris LeickDavid Kalnischkies
2010-01-01Chris Leick spot & fix various typos in all manpagesDavid Kalnischkies
2010-01-01merge with lp:~mvo/apt/debian-sid to get updated frenchDavid Kalnischkies
2009-12-29French translation updatebubulle@debian.org