diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 14:12:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-07 15:05:41 (GMT) |
commit | ac5295a9dea2ff5f130dbd6dd9429bc42761a995 (patch) | |
tree | b6dc8ba50838e5fb6ed826f541448801930ff59e /Help/cpack_gen/deb.rst | |
parent | 7c52e9e9511ecbd3dad2d0de493ea7329a860c5f (diff) | |
download | CMake-ac5295a9dea2ff5f130dbd6dd9429bc42761a995.zip CMake-ac5295a9dea2ff5f130dbd6dd9429bc42761a995.tar.gz CMake-ac5295a9dea2ff5f130dbd6dd9429bc42761a995.tar.bz2 |
Help: Fix broken external links found by sphinx linkcheck
Diffstat (limited to 'Help/cpack_gen/deb.rst')
-rw-r--r-- | Help/cpack_gen/deb.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/cpack_gen/deb.rst b/Help/cpack_gen/deb.rst index f96ca32..6bb0bdd 100644 --- a/Help/cpack_gen/deb.rst +++ b/Help/cpack_gen/deb.rst @@ -57,7 +57,7 @@ List of CPack DEB generator specific variables: .. versionadded:: 3.5 Per-component ``CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME`` variables. - See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Source + See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-source .. variable:: CPACK_DEBIAN_FILE_NAME CPACK_DEBIAN_<COMPONENT>_FILE_NAME @@ -639,7 +639,7 @@ List of CPack DEB generator specific variables: - :variable:`CPACK_DEBIAN_PACKAGE_SOURCE` for component-based installations. - See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Source + See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-source .. note:: |