Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add options to disable specific checksums for Indexes | David Kalnischkies | 2011-02-22 | 5 | -65/+101 |
| | |||||
* | * ftparchive/writer.cc: | David Kalnischkies | 2011-02-22 | 2 | -1/+12 |
| | | | - ensure that Date and Valid-Until time strings are not localised | ||||
* | * Fix error in French translation of manpages (apt_preferences(5)). | bubulle@debian.org | 2011-02-18 | 2 | -24/+29 |
| | | | | Merci, Rémi Vanicat. Closes: #613689 * Complete French manpage translation | ||||
* | debian/control: remove Luca Bruno from the maintainers (on his own request) | Michael Vogt | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | releasing version 0.8.11.5 | Michael Vogt | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-17 | 2 | -3/+15 |
|\ | |||||
| * | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-02-17 | 2 | -3/+15 |
|/ | | | | | | | | - party revert fix in 0.8.11.2 which marked all packages as manual installed if the FromUser bit is set in the MarkInstall call. The default for this bit is true and aptitude depends on the old behavior so the package is only marked as manual if its not marked ("old" behavior) or if automatic installation is enabled - which aptitude disables always (see also #613775) | ||||
* | Refresh PO files | bubulle@debian.org | 2011-02-16 | 41 | -8938/+10736 |
| | |||||
* | * Add missing dot in French translation of manpages. Merci, Olivier | bubulle@debian.org | 2011-02-16 | 3 | -314/+353 |
| | | | | | Humbert. * French translation update * French manpages translation update | ||||
* | releasing version 0.8.11.4 | Michael Vogt | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | merged from donkult and fix dashish | Michael Vogt | 2011-02-16 | 5 | -2/+110 |
|\ | |||||
| * | * cmdline/apt-get.cc: | David Kalnischkies | 2011-02-15 | 4 | -1/+105 |
|/ | | | - don't remove new dependencies of garbage packages (Closes: #613420) | ||||
* | test/integration/: remove a bunch of "local" statements from the ↵ | Michael Vogt | 2011-02-15 | 12 | -12/+19 |
| | | | | shellscript, keep tests running even on failure but log failures | ||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-15 | 4 | -94/+120 |
|\ | |||||
| * | * apt-pkg/contrib/error.cc: | David Kalnischkies | 2011-02-15 | 4 | -94/+120 |
|/ | | | - ensure that va_list is not invalid in second try | ||||
* | releasing version 0.8.11.3 | Michael Vogt | 2011-02-14 | 1 | -2/+1 |
| | |||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-14 | 5 | -4/+18 |
|\ | |||||
| * | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2011-02-14 | 5 | -4/+18 |
|/ | | | | | | | - really detect bigendian machines by including config.h, so we can really (Closes: #612986) * apt-pkg/contrib/mmap.cc: - Base has as 'valid' failure states 0 and -1 so add a simple validData method to check for failure states | ||||
* | releasing version 0.8.11.2 | Michael Vogt | 2011-02-14 | 1 | -7/+3 |
| | |||||
* | doc/po/*: refreshed | Michael Vogt | 2011-02-14 | 9 | -6994/+8088 |
| | |||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-14 | 15 | -54/+183 |
|\ | |||||
| * | use inttypes to avoid suprises with different type sizes | David Kalnischkies | 2011-02-14 | 1 | -2/+8 |
| | | |||||
| * | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2011-02-13 | 2 | -3/+11 |
| | | | | | | | | - reorder the loaded filesize bytes for big endian (Closes: #612986) Thanks to Jörg Sommer for the detailed analyse! | ||||
| * | update size of dynamic MMap as we write in from the outside | David Kalnischkies | 2011-02-13 | 3 | -4/+11 |
| | | |||||
| * | * apt-pkg/contrib/mmap.cc: | David Kalnischkies | 2011-02-12 | 2 | -1/+5 |
| | | | | | | - do not try to free the mapping if its is unset | ||||
| * | * methods/rred.cc: | David Kalnischkies | 2011-02-12 | 2 | -3/+7 |
| | | | | | | - read patch into MMap only if we work on uncompressed patches | ||||
| * | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-02-11 | 4 | -4/+101 |
| | | | | | | | | | | - mark a package which was requested to be installed on commandline always as manual regardless if it is already marked or not as the marker could be lost later by the removal of rdepends (Closes: #612557) | ||||
| * | use apt-mark instead of hand-mangling with the extended_states file | David Kalnischkies | 2011-02-10 | 5 | -45/+34 |
| | | |||||
| * | * cmdline/apt-get.cc: | David Kalnischkies | 2011-02-09 | 3 | -0/+14 |
| | | | | | | - add --install-suggests option (Closes: #473089) | ||||
* | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-02-10 | 48 | -50/+61 |
|\ \ | |/ |/| | |||||
| * | * merged lp:~evfool/apt/fix641673: | Michael Vogt | 2011-02-10 | 3 | -6/+8 |
| | | | | | | | | * merged lp:~evfool/apt/fix418552: - Grammar fix for bug LP: #418552, thanks to Robert Roth | ||||
| * | * merged lp:~evfool/apt/fix641673 | Michael Vogt | 2011-02-10 | 46 | -46/+55 |
| | | | | | | | | - String-fix in the source and the translations for the grammatical mistake reported in bug LP: #641673, thanks to Robert Roth | ||||
* | | releasing version 0.8.11.1 | Michael Vogt | 2011-02-09 | 1 | -1/+1 |
| | | |||||
* | | debian/apt-utils.symbols: fix symbol instead of removing it | Michael Vogt | 2011-02-09 | 1 | -0/+2 |
| | | |||||
* | | debian/apt-utils.symbols: remove gcc-4.4 specific symbol to make it build again | Michael Vogt | 2011-02-09 | 1 | -2/+0 |
| | | |||||
* | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-09 | 4 | -16/+59 |
|\ \ | |||||
| * | | * debian/apt.symbols: | David Kalnischkies | 2011-02-08 | 3 | -16/+49 |
| | | | | | | | | | - add more arch dependent symbols | ||||
| * | | [ Stefan Lippers-Hollmann ] | Stefan Lippers-Hollmann | 2011-02-08 | 2 | -1/+11 |
|/ / | | | | | | | | | | | | | * cmdline/apt-key: - fix root test which prevented setting of trustdb-name which lets gpg fail if it adds/remove keys from trusted.gpg as it tries to open the (maybe) not existent /root/.gnupg | ||||
* | | releasing version 0.8.11 | Michael Vogt | 2011-02-08 | 1 | -2/+2 |
| | | |||||
* | | merged lp:~donkult/apt/sid | Michael Vogt | 2011-02-08 | 1 | -13/+26 |
|\ \ | |||||
| * | | update apt.symbols file to reflect 0.8.11 release | David Kalnischkies | 2011-02-08 | 1 | -13/+26 |
|/ / | |||||
* | | po/*: make update-po | Michael Vogt | 2011-02-08 | 42 | -8219/+8735 |
| | | |||||
* | | debian/changelog, debian/NEWS: prepare upload | Michael Vogt | 2011-02-08 | 2 | -2/+5 |
| | | |||||
* | | merged lp:~donkult/apt/sid | Michael Vogt | 2011-02-08 | 20 | -159/+587 |
|\ \ | |||||
| * | | a notice is printed for ignored files (Closes: #597615) | David Kalnischkies | 2011-02-07 | 4 | -6/+13 |
| | | | |||||
| * | | * apt-pkg/contrib/error.cc: | David Kalnischkies | 2011-02-07 | 3 | -7/+39 |
| | | | | | | | | | - remove 400 char size limit of error messages (LP: #365611) | ||||
| * | | rename changelog and autoremove testfile to indicate better what is tested | David Kalnischkies | 2011-02-07 | 2 | -0/+0 |
| | | | |||||
| * | | implement --print-uris for download command | David Kalnischkies | 2011-02-07 | 2 | -5/+45 |
| | | | |||||
| * | | implement download-only for changelog command which downloads the | David Kalnischkies | 2011-02-07 | 2 | -14/+39 |
| | | | | | | | | | | | | changelog to the file $PKGNAME.changelog in the current directory | ||||
| * | | implement --print-uris support for changelog command | David Kalnischkies | 2011-02-07 | 2 | -4/+19 |
| | | |