summaryrefslogtreecommitdiffstats
path: root/Modules/CPackDeb.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FIX: BUG: 0009124. Fix documentationMathieu Malaterre2009-10-301-0/+44
|
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+11
|
* ENH: remove trailing spaceBill Hoffman2008-04-011-1/+3
|
* STYLE: add a comma to make it better understandable, also use STATUS as theAlexander Neundorf2008-03-281-1/+1
| | | | | | other MESSAGE() calls do Alex
* ENH: allow deb to work without dpkgBill Hoffman2008-03-281-1/+2
|
* ENH: remove hard codeded archBill Hoffman2008-03-281-1/+5
|
* ENH: remove hard codeded archBill Hoffman2008-03-281-3/+6
|
* ENH: Changed signature of GET_PROPERTY command to be more powerful and ↵Brad King2008-01-171-2/+2
| | | | extendible.
* BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variablesAlexander Neundorf2007-10-251-31/+31
| | | | | | to make them actually work Alex
* BUG: fix typoAlexander Neundorf2007-08-141-1/+1
| | | | Alex
* ENH: deb generator: don't use the system provided ar, but do it yourselfAlexander Neundorf2007-08-141-7/+0
| | | | | | | 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-8/+49
| | | | Alex
* ENH: better error messages from the debian package generatorAlexander Neundorf2007-08-031-5/+5
| | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-0/+50
| | | | | | | | | | -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: add an empty debian package generator, Mathieu volunteered to fill itAlexander Neundorf2007-07-251-0/+10
:-) Alex