summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-12update changelog for upload0.9.10Michael Vogt1-2/+41
2013-08-12do not call 'apt-key update' in apt.postinstDavid Kalnischkies1-1/+0
2013-08-12let apt-key del work better with softlink and single key keyringsDavid Kalnischkies2-3/+124
2013-08-12ensure that testcases exiting because of set -e aren't successfulDavid Kalnischkies1-1/+11
2013-08-12make the keyring locations in apt-key configurableDavid Kalnischkies2-1/+44
2013-08-12do not double-slash paths in apt-keyDavid Kalnischkies1-1/+6
2013-08-12use a tmpfile for trustdb.gpg in apt-keyDavid Kalnischkies2-22/+27
2013-08-12always use our own trustdb.gpg in apt-keyDavid Kalnischkies1-6/+14
2013-08-12add a not documented apt-key --fakeroot optionDavid Kalnischkies1-32/+41
2013-08-12use our _error stack to generate openpty errorsDavid Kalnischkies1-7/+13
2013-08-12do not try to chown if not run as rootDavid Kalnischkies1-8/+9
2013-08-12fix output redirection orderDavid Kalnischkies4-7/+7
2013-08-12fix: --print-uris removes authenticationDavid Kalnischkies4-5/+71
2013-08-12add chronic-like testsuccess/testfailure helpersDavid Kalnischkies26-93/+125
2013-08-12test Release file handling with expired keysDavid Kalnischkies4-8/+62
2013-08-12improve error messageMichael Vogt1-1/+2
2013-08-12use the 'abi-complicance-checker package instead of using the buildin copy fo...Michael Vogt2-7326/+6
2013-08-11Complete Japanese translationChristian PERRIER1-12/+13
2013-08-10Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sidChristian PERRIER11-111/+138
2013-08-10Japanese translation update. Closes: #719279Christian PERRIER2-18/+18
2013-08-08fix -Wall errorsMichael Vogt5-6/+10
2013-08-08use pkgTagFile to parse "header" of Release filesDavid Kalnischkies1-85/+19
2013-08-08stop skipping "-----" sections in Release filesDavid Kalnischkies1-11/+6
2013-08-08specific pins below 1000 cause downgradesDavid Kalnischkies2-7/+99
2013-08-05Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt73-13136/+14689
2013-08-05fix some unitialized data membersMichael Vogt3-3/+5
2013-08-03Vietnamese translation update. Closes: #718615Christian PERRIER2-70/+76
2013-08-01prefer native arch over higher priority for providersColin Watson2-3/+28
2013-08-01unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies47-12521/+13387
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt17-26/+41
2013-07-27run "doxygen -u" to update doxygen configDavid Kalnischkies1-146/+522
2013-07-27update the symbol files to reflect current stateDavid Kalnischkies2-74/+53
2013-07-26exclude config.{sub,guess} from source packageDavid Kalnischkies1-1/+6
2013-07-26fix another missing va_end()Michael Vogt1-3/+3
2013-07-26fix missing va_end()Michael Vogt2-0/+3
2013-07-26fix some coverity chroot() releated warningsMichael Vogt3-4/+5
2013-07-26reenable automatic parallel build of APTDavid Kalnischkies1-9/+8
2013-07-26implement debian/rules build-{arch,indep} as required by policy 3.9.4David Kalnischkies2-16/+16
2013-07-26correct management-typo in description found by lintianDavid Kalnischkies1-3/+3
2013-07-26add missing Turkish (tr) to po/LINGUASDavid Kalnischkies2-6/+22
2013-07-26add missing test makeMichael Vogt1-0/+3
2013-07-26remove ALL_LINGUAS as it is overruled by po/LINGUASDavid Kalnischkies1-4/+0
2013-07-26make autoconf happy by "mv configure.{in,ac}"David Kalnischkies4-6/+6
2013-07-26ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies1-5/+18
2013-07-26proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies1-4/+6
2013-07-26use FileFd::Write instead of fwrite for errorsDavid Kalnischkies1-3/+4
2013-07-26add missing "make test" for travisMichael Vogt1-1/+1
2013-07-26update changelog for upload0.9.9.4Michael Vogt1-0/+15
2013-07-26request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies3-12/+72
2013-07-26build tree firstMichael Vogt1-1/+1