summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDebGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CPack/Deb proper package file namingDomen Vrankar2016-05-131-28/+20
* CPack/Deb proper component packages file namingAlexander Smorkalov2016-05-131-2/+9
* CPack/Deb generation of postinst and postrm ldconfig filesAlexander Smorkalov2016-05-131-0/+56
* CPack/Deb generation of DEBIAN/shlibs control fileAlexander Smorkalov2016-05-131-7/+31
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-0/+1
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CPackDEB: added config file optional Source fieldRaffi Enficiaud2015-11-041-0/+7
* Merge topic 'cpack-deb-fakeroot-removal'Brad King2015-10-261-1/+1
|\
| * CPackDEB: Use proper compression scheme for control.tar.gzRaffi Enficiaud2015-10-231-1/+1
* | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-281-0/+2
* | Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-2/+0
* | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-211-0/+2
* | CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-13/+16
|/
* CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-113/+186
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-6/+4
* CPackDeb: Fix lintian md5sum file warningRaffi Enficiaud2015-04-231-0/+6
* CPackDeb: Refactor package variable lookup by generatorDomen Vrankar2015-04-211-39/+36
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-3/+3
* cmCPackDebGenerator: Cast file mode to proper type for %o formatterBrad King2015-03-311-2/+4
* Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-0/+5
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* CPackDeb: Add option to set compression typeSean D'Epagnier2014-03-141-9/+37
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-8/+8
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+2
* CPack: Avoid "format expects 'unsigned int'" warningsPaul Kunysch2013-03-221-4/+4
* CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE"Clinton Stimpson2012-11-061-2/+10
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-11/+11
* Use fakeroot for control.tar.gz as wellEric NOULARD2012-04-171-5/+10
* Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-181-1/+1
* CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is foundEric NOULARD2011-09-051-1/+4
* CPackDeb: Handle dirs for CONTROL_EXTRA correctly when packaging componentsMartin Konrad2011-04-091-1/+1
* Fix KWStyle warningsEric NOULARD2011-04-041-1/+2
* Combine component packaging methods into an enum.Clinton Stimpson2011-03-311-4/+4
* CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-231-114/+79
* CPack fix CPackDeb crash when CPackDeb.cmake ends with a FATAL_ERROREric NOULARD2011-03-191-4/+9
* CPackDeb add Component Support to DEB generator fix #0011655M. Konrad2011-03-111-29/+328
* CPackDeb Added several optional debian binary package fieldsEric NOULARD2010-10-251-4/+40
* CPack Backward-compatibly enforce DESTDIR for DEB and RPMEric NOULARD2010-08-231-1/+4
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-8/+6
* Merge topic 'CPackDEB-auto-dependency-support'Brad King2010-08-031-2/+8
|\
| * CPackDeb optionally generates auto-dependency list part fix of bug 10292Eric NOULARD2010-07-281-2/+8
* | CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)Eric NOULARD2010-07-281-1/+1
|/
* Fix integer conversions in cpackBrad King2010-06-301-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add installed size to deb packageBill Hoffman2008-09-111-0/+11
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+24