Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | po: Fix Plural-Forms fields | Guillem Jover | 2014-07-08 | 11 | -5/+12 |
| | |||||
* | po: Fill Project-Id-Version with correct project id and version | Guillem Jover | 2014-07-08 | 2 | -2/+2 |
| | |||||
* | po: Remove fuzzy from file msgid header | Guillem Jover | 2014-07-08 | 1 | -1/+0 |
| | |||||
* | po: Fill or add missing Language field | Guillem Jover | 2014-07-08 | 12 | -11/+12 |
| | |||||
* | Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleaner | Michael Vogt | 2014-07-08 | 2 | -1/+7 |
| | | | | | | | Having "/" here is most likely a user configuration error and may cause removal of import symlinks like /vmlinuz Closes: #753531 | ||||
* | Improve description how to turn off the caches | Cédric Barboiron | 2014-07-08 | 1 | -4/+5 |
| | | | | Closes: #753531 | ||||
* | use printf instead of echo in testing framework | Michele Orrù | 2014-07-07 | 2 | -31/+31 |
| | | | | | | | | | The behaviour of echo "\tA\t" differs between dash/zsh which interprets the \t as tab and bash which prints it literally. Similar things happen for other escape sequences – without the -e flag. Switching to printf makes this more painless^Wportable, so that the tests are also working correctly with bash as sh. (commit message by committer, patch otherwise unmodified) | ||||
* | properly handle (currently unused) dpkg pass-through | David Kalnischkies | 2014-07-07 | 1 | -13/+16 |
| | | | | Git-Dch: ignore | ||||
* | use exit instead of incorrect return in test wrapper | Michele Orrù | 2014-07-07 | 1 | -4/+5 |
| | | | | | | bash as sh doesn't like it, too. Git-Dch: Ignore | ||||
* | handle moved mmap after UniqFindTagWrite call | David Kalnischkies | 2014-07-07 | 1 | -2/+6 |
| | | | | | | | | | | | | A call to UniqFindTagWrite can trigger the need for a bigger mmap, which is usually done by moving it, but with this move all pointers into it become invalid (and have to be remapped). The compiler calculates the pointer before the execution of the call though, so it tries to store the returned value at the old location, resulting in a segfault. We solve this by use of a temprorary variable as we did in the other instances of this problem before. Closes: #753941 | ||||
* | Danish program translation update | Joe Hansen | 2014-07-07 | 1 | -50/+67 |
| | | | | Closes: 753979 | ||||
* | Try not to parse invalid translation files (LP: #756317) | Michael Vogt | 2014-07-03 | 2 | -34/+19 |
| | |||||
* | redo two typo fixes lost in German update collision | David Kalnischkies | 2014-06-25 | 1 | -2/+2 |
| | | | | | | | | | In 037fada40db175e95f44c0cb039474c6dc518963 two typos were fixed which collided with an update ongoing for German po which was committed in 48388911a734ed9ce10ab05043fadba3eed09a1f, so this commit just merges the first commit again. Git-Dch: Ignore | ||||
* | l10n: vi.po: Update 3 new messages | Trần Ngọc Quân | 2014-06-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | ||||
* | methods/http.cc: use Req.str() in debug output | Michael Vogt | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | German translation reviewed by Erik Pfannenstein | Chris Leick | 2014-06-19 | 1 | -72/+54 |
| | |||||
* | releasing package apt version 1.0.5 | Michael Vogt | 2014-06-18 | 55 | -3912/+4074 |
| | |||||
* | EDSP doc: some typo and wording fixes | David Kalnischkies | 2014-06-18 | 1 | -8/+8 |
| | | | | Git-Dch: Ignore | ||||
* | EDSP doc: (minor) consistently use 2 blank lines before headings | Stefano Zacchiroli | 2014-06-18 | 1 | -0/+2 |
| | | | | Git-Dch: Ignore | ||||
* | EDSP doc: clarify that Install/Remove packages are arch-qualified | Stefano Zacchiroli | 2014-06-18 | 1 | -4/+12 |
| | |||||
* | do not call resolver twice on (dist-)upgrade | David Kalnischkies | 2014-06-18 | 5 | -18/+32 |
| | |||||
* | show our broken packages message in 'apt' solver | David Kalnischkies | 2014-06-18 | 4 | -117/+134 |
| | |||||
* | fix SubstVar to be usable as a replace_all method | David Kalnischkies | 2014-06-18 | 2 | -7/+49 |
| | | | | | | | The name suggests that it is supposed to substitute a variable with a value, but we tend to use it in a more liberal replace_all() fashion, but this breaks if either of the parameters is empty or more importantly if two "variable" occurrences follow each other directly. | ||||
* | don't send pkg from an unknown architecture via EDSP | David Kalnischkies | 2014-06-18 | 1 | -0/+7 |
| | | | | | | | | APT's cache can include packages from architectures dpkg has no knowledge about and can therefore not be installed for e.g. to allow easy lookups. There is no point in telling external solvers about them though and some of them might even be really talkative about ignoring them if we do. | ||||
* | use P_ instead of ngettext to compiling with --disable-nls | Fredrik Fornwall | 2014-06-18 | 1 | -1/+1 |
| | | | | Closes: 751857 | ||||
* | add missing comma in SEE ALSO of apt-secure manpage | Konstantin Manna | 2014-06-18 | 10 | -17/+17 |
| | | | | Closes: 748506 | ||||
* | fix two german manpage spelling mistakes | Konstantin Manna | 2014-06-18 | 1 | -2/+2 |
| | | | | Closes: 751635 | ||||
* | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2014-06-18 | 1 | -1/+4 |
|\ | |||||
| * | Tell the user if no updates are available after apt update | Michael Vogt | 2014-06-18 | 1 | -1/+4 |
| | | | | | | | | | | | | Thanks to Jakub Wilk for the suggestion. Closes: #751388 | ||||
* | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2014-06-18 | 1 | -1/+1 |
|\| | |||||
| * | test/integration/test-essential-force-loopbreak: fix on non-amd64 systems | Michael Vogt | 2014-06-12 | 1 | -1/+1 |
| | | |||||
* | | Updated translation of german documentation | Chris Leick | 2014-06-17 | 1 | -60/+61 |
| | | |||||
* | | Check for gtest's header before building. | Michele Orrù | 2014-06-17 | 1 | -4/+11 |
| | | | | | | | | | | Add AC_CHECK_HEADER directive for gtest, and report a fatal error message if not found. | ||||
* | | fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver tests | Michael Vogt | 2014-06-11 | 3 | -3/+5 |
| | | |||||
* | | fix autopkgtest tests | Michael Vogt | 2014-06-11 | 4 | -2/+5 |
|/ | |||||
* | really release 1.0.4 | Michael Vogt | 2014-06-10 | 46 | -47/+47 |
| | |||||
* | release 1.0.4 | Michael Vogt | 2014-06-10 | 47 | -7488/+8779 |
| | |||||
* | apt-private/private-output.cc: fix cppcheck output | Michael Vogt | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travis | Michael Vogt | 2014-06-10 | 2 | -5/+5 |
| | |||||
* | use pkgSrcRecords::Step() instead of Next() | Michael Vogt | 2014-06-10 | 3 | -5/+5 |
| | |||||
* | prepare 1.0.4 upload | Michael Vogt | 2014-06-10 | 1 | -0/+41 |
| | |||||
* | Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid | Michael Vogt | 2014-06-10 | 3 | -0/+36 |
|\ | |||||
| * | show upgradable packages after apt update | Michael Vogt | 2014-05-22 | 3 | -0/+36 |
| | | | | | | | | Closes: 748389 | ||||
* | | Merge remote-tracking branch ↵ | Michael Vogt | 2014-06-10 | 4 | -0/+51 |
|\ \ | | | | | | | | | | 'mvo/bugfix/apt-get-source-unauthenticated-warning' into debian/sid | ||||
| * | | Show unauthenticated warning for source packages as well | Michael Vogt | 2014-06-02 | 4 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will show the same unauthenticated warning for source packages as for binary packages and will not download a source package if it is unauthenticated. This can be overridden with --allow-unauthenticated Closes: #749795 | ||||
* | | | Merge remote-tracking branch 'mvo/bugfix/lp1274466-cache' into debian/sid | Michael Vogt | 2014-06-10 | 5 | -11/+129 |
|\ \ \ | |||||
| * | | | Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466) | Michael Vogt | 2014-06-04 | 5 | -11/+129 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sid | Michael Vogt | 2014-06-10 | 2 | -15/+31 |
|\ \ \ \ | |||||
| * | | | | add pkgSrcRecords::Next() to step through all the pkgSrcRecords | Michael Vogt | 2014-06-09 | 2 | -15/+31 |
| |/ / / | |||||
* | | | | support Acquire::GzipIndexes in dumpavail | David Kalnischkies | 2014-06-10 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | Closes: 742835 |