summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add a breaks libapt-inst for FileFd changes in 0.9.9David Kalnischkies2013-08-221-1/+1
* fix incorrect bugnumber for the Pre-Install-Pkgs hook (Closes: #671726)Michael Vogt2013-08-191-1/+7
* add lintian override for no-shlibs-control-file and only install libapt-priva...Michael Vogt2013-08-193-1/+11
* prepare for releaseMichael Vogt2013-08-191-4/+2
* update changelogMichael Vogt2013-08-171-0/+13
* Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-1748-2106/+4357
|\
| * add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be merged...Michael Vogt2013-08-152-1/+71
| * make destructors virtualMichael Vogt2013-08-151-3/+3
| * really build apt.installMichael Vogt2013-08-121-2/+2
| * install libapt-private* into the apt binaryMichael Vogt2013-08-121-0/+1
| * Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-binary2Michael Vogt2013-08-121-2/+2
| |\
| * | squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-1245-2107/+4281
* | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-08-179-82/+137
|\ \ \
| * | | allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-163-46/+81
| * | | use malloc instead of new[] in pkgTagFileDavid Kalnischkies2013-08-151-15/+15
| * | | ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies2013-08-152-9/+25
| * | | set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcasesDavid Kalnischkies2013-08-152-6/+6
| * | | rework the parameter creation for the Hashsum testDavid Kalnischkies2013-08-151-3/+5
| * | | do not call make from libapt/run-tests if its called by makeDavid Kalnischkies2013-08-151-3/+5
| * | | init the pkgTagFile with the size of the Release fileDavid Kalnischkies2013-08-152-2/+2
* | | | Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sidChristian PERRIER2013-08-1751-7512/+713
|\| | |
| * | | * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-155-0/+83
| * | | * lp:~mvo/apt/config-clear:Michael Vogt2013-08-154-0/+22
| * | | merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade i...Michael Vogt2013-08-152-0/+8
| * | | merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ...Michael Vogt2013-08-152-5/+14
| | |/ | |/|
| * | fix typo in the test for abi-compliance-checkerMichael Vogt2013-08-121-2/+2
| |/
| * update changelog for uploadMichael Vogt2013-08-121-2/+41
| * do not call 'apt-key update' in apt.postinstDavid Kalnischkies2013-08-121-1/+0
| * let apt-key del work better with softlink and single key keyringsDavid Kalnischkies2013-08-122-3/+124
| * ensure that testcases exiting because of set -e aren't successfulDavid Kalnischkies2013-08-121-1/+11
| * make the keyring locations in apt-key configurableDavid Kalnischkies2013-08-122-1/+44
| * do not double-slash paths in apt-keyDavid Kalnischkies2013-08-121-1/+6
| * use a tmpfile for trustdb.gpg in apt-keyDavid Kalnischkies2013-08-122-22/+27
| * always use our own trustdb.gpg in apt-keyDavid Kalnischkies2013-08-121-6/+14
| * add a not documented apt-key --fakeroot optionDavid Kalnischkies2013-08-121-32/+41
| * use our _error stack to generate openpty errorsDavid Kalnischkies2013-08-121-7/+13
| * do not try to chown if not run as rootDavid Kalnischkies2013-08-121-8/+9
| * fix output redirection orderDavid Kalnischkies2013-08-124-7/+7
| * fix: --print-uris removes authenticationDavid Kalnischkies2013-08-124-5/+71
| * add chronic-like testsuccess/testfailure helpersDavid Kalnischkies2013-08-1226-93/+125
| * test Release file handling with expired keysDavid Kalnischkies2013-08-124-8/+62
| * improve error messageMichael Vogt2013-08-121-1/+2
| * use the 'abi-complicance-checker package instead of using the buildin copy fo...Michael Vogt2013-08-122-7326/+6
* | French translation update.Christian PERRIER2013-08-172-4/+11
|/
* Complete Japanese translationChristian PERRIER2013-08-111-12/+13
* Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sidChristian PERRIER2013-08-1011-111/+138
|\
| * fix -Wall errorsMichael Vogt2013-08-085-6/+10
| * use pkgTagFile to parse "header" of Release filesDavid Kalnischkies2013-08-081-85/+19
| * stop skipping "-----" sections in Release filesDavid Kalnischkies2013-08-081-11/+6
| * specific pins below 1000 cause downgradesDavid Kalnischkies2013-08-082-7/+99