Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-07 | ensure prepare-release works in the right directory | David Kalnischkies | 1 | -6/+14 | |
Git-Dch: Ignore | |||||
2013-12-07 | update libapt-pkg4.12 symbols file | David Kalnischkies | 1 | -3/+3 | |
also fixing the release script code to deal with 'set -e' mode while checking the symbols file. | |||||
2013-12-07 | tell the release script that we use git now | David Kalnischkies | 1 | -2/+2 | |
Git-Dch: Ignore | |||||
2013-12-07 | fix release script to deal with vendors | David Kalnischkies | 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 | |||||
2013-12-01 | prepare-release: declare the packages needed as source build deps. | Steve Langasek | 1 | -0/+4 | |
2013-07-26 | make autoconf happy by "mv configure.{in,ac}" | David Kalnischkies | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2012-05-25 | * doc/apt-verbatim.ent: | David Kalnischkies | 1 | -0/+1 | |
- APT doesn't belong to the product 'Linux', so use 'APT' instead as after all APT is a big suite of applications | |||||
2012-05-21 | print warnings in release script if xml-linting fails | David Kalnischkies | 1 | -0/+5 | |
The build was successful, so it doesn't seem to be a problem per-se, but it is a good idea to correct these errors non-the-less. | |||||
2012-05-12 | * prepare-release: | David Kalnischkies | 1 | -3/+3 | |
- apt-inst version isn't apt versions, so don't override variable | |||||
2012-05-11 | add a manually runable library action to help in maintaining the symbols files | David Kalnischkies | 1 | -3/+26 | |
2012-05-02 | * debian/libapt-inst1.5.symbols: | David Kalnischkies | 1 | -0/+17 | |
- use the correct library name the symbols header | |||||
2012-03-22 | * debian/rules: | David Kalnischkies | 1 | -0/+37 | |
- do not sed in configure.in to set the version-number * prepare-release: - add as a small script to lazy check and prepare releases |