[Cmake-commits] [cmake-commits] hoffman committed CPackDeb.cmake 1.13 1.14

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 1 17:51:20 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv28333

Modified Files:
	CPackDeb.cmake 
Log Message:
ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable


Index: CPackDeb.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPackDeb.cmake,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** CPackDeb.cmake	1 Apr 2008 13:56:41 -0000	1.13
--- CPackDeb.cmake	1 Apr 2008 21:51:18 -0000	1.14
***************
*** 89,92 ****
--- 89,103 ----
  # You should set: CPACK_DEBIAN_PACKAGE_SUGGESTS
  
+ # CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
+ # This variable allow advanced user to add custom script to the control.tar.gz (inside the .deb archive)
+ # Typical examples are: 
+ # - conffiles
+ # - postinst
+ # - postrm
+ # - prerm"
+ # Usage:
+ # SET(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA 
+ #    "${CMAKE_CURRENT_SOURCE_DIR/prerm;${CMAKE_CURRENT_SOURCE_DIR}/postrm")
+ 
  
  # For debian source packages:



More information about the Cmake-commits mailing list