[cmake-developers] [CMake 0012062]: CPackDeb: The EXTRA control files may not be specified on a per-component basis
Mantis Bug Tracker
mantis at public.kitware.com
Sat Apr 9 03:48:12 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=12062
======================================================================
Reported By: Eric NOULARD
Assigned To:
======================================================================
Project: CMake
Issue ID: 12062
Category: CPack
Reproducibility: have not tried
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-04-09 09:48 CEST
Last Modified: 2011-04-09 09:48 CEST
======================================================================
Summary: CPackDeb: The EXTRA control files may not be
specified on a per-component basis
Description:
CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA may be used to add user specified
control file to the .deb.
Currently one cannot specify a component specific Control file.
# 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")
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-04-09 09:48 Eric NOULARD New Issue
======================================================================
More information about the cmake-developers
mailing list