Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Polish manpages translation update | bubulle@debian.org | 2010-03-19 | 3 | -510/+2301 |
| | |||||
* | Dutch translation update | bubulle@debian.org | 2010-03-16 | 2 | -145/+142 |
| | |||||
* | doc/po/es.po: Add a missing placeholder xml, fixes build. | Julian Andres Klode | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | * debian/rules: | Julian Andres Klode | 2010-03-12 | 2 | -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 Klode | 2010-03-12 | 2 | -0/+3 |
| | | | | list of members. | ||||
* | Spanish manpages translation update | bubulle@debian.org | 2010-03-10 | 2 | -2385/+3220 |
| | |||||
* | * cmdline/apt-mark: | Julian Andres Klode | 2010-03-01 | 3 | -11/+17 |
| | | | - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). | ||||
* | Completed translation | bubulle@debian.org | 2010-02-28 | 1 | -1/+3 |
| | |||||
* | Correct translation error | bubulle@debian.org | 2010-02-27 | 1 | -2/+2 |
| | |||||
* | Correct translation error | bubulle@debian.org | 2010-02-27 | 1 | -7/+5 |
| | |||||
* | German translation update | bubulle@debian.org | 2010-02-24 | 2 | -248/+247 |
| | |||||
* | fix crash when LANGUAGE is not set | Michael Vogt | 2010-02-18 | 2 | -1/+8 |
| | |||||
* | refreshed po/ doc/po files | Michael Vogt | 2010-02-18 | 51 | -8897/+10234 |
| | |||||
* | merge from the lp:~donkult/apt/sid branch | Michael Vogt | 2010-02-18 | 24 | -113/+319 |
|\ | |||||
| * | * doc/apt-cdrom.8.xml: | David Kalnischkies | 2010-02-18 | 2 | -1/+3 |
| | | | | | | | | - fix typo spotted by lintian: proc(c)eed | ||||
| * | * debian/rules: | David Kalnischkies | 2010-02-18 | 2 | -1/+3 |
| | | | | | | | | - remove creation of empty dir /usr/share/apt | ||||
| * | we break the ABI, so let use increase the ABI number :) | David Kalnischkies | 2010-02-18 | 5 | -23/+16 |
| | | | | | | | | (This is the revert of the glibc-abi-compatibility-hack) | ||||
| * | * doc/apt_preferences.5.xml: | David Kalnischkies | 2010-02-18 | 2 | -1/+11 |
| | | | | | | | | - explicitly warn against careless use (Closes: #567669) | ||||
| * | * debian/control: | David Kalnischkies | 2010-02-18 | 2 | -1/+3 |
| | | | | | | | | - update with no changes to debian policy 3.8.4 | ||||
| * | * aptconfiguration.cc: | David Kalnischkies | 2010-02-18 | 5 | -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 Kalnischkies | 2010-02-18 | 4 | -5/+13 |
| | | | | | | | | - add ngettext support with P_() | ||||
| * | dd support for the LANGUAGE environment variable | David Kalnischkies | 2010-02-18 | 5 | -47/+127 |
| | | |||||
| * | - add --arch option for apt-ftparchive packages and contents commands | David Kalnischkies | 2010-02-18 | 5 | -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 Kalnischkies | 2010-02-18 | 2 | -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/history | Michael Vogt | 2010-02-18 | 18 | -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-inst | Michael Vogt | 2010-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | abicheck: use absoute path for build too | Michael Vogt | 2010-02-18 | 2 | -2/+5 |
| | | | |||||
| * | | abicheck/run_abi_test: check for ../build; abicheck/apt_build.xml: fix ↵ | Michael Vogt | 2010-02-18 | 2 | -1/+6 |
| | | | | | | | | | | | | version name | ||||
| * | | * abicheck/ | Michael Vogt | 2010-02-18 | 5 | -0/+7356 |
| | | | | | | | | | | | | - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker | ||||
| * | | AUTHORS: updated again | Michael Vogt | 2010-02-18 | 1 | -0/+3 |
| | | | |||||
| * | | Change the package index Info methods to allow apt-cache policy to be | Michael Vogt | 2010-02-18 | 4 | -6/+24 |
| | | | | | | | | | | | | useful when using several different archives on the same host. (Closes: #329814, LP: #22354) | ||||
| * | | AUTHORS: updated to reflect current status | Michael Vogt | 2010-02-18 | 1 | -6/+26 |
| | | | |||||
| * | | merged from debian-sid | Michael Vogt | 2010-02-17 | 115 | -12404/+15851 |
| |\ \ | |||||
| * | | | debian/changelog: updated | Michael Vogt | 2010-02-08 | 1 | -0/+1 |
| | | | | |||||
| * | | | add Acquire::http::ProxyAutoDetect configuration that | Michael Vogt | 2010-02-05 | 3 | -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 Vogt | 2010-02-03 | 2 | -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 option | Michael Vogt | 2010-01-27 | 1 | -1/+2 |
| | | | | |||||
| * | | | debian/changelog: add --auto-detect option | Michael Vogt | 2010-01-27 | 1 | -0/+3 |
| | | | | |||||
| * | | | merged from libudev-dlopen | Michael Vogt | 2010-01-27 | 1 | -1/+0 |
| |\ \ \ | |||||
| | * | | | debian/apt.dirs: remove var/lib/apt/media again | Michael Vogt | 2010-01-27 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | merged the latest lp:~mvo/apt/libudev-cdrom branch | Michael Vogt | 2010-01-26 | 6 | -12/+84 |
| |\| | | | |||||
| | * | | | add Dir::Media::MountPath config option | Michael Vogt | 2010-01-26 | 4 | -6/+14 |
| | | | | | |||||
| | * | | | * cmdline/apt-cdrom.cc: | Michael Vogt | 2010-01-26 | 3 | -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-detect | Michael Vogt | 2010-01-26 | 3 | -4/+67 |
| | | | | | |||||
| | * | | | merge from the mvo branch | Michael Vogt | 2010-01-26 | 257 | -40975/+110447 |
| | |\ \ \ | |||||
| * | | | | | * apt-pkg/cdrom.cc: | Michael Vogt | 2010-01-26 | 2 | -1/+4 |
| | |/ / / | |/| | | | | | | | | - fix crash in pkgUdevCdromDevices | ||||
| * | | | | methods/cdrom.cc: fix compilication error | Michael Vogt | 2010-01-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add new "Acquire::cdrom::AutoDetect" variable that enables/disables | Michael Vogt | 2010-01-26 | 3 | -1/+8 |
| | | | | | | | | | | | | | | | the dlopen of libudev for automatic cdrom detection | ||||
| * | | | | * methods/cdrom.cc: | Michael Vogt | 2010-01-22 | 2 | -11/+11 |
| | | | | | | | | | | | | | | | - fixes in multi cdrom setup code | ||||
| * | | | | * apt-pkg/contrib/cdromutl.cc: | Michael Vogt | 2010-01-22 | 2 | -21/+33 |
| | | | | | | | | | | | | | | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again |