Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge libapt-inst into libapt-pkg | Julian Andres Klode | 2019-05-06 | 1 | -1/+0 |
| | |||||
* | CMake: Adjust abicheck locations | Julian Andres Klode | 2016-08-06 | 2 | -2/+3 |
| | | | | | | Look in build/apt-pkg and build/apt-inst instead of build/bin. Gbp-Dch: ignore | ||||
* | replace "which" with "command -v" for portability | David Kalnischkies | 2015-12-06 | 1 | -1/+1 |
| | | | | | | | | which is a debian specific tool packaged in debianutils (essential) while command is a shell builtin defined by POSIX. Closes: 807144 Thanks: Mingye Wang for the suggestion. | ||||
* | be able to run abicheck from any directory | David Kalnischkies | 2014-04-11 | 1 | -1/+4 |
| | | | | Git-Dch: Ignore | ||||
* | fix some more ABI issues, abicheck is happy now | Michael Vogt | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | fix typo in the test for abi-compliance-checker | Michael Vogt | 2013-08-12 | 1 | -2/+2 |
| | |||||
* | use the 'abi-complicance-checker package instead of using the buildin copy ↵ | Michael Vogt | 2013-08-12 | 2 | -7326/+6 |
| | | | | for the abi checks | ||||
* | abicheck/run_abi_test: check both libapt-pkg and libapt-inst | Michael Vogt | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | abicheck: use absoute path for build too | Michael Vogt | 2010-02-18 | 2 | -2/+5 |
| | |||||
* | abicheck/run_abi_test: check for ../build; abicheck/apt_build.xml: fix ↵ | Michael Vogt | 2010-02-18 | 2 | -1/+6 |
| | | | | version name | ||||
* | * abicheck/ | Michael Vogt | 2010-02-18 | 4 | -0/+7353 |
- add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker |