summaryrefslogtreecommitdiff
path: root/cmake/cpack_deb.cmake
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-24292 support semi-independent versioning for sub-packagesSergei Golubchik2021-01-121-0/+13
| | | | | | 3. Embed plugin version into the DEB package version this assumes that -DDEB is only used from within autobake-deb.sh
* always use python3Sergei Golubchik2020-07-011-0/+1
| | | | | | because columnstore uses python3, so rocksdb can be picky too. python3 is present in all supported distros. and python2 is obsolete anyway.
* simplify CMakeLists.txt for cassandra/connect enginesSergei Golubchik2013-09-251-0/+1
| | | | | | | now, if the dynamic plugin puts itself in a distinct component, then * ${plugin}.cnf file is generated and installed automatically * a separate RPM is generated automatically * necessary FILELIST/PROVIDES/OBSOLETES/REQUIRES are filled in automatically
* INSTALL_DOCUMENTATION function for CMakeLists.txtSergei Golubchik2013-09-101-0/+9
It puts files in the correct location for rpm/deb packages.