summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDebGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: fix packaging of files installed to absolute paths, works only whenAlexander Neundorf2008-03-291-1/+21
* COMP: Add include of <limits.h> to get USHRT_MAX constant.Brad King2008-01-241-0/+2
* STYLE: fix line length issueBill Hoffman2007-11-061-1/+2
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-5/+5
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in...David Cole2007-10-311-0/+8
* BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variablesAlexander Neundorf2007-10-251-11/+17
* STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe thisAlexander Neundorf2007-09-211-2/+2
* BUG: Another space-in-path fix.Brad King2007-08-311-2/+4
* BUG: work if there are spaces in the path to cmakeAlexander Neundorf2007-08-291-4/+6
* COMP: fix warning about comparison signed - unsignedAlexander Neundorf2007-08-151-1/+2
* COMP: fix build on HPUX, snprintf apparently doesn't work thereAlexander Neundorf2007-08-151-7/+6
* STYLE: another patch from Mathieu with some commentsAlexander Neundorf2007-08-141-2/+6
* ENH: deb generator: don't use the system provided ar, but do it yourselfAlexander Neundorf2007-08-141-23/+251
* ENH: patch from Mathieu: more entries in the debian control fileAlexander Neundorf2007-08-081-4/+24
* ENH: another fix for the deb generator by MathieuAlexander Neundorf2007-08-061-2/+17
* BUG: patch from Mathieu: the md5sums were not correctAlexander Neundorf2007-08-061-0/+7
* STYLE: fix line lengthAlexander Neundorf2007-07-271-1/+2
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-21/+19
* ENH: apply patch from Mathieu which creates a deb file (not finishsed yet)Alexander Neundorf2007-07-251-5/+110
* COMP: silence warningsAlexander Neundorf2007-07-251-0/+5
* ENH: add an empty debian package generator, Mathieu volunteered to fill itAlexander Neundorf2007-07-251-0/+58