Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-15 | debcontrol2cmake.pl: filter out binaries not belonging to build arch | Pino Toscano | 1 | -0/+17 | |
2011-04-07 | DebianABIManager: fix parsing of multidigit SOVERSIONs in the package name. | Modestas Vainius | 1 | -3/+3 | |
2011-03-30 | Better wording in DebianABIManager. | Modestas Vainius | 1 | -4/+4 | |
DebianABIManager is capable of managing only a single library per package. -> DebianABIManager is capable of managing only a single library per binary package. | |||||
2011-03-30 | DebianABIManager: modify VERSION property as well. | Modestas Vainius | 2 | -11/+22 | |
It is not enough to change only SOVERSION property as packages might still conflict because they will have the same original library file. Original library filename is constructed taking into account target name (or OUTPUT_NAME property if any) and VERSION property. | |||||
2011-03-26 | Missing words in README.DebianABIManager. | Modestas Vainius | 1 | -7/+7 | |
2011-03-26 | Fix typo (thanks Pino) and capatalize ABI. | Modestas Vainius | 1 | -3/+3 | |
2011-03-26 | DebianABIManager: add copyright headers. | Modestas Vainius | 2 | -0/+30 | |
2011-03-26 | DebianABIManager: support libname[0-9]-[0-9] package names. | Modestas Vainius | 1 | -2/+5 | |
E.g. libkexiv2-8 in kdegraphics. | |||||
2011-03-26 | Initial version of DebianABIManager.cmake. | Modestas Vainius | 4 | -0/+316 | |
Includes documentation in cmake/README.DebianABIManager. Please refer to this file for more information. |