summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Polish manpages translation updatebubulle@debian.org2010-03-193-510/+2301
|
* Dutch translation updatebubulle@debian.org2010-03-162-145/+142
|
* doc/po/es.po: Add a missing placeholder xml, fixes build.Julian Andres Klode2010-03-121-1/+1
|
* * debian/rules:Julian Andres Klode2010-03-122-2/+5
| | | | - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
* apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the ↵Julian Andres Klode2010-03-122-0/+3
| | | | list of members.
* Spanish manpages translation updatebubulle@debian.org2010-03-102-2385/+3220
|
* * cmdline/apt-mark:Julian Andres Klode2010-03-013-11/+17
| | | - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
* Completed translationbubulle@debian.org2010-02-281-1/+3
|
* Correct translation errorbubulle@debian.org2010-02-271-2/+2
|
* Correct translation errorbubulle@debian.org2010-02-271-7/+5
|
* German translation updatebubulle@debian.org2010-02-242-248/+247
|
* fix crash when LANGUAGE is not setMichael Vogt2010-02-182-1/+8
|
* refreshed po/ doc/po filesMichael Vogt2010-02-1851-8897/+10234
|
* merge from the lp:~donkult/apt/sid branchMichael Vogt2010-02-1824-113/+319
|\
| * * doc/apt-cdrom.8.xml:David Kalnischkies2010-02-182-1/+3
| | | | | | | | - fix typo spotted by lintian: proc(c)eed
| * * debian/rules:David Kalnischkies2010-02-182-1/+3
| | | | | | | | - remove creation of empty dir /usr/share/apt
| * we break the ABI, so let use increase the ABI number :)David Kalnischkies2010-02-185-23/+16
| | | | | | | | (This is the revert of the glibc-abi-compatibility-hack)
| * * doc/apt_preferences.5.xml:David Kalnischkies2010-02-182-1/+11
| | | | | | | | - explicitly warn against careless use (Closes: #567669)
| * * debian/control:David Kalnischkies2010-02-182-1/+3
| | | | | | | | - update with no changes to debian policy 3.8.4
| * * aptconfiguration.cc:David Kalnischkies2010-02-185-9/+105
| | | | | | | | | | | | | | | | | | | | - include all existing Translation files in the Cache (Closes: 564137) Previously if APT was executed with a different LC_* all these invocations needed to rebuild the Cache as too many files were included or missing: Now the lists-directory is checked for Translation-files and all these will be included in getLanguages() regardless of the environment setting (after a "none" so APT will not use them for displaying information).
| * * buildlib/apti18n.h.in, po/makefile:David Kalnischkies2010-02-184-5/+13
| | | | | | | | - add ngettext support with P_()
| * dd support for the LANGUAGE environment variableDavid Kalnischkies2010-02-185-47/+127
| |
| * - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies2010-02-185-24/+34
| | | | | | | | | | - if an arch is given accept only *_all.deb and *_arch.deb instead of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-02-182-1/+4
| | | | | | | | | | - stdin redirected to /dev/null takes all CPU (Closes: #569488) Thanks to Aurelien Jarno for providing (again) a patch!
* | * [BREAK] merged lp:~mvo/apt/historyMichael Vogt2010-02-1818-95/+7647
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * | abicheck/run_abi_test: check both libapt-pkg and libapt-instMichael Vogt2010-02-181-1/+1
| | |
| * | abicheck: use absoute path for build tooMichael Vogt2010-02-182-2/+5
| | |
| * | abicheck/run_abi_test: check for ../build; abicheck/apt_build.xml: fix ↵Michael Vogt2010-02-182-1/+6
| | | | | | | | | | | | version name
| * | * abicheck/Michael Vogt2010-02-185-0/+7356
| | | | | | | | | | | | - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
| * | AUTHORS: updated againMichael Vogt2010-02-181-0/+3
| | |
| * | Change the package index Info methods to allow apt-cache policy to beMichael Vogt2010-02-184-6/+24
| | | | | | | | | | | | useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
| * | AUTHORS: updated to reflect current statusMichael Vogt2010-02-181-6/+26
| | |
| * | merged from debian-sidMichael Vogt2010-02-17115-12404/+15851
| |\ \
| * | | debian/changelog: updatedMichael Vogt2010-02-081-0/+1
| | | |
| * | | add Acquire::http::ProxyAutoDetect configuration that Michael Vogt2010-02-053-1/+53
| | | | | | | | | | | | | | | | can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout
| * | | * methods/http.cc:Michael Vogt2010-02-032-14/+19
| | | | | | | | | | | | | | | | - add cache-control headers even if no cache is given to allow adding options for intercepting proxies
| * | | cmdline/apt-cdrom.cc: add help, fix duplicated optionMichael Vogt2010-01-271-1/+2
| | | |
| * | | debian/changelog: add --auto-detect optionMichael Vogt2010-01-271-0/+3
| | | |
| * | | merged from libudev-dlopenMichael Vogt2010-01-271-1/+0
| |\ \ \
| | * | | debian/apt.dirs: remove var/lib/apt/media againMichael Vogt2010-01-271-1/+0
| | | | |
| * | | | merged the latest lp:~mvo/apt/libudev-cdrom branchMichael Vogt2010-01-266-12/+84
| |\| | |
| | * | | add Dir::Media::MountPath config optionMichael Vogt2010-01-264-6/+14
| | | | |
| | * | | * cmdline/apt-cdrom.cc:Michael Vogt2010-01-263-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed signed/unsigned warning - create /media mount point if needed - fix initialization for res in DoAdd() * methods/cdrom.cc: - make AptMountPoint a variable
| | * | | cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-263-4/+67
| | | | |
| | * | | merge from the mvo branchMichael Vogt2010-01-26257-40975/+110447
| | |\ \ \
| * | | | | * apt-pkg/cdrom.cc:Michael Vogt2010-01-262-1/+4
| | |/ / / | |/| | | | | | | | - fix crash in pkgUdevCdromDevices
| * | | | methods/cdrom.cc: fix compilication errorMichael Vogt2010-01-261-1/+1
| | | | |
| * | | | add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt2010-01-263-1/+8
| | | | | | | | | | | | | | | the dlopen of libudev for automatic cdrom detection
| * | | | * methods/cdrom.cc:Michael Vogt2010-01-222-11/+11
| | | | | | | | | | | | | | | - fixes in multi cdrom setup code
| * | | | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-222-21/+33
| | | | | | | | | | | | | | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again