summaryrefslogtreecommitdiff
path: root/prepare-release
AgeCommit message (Collapse)Author
2014-03-13move defines for version to macros.hDavid Kalnischkies
also adds namespaced attributes for good usage Git-Dch: Ignore
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies
Automatically handle the override of list options via its parent value which can even be a comma-separated list of values. It also adds an easy way of providing a default for the list.
2014-02-14update symbols file with hints from the buildlogsDavid Kalnischkies
2013-12-07ensure prepare-release works in the right directoryDavid Kalnischkies
Git-Dch: Ignore
2013-12-07update libapt-pkg4.12 symbols fileDavid Kalnischkies
also fixing the release script code to deal with 'set -e' mode while checking the symbols file.
2013-12-07tell the release script that we use git nowDavid Kalnischkies
Git-Dch: Ignore
2013-12-07fix release script to deal with vendorsDavid Kalnischkies
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-01prepare-release: declare the packages needed as source build deps.Steve Langasek
2013-07-26make autoconf happy by "mv configure.{in,ac}"David Kalnischkies
Git-Dch: Ignore
2012-05-25* doc/apt-verbatim.ent:David Kalnischkies
- APT doesn't belong to the product 'Linux', so use 'APT' instead as after all APT is a big suite of applications
2012-05-21print warnings in release script if xml-linting failsDavid Kalnischkies
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
- apt-inst version isn't apt versions, so don't override variable
2012-05-11add a manually runable library action to help in maintaining the symbols filesDavid Kalnischkies
2012-05-02* debian/libapt-inst1.5.symbols:David Kalnischkies
- use the correct library name the symbols header
2012-03-22* debian/rules:David Kalnischkies
- do not sed in configure.in to set the version-number * prepare-release: - add as a small script to lazy check and prepare releases