summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cpack-deb-new-component-vars.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-01 17:47:27 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-01 17:50:43 (GMT)
commit377a12b2d239c531b324d31759aa05450ee8d622 (patch)
tree25d8e3eee2d2a0dd263a7cf8fd4b87b9772fb08b /Help/release/dev/cpack-deb-new-component-vars.rst
parentadc3d1244bf373fca10cc15a45e34ac7aac34961 (diff)
downloadCMake-377a12b2d239c531b324d31759aa05450ee8d622.zip
CMake-377a12b2d239c531b324d31759aa05450ee8d622.tar.gz
CMake-377a12b2d239c531b324d31759aa05450ee8d622.tar.bz2
Help: Consolidate 3.5 release notes
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.5.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/dev/cpack-deb-new-component-vars.rst')
-rw-r--r--Help/release/dev/cpack-deb-new-component-vars.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/cpack-deb-new-component-vars.rst b/Help/release/dev/cpack-deb-new-component-vars.rst
deleted file mode 100644
index e30afdb..0000000
--- a/Help/release/dev/cpack-deb-new-component-vars.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-cpack-deb-new-component-vars
-----------------------------
-
-* The :module:`CPackDeb` module learned to set Package, Section
- and Priority control fields per-component.
- See :variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_SECTION`
- and :variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY`.