summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDebGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | used with SET(CPACK_SET_DESTDIR "ON") Alex
* 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 ↵David Cole2007-10-311-0/+8
| | | | in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator.
* BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variablesAlexander Neundorf2007-10-251-11/+17
| | | | | | to make them actually work Alex
* STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe thisAlexander Neundorf2007-09-211-2/+2
| | | | | | silences the warning of the HP compiler Alex
* 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
| | | | Alex
* COMP: fix warning about comparison signed - unsignedAlexander Neundorf2007-08-151-1/+2
| | | | Alex
* COMP: fix build on HPUX, snprintf apparently doesn't work thereAlexander Neundorf2007-08-151-7/+6
| | | | Alex
* STYLE: another patch from Mathieu with some commentsAlexander Neundorf2007-08-141-2/+6
| | | | Alex
* ENH: deb generator: don't use the system provided ar, but do it yourselfAlexander Neundorf2007-08-141-23/+251
| | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex
* ENH: patch from Mathieu: more entries in the debian control fileAlexander Neundorf2007-08-081-4/+24
| | | | Alex
* ENH: another fix for the deb generator by MathieuAlexander Neundorf2007-08-061-2/+17
| | | | Alex
* BUG: patch from Mathieu: the md5sums were not correctAlexander Neundorf2007-08-061-0/+7
| | | | Alex
* STYLE: fix line lengthAlexander Neundorf2007-07-271-1/+2
| | | | Alex
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-21/+19
| | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex
* ENH: apply patch from Mathieu which creates a deb file (not finishsed yet)Alexander Neundorf2007-07-251-5/+110
| | | | Alex
* COMP: silence warningsAlexander Neundorf2007-07-251-0/+5
| | | | Alex
* ENH: add an empty debian package generator, Mathieu volunteered to fill itAlexander Neundorf2007-07-251-0/+58
:-) Alex