summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix APTWEBSERVERBINDIR defaultMichael Vogt2013-12-272-2/+2
|
* add make -C test/interactive-helper/ to .travis.ymlMichael Vogt2013-12-271-1/+1
|
* Merge branch 'feature/tests-on-installed' into debian/sidMichael Vogt2013-12-272-7/+27
|\
| * run autopkgtest against the installed aptMichael Vogt2013-12-132-7/+27
| |
* | Merge branch 'feature/test-apt-key-net-update' into debian/sidMichael Vogt2013-12-278-103/+39
|\ \
| * | fix apt-key net-update test to use the buildin webserverMichael Vogt2013-12-198-110/+25
| | |
| * | make apt-key net-update actually testableMichael Vogt2013-12-132-6/+27
| |/
* | Merge branch 'feature/policy-parser-bts732746' into debian/sidMichael Vogt2013-12-273-2/+45
|\ \
| * | make /etc/apt/preferences parser deal with comment only sectionsMichael Vogt2013-12-213-2/+45
| |/
* | add integration testMichael Vogt2013-12-241-0/+18
| |
* | add basic tests for GetTempDir()Michael Vogt2013-12-232-1/+14
| |
* | factor GetTempDir outMichael Vogt2013-12-225-27/+28
| |
* | apt-pkg/contrib/gpgv.cc: use /tmp as fallback dirThomas Bechtold2013-12-221-1/+6
| | | | | | | | if the directory given by $TMPDIR is not available, use /tmp as fallback.
* | vendor/steamos/*:Michael Vogt2013-12-215-1/+29
| | | | | | | | | | * vendor/steamos/*: - add steamos support
* | vendor/getinfo:Michael Vogt2013-12-213-2/+6
| | | | | | | | | | * vendor/getinfo: - fix ubuntu-codename
* | add apt-vendor for raspbian. Closes: #732749Michael Vogt2013-12-214-0/+27
| |
* | Danish translation updateJoe Dalton2013-12-152-277/+129
| |
* | releasing package apt version 0.9.14.1Michael Vogt2013-12-1247-3083/+3752
| |
* | Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sidMichael Vogt2013-12-126-7/+73
|\ \
| * | Fix conffile prompt regression (LP: #1260297)Michael Vogt2013-12-123-4/+51
| |/ | | | | | | | | This fixes a regression in the conffile prompt for the progress-fd and adds a testcase to ensure this does not regress again.
| * fix test/integration/test-apt-key-net-updateMichael Vogt2013-12-121-2/+6
| |
| * clarify error message when apt-get source=ver fails, print a real error ↵Michael Vogt2013-12-122-2/+2
| | | | | | | | message instead of "ignoring"
| * fix test/integration/test-apt-key-net-update (code copy/DRY violation)Michael Vogt2013-12-111-0/+15
| |
* | improve error messageMichael Vogt2013-12-112-5/+8
|/
* improve error message for apt-get source pkg:arch{=ver,/release}Michael Vogt2013-12-112-4/+24
|
* add support for "apt-get source pkg:arch"Michael Vogt2013-12-112-10/+110
|
* user-requested version tag gets precedence in apt-get source -t dist ↵Michael Vogt2013-12-102-4/+9
| | | | pkg=version requests
* fix typoMichael Vogt2013-12-102-3/+3
|
* improve test for #731853 and commentsMichael Vogt2013-12-101-3/+5
|
* if there is only deb-src pick higest version in deb-src release matchingMichael Vogt2013-12-102-5/+12
|
* Merge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sidMichael Vogt2013-12-101-0/+60
|\
| * remove exposing {MetaIndexInfo,MetaIndexFile,MetaIndexURI} again as this is ↵Michael Vogt2013-12-052-9/+1
| | | | | | | | package system specific
| * add new LocalFileName() method to metaindexMichael Vogt2013-12-057-60/+40
| |
| * refactorMichael Vogt2013-12-041-11/+22
| |
| * add #ifdefed ABI break & cleaner solution once the abi break is in placeMichael Vogt2013-12-046-8/+72
| |
| * use MetaIndexFile() instead of MetaIndexURI()Michael Vogt2013-12-041-4/+2
| |
| * refactor FindSrc()Michael Vogt2013-12-041-16/+15
| |
| * add test for aptget source for unavailable packageMichael Vogt2013-12-041-0/+5
| |
| * further refactor, extract GetReleaseForSourceRecord() out of FindSrc(), ↵Michael Vogt2013-12-042-51/+60
| | | | | | | | write out the selection notice to c1out to be consistent with the rest of the source
| * refactor and move generation of the MetaIndex FileName out of the FindSrc()Michael Vogt2013-12-041-8/+26
| |
| * add test, deal with InReleaseMichael Vogt2013-12-042-2/+49
| |
| * proof-of-concept for fixing debian #731102Michael Vogt2013-12-034-14/+61
| |
* | really release 0.9.14Michael Vogt2013-12-0755-44624/+47886
| |
* | do not force a specific export-dir in the repositoryDavid Kalnischkies2013-12-071-1/+0
| | | | | | | | Git-Dch: Ignore
* | ensure prepare-release works in the right directoryDavid Kalnischkies2013-12-071-6/+14
| | | | | | | | Git-Dch: Ignore
* | releasing package apt version 0.9.14Michael Vogt2013-12-071-2/+2
| |
* | update libapt-pkg4.12 symbols fileDavid Kalnischkies2013-12-072-6/+82
| | | | | | | | | | also fixing the release script code to deal with 'set -e' mode while checking the symbols file.
* | tell the release script that we use git nowDavid Kalnischkies2013-12-071-2/+2
| | | | | | | | Git-Dch: Ignore
* | fix release script to deal with vendorsDavid Kalnischkies2013-12-071-4/+13
| | | | | | | | | | | | | | | | Call xmllint with each vendor to check if any vendor specific errors are present, but check the translations only with one vendor to check for translation specifics – vendor and translation specific isn't possible. Git-Dch: Ignore
* | releasing package apt version 0.9.13.2Michael Vogt2013-12-061-0/+23
| |