Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix APTWEBSERVERBINDIR default | Michael Vogt | 2013-12-27 | 2 | -2/+2 |
| | |||||
* | add make -C test/interactive-helper/ to .travis.yml | Michael Vogt | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/tests-on-installed' into debian/sid | Michael Vogt | 2013-12-27 | 2 | -7/+27 |
|\ | |||||
| * | run autopkgtest against the installed apt | Michael Vogt | 2013-12-13 | 2 | -7/+27 |
| | | |||||
* | | Merge branch 'feature/test-apt-key-net-update' into debian/sid | Michael Vogt | 2013-12-27 | 8 | -103/+39 |
|\ \ | |||||
| * | | fix apt-key net-update test to use the buildin webserver | Michael Vogt | 2013-12-19 | 8 | -110/+25 |
| | | | |||||
| * | | make apt-key net-update actually testable | Michael Vogt | 2013-12-13 | 2 | -6/+27 |
| |/ | |||||
* | | Merge branch 'feature/policy-parser-bts732746' into debian/sid | Michael Vogt | 2013-12-27 | 3 | -2/+45 |
|\ \ | |||||
| * | | make /etc/apt/preferences parser deal with comment only sections | Michael Vogt | 2013-12-21 | 3 | -2/+45 |
| |/ | |||||
* | | add integration test | Michael Vogt | 2013-12-24 | 1 | -0/+18 |
| | | |||||
* | | add basic tests for GetTempDir() | Michael Vogt | 2013-12-23 | 2 | -1/+14 |
| | | |||||
* | | factor GetTempDir out | Michael Vogt | 2013-12-22 | 5 | -27/+28 |
| | | |||||
* | | apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir | Thomas Bechtold | 2013-12-22 | 1 | -1/+6 |
| | | | | | | | | if the directory given by $TMPDIR is not available, use /tmp as fallback. | ||||
* | | vendor/steamos/*: | Michael Vogt | 2013-12-21 | 5 | -1/+29 |
| | | | | | | | | | | * vendor/steamos/*: - add steamos support | ||||
* | | vendor/getinfo: | Michael Vogt | 2013-12-21 | 3 | -2/+6 |
| | | | | | | | | | | * vendor/getinfo: - fix ubuntu-codename | ||||
* | | add apt-vendor for raspbian. Closes: #732749 | Michael Vogt | 2013-12-21 | 4 | -0/+27 |
| | | |||||
* | | Danish translation update | Joe Dalton | 2013-12-15 | 2 | -277/+129 |
| | | |||||
* | | releasing package apt version 0.9.14.1 | Michael Vogt | 2013-12-12 | 47 | -3083/+3752 |
| | | |||||
* | | Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sid | Michael Vogt | 2013-12-12 | 6 | -7/+73 |
|\ \ | |||||
| * | | Fix conffile prompt regression (LP: #1260297) | Michael Vogt | 2013-12-12 | 3 | -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-update | Michael Vogt | 2013-12-12 | 1 | -2/+6 |
| | | |||||
| * | clarify error message when apt-get source=ver fails, print a real error ↵ | Michael Vogt | 2013-12-12 | 2 | -2/+2 |
| | | | | | | | | message instead of "ignoring" | ||||
| * | fix test/integration/test-apt-key-net-update (code copy/DRY violation) | Michael Vogt | 2013-12-11 | 1 | -0/+15 |
| | | |||||
* | | improve error message | Michael Vogt | 2013-12-11 | 2 | -5/+8 |
|/ | |||||
* | improve error message for apt-get source pkg:arch{=ver,/release} | Michael Vogt | 2013-12-11 | 2 | -4/+24 |
| | |||||
* | add support for "apt-get source pkg:arch" | Michael Vogt | 2013-12-11 | 2 | -10/+110 |
| | |||||
* | user-requested version tag gets precedence in apt-get source -t dist ↵ | Michael Vogt | 2013-12-10 | 2 | -4/+9 |
| | | | | pkg=version requests | ||||
* | fix typo | Michael Vogt | 2013-12-10 | 2 | -3/+3 |
| | |||||
* | improve test for #731853 and comments | Michael Vogt | 2013-12-10 | 1 | -3/+5 |
| | |||||
* | if there is only deb-src pick higest version in deb-src release matching | Michael Vogt | 2013-12-10 | 2 | -5/+12 |
| | |||||
* | Merge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sid | Michael Vogt | 2013-12-10 | 1 | -0/+60 |
|\ | |||||
| * | remove exposing {MetaIndexInfo,MetaIndexFile,MetaIndexURI} again as this is ↵ | Michael Vogt | 2013-12-05 | 2 | -9/+1 |
| | | | | | | | | package system specific | ||||
| * | add new LocalFileName() method to metaindex | Michael Vogt | 2013-12-05 | 7 | -60/+40 |
| | | |||||
| * | refactor | Michael Vogt | 2013-12-04 | 1 | -11/+22 |
| | | |||||
| * | add #ifdefed ABI break & cleaner solution once the abi break is in place | Michael Vogt | 2013-12-04 | 6 | -8/+72 |
| | | |||||
| * | use MetaIndexFile() instead of MetaIndexURI() | Michael Vogt | 2013-12-04 | 1 | -4/+2 |
| | | |||||
| * | refactor FindSrc() | Michael Vogt | 2013-12-04 | 1 | -16/+15 |
| | | |||||
| * | add test for aptget source for unavailable package | Michael Vogt | 2013-12-04 | 1 | -0/+5 |
| | | |||||
| * | further refactor, extract GetReleaseForSourceRecord() out of FindSrc(), ↵ | Michael Vogt | 2013-12-04 | 2 | -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 Vogt | 2013-12-04 | 1 | -8/+26 |
| | | |||||
| * | add test, deal with InRelease | Michael Vogt | 2013-12-04 | 2 | -2/+49 |
| | | |||||
| * | proof-of-concept for fixing debian #731102 | Michael Vogt | 2013-12-03 | 4 | -14/+61 |
| | | |||||
* | | really release 0.9.14 | Michael Vogt | 2013-12-07 | 55 | -44624/+47886 |
| | | |||||
* | | do not force a specific export-dir in the repository | David Kalnischkies | 2013-12-07 | 1 | -1/+0 |
| | | | | | | | | Git-Dch: Ignore | ||||
* | | ensure prepare-release works in the right directory | David Kalnischkies | 2013-12-07 | 1 | -6/+14 |
| | | | | | | | | Git-Dch: Ignore | ||||
* | | releasing package apt version 0.9.14 | Michael Vogt | 2013-12-07 | 1 | -2/+2 |
| | | |||||
* | | update libapt-pkg4.12 symbols file | David Kalnischkies | 2013-12-07 | 2 | -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 now | David Kalnischkies | 2013-12-07 | 1 | -2/+2 |
| | | | | | | | | Git-Dch: Ignore | ||||
* | | fix release script to deal with vendors | David Kalnischkies | 2013-12-07 | 1 | -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.2 | Michael Vogt | 2013-12-06 | 1 | -0/+23 |
| | |