summaryrefslogtreecommitdiff
path: root/buildlib/libversion.mak
Commit message (Collapse)AuthorAgeFilesLines
* replace direct calls to egrep with grep -EDaniel Hartwig2015-08-121-3/+3
| | | | | | | | | | | The rest of the initial patch is not needed or incorrect in our usage. Big changes for the dselect scripts seem unneeded as well as those are hardly used by anyone anymore… [commit message written by commiter] Closes: 255577 Thanks: David Weinehall for initial patch
* move defines for version to macros.hDavid Kalnischkies2014-03-131-3/+3
| | | | | | also adds namespaced attributes for good usage Git-Dch: Ignore
* we break the ABI, so let use increase the ABI number :)David Kalnischkies2010-02-181-7/+0
| | | | (This is the revert of the glibc-abi-compatibility-hack)
* revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-121-0/+7
| | | | | | This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
* refactor the buildsystem to extract library versions from one file,David Kalnischkies2009-10-281-0/+14
so it is not needed to change x-files to just increase a version number (because this is far to easy to forget one of the files, which will not result in failures or is bad in general, but is inconsitent.)