summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-08Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2-1/+7
Having "/" here is most likely a user configuration error and may cause removal of import symlinks like /vmlinuz Closes: #753531
2014-07-08Improve description how to turn off the cachesCédric Barboiron1-4/+5
Closes: #753531
2014-07-07use printf instead of echo in testing frameworkMichele Orrù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)
2014-07-07properly handle (currently unused) dpkg pass-throughDavid Kalnischkies1-13/+16
Git-Dch: ignore
2014-07-07use exit instead of incorrect return in test wrapperMichele Orrù1-4/+5
bash as sh doesn't like it, too. Git-Dch: Ignore
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies1-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
2014-07-07Danish program translation updateJoe Hansen1-50/+67
Closes: 753979
2014-07-03Try not to parse invalid translation files (LP: #756317)Michael Vogt2-34/+19
2014-06-25redo two typo fixes lost in German update collisionDavid Kalnischkies1-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
2014-06-24l10n: vi.po: Update 3 new messagesTrần Ngọc Quân1-4/+4
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-06-24methods/http.cc: use Req.str() in debug outputMichael Vogt1-1/+1
2014-06-19German translation reviewed by Erik PfannensteinChris Leick1-72/+54
2014-06-18releasing package apt version 1.0.51.0.5Michael Vogt55-3912/+4074
2014-06-18EDSP doc: some typo and wording fixesDavid Kalnischkies1-8/+8
Git-Dch: Ignore
2014-06-18EDSP doc: (minor) consistently use 2 blank lines before headingsStefano Zacchiroli1-0/+2
Git-Dch: Ignore
2014-06-18EDSP doc: clarify that Install/Remove packages are arch-qualifiedStefano Zacchiroli1-4/+12
2014-06-18do not call resolver twice on (dist-)upgradeDavid Kalnischkies5-18/+32
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies4-117/+134
2014-06-18fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2-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.
2014-06-18don't send pkg from an unknown architecture via EDSPDavid Kalnischkies1-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.
2014-06-18use P_ instead of ngettext to compiling with --disable-nlsFredrik Fornwall1-1/+1
Closes: 751857
2014-06-18add missing comma in SEE ALSO of apt-secure manpageKonstantin Manna10-17/+17
Closes: 748506
2014-06-18fix two german manpage spelling mistakesKonstantin Manna1-2/+2
Closes: 751635
2014-06-18Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt1-1/+4
2014-06-18Tell the user if no updates are available after apt updateMichael Vogt1-1/+4
Thanks to Jakub Wilk for the suggestion. Closes: #751388
2014-06-18Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt1-1/+1
2014-06-17Updated translation of german documentationChris Leick1-60/+61
2014-06-17Check for gtest's header before building.Michele Orrù1-4/+11
Add AC_CHECK_HEADER directive for gtest, and report a fatal error message if not found.
2014-06-12test/integration/test-essential-force-loopbreak: fix on non-amd64 systemsMichael Vogt1-1/+1
2014-06-11fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver testsMichael Vogt3-3/+5
2014-06-11fix autopkgtest testsMichael Vogt4-2/+5
2014-06-10really release 1.0.41.0.4Michael Vogt46-47/+47
2014-06-10release 1.0.4Michael Vogt47-7488/+8779
2014-06-10apt-private/private-output.cc: fix cppcheck outputMichael Vogt1-1/+1
2014-06-10fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travisMichael Vogt2-5/+5
2014-06-10use pkgSrcRecords::Step() instead of Next()Michael Vogt3-5/+5
2014-06-10prepare 1.0.4 uploadMichael Vogt1-0/+41
2014-06-10Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt3-0/+36
2014-06-10Merge remote-tracking branch ↵Michael Vogt4-0/+51
'mvo/bugfix/apt-get-source-unauthenticated-warning' into debian/sid
2014-06-10Merge remote-tracking branch 'mvo/bugfix/lp1274466-cache' into debian/sidMichael Vogt5-11/+129
2014-06-10Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sidMichael Vogt2-15/+31
2014-06-10support Acquire::GzipIndexes in dumpavailDavid Kalnischkies2-1/+3
Closes: 742835
2014-06-09separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies2-149/+148
Git-Dch: Ignore
2014-06-09add pkgSrcRecords::Next() to step through all the pkgSrcRecordsMichael Vogt2-15/+31
2014-06-07do not revert candidate for protected packagesDavid Kalnischkies2-1/+40
In commit 21b3eac8 I promoted the check for installable dependencies to a pre-install check, which also reverts to a known good candidate (the installed version) if it fails. This revert was done even for user requested candidate switches which disabled our Broken detection so that install requests which are impossible to satisfy do not fail anymore, but print an (incomplete) solution proposal and then exit successfully. Closes: 745046
2014-06-07Italian program translation updateMilo Casagrande1-78/+99
Closes: 750009
2014-06-06cmdline/apt-helper.cc: use less generic description/short-descriptionMichael Vogt1-1/+2
2014-06-04Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt5-11/+129
2014-06-02Show unauthenticated warning for source packages as wellMichael Vogt4-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
2014-05-30use 'native' instead of 'amd64' as pkg archDavid Kalnischkies1-9/+9
Git-Dch: Ignore