summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2014-02-15debcontrol2cmake.pl: filter out binaries not belonging to build archPino Toscano1-0/+17
2011-04-07DebianABIManager: fix parsing of multidigit SOVERSIONs in the package name.Modestas Vainius1-3/+3
2011-03-30Better wording in DebianABIManager.Modestas Vainius1-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-30DebianABIManager: modify VERSION property as well.Modestas Vainius2-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-26Missing words in README.DebianABIManager.Modestas Vainius1-7/+7
2011-03-26Fix typo (thanks Pino) and capatalize ABI.Modestas Vainius1-3/+3
2011-03-26DebianABIManager: add copyright headers.Modestas Vainius2-0/+30
2011-03-26DebianABIManager: support libname[0-9]-[0-9] package names.Modestas Vainius1-2/+5
E.g. libkexiv2-8 in kdegraphics.
2011-03-26Initial version of DebianABIManager.cmake.Modestas Vainius4-0/+316
Includes documentation in cmake/README.DebianABIManager. Please refer to this file for more information.