| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Mostly it's about replace `http:` with `https:` protocol.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Update documentation to elaborate on the behavior between `.ddeb` creation,
CPACK_STRIP_FILES, and if the files are actually stripped.
Closes: #22438
|
| |
|
|
|
|
|
|
|
|
|
|
| |
RPM 4.11.3 for el7 contains backported support for the RPM weak dep tags.
It only supports querying those tags, but rpmbuild can not make use of them.
Since CPack relies on rpmbuild --querytags to check for support, this
commit switches to rpm --suggests to check for support of weak
dependencies.
Fixes: #22350
|
|
|
|
| |
Issue: #19715
|
|
|
|
| |
Issue: #19715
|
|
|
|
|
|
| |
GitLab now uses a `/-/` component between the `group/project` part of
the URL and the `{issues,merge_requests,tree}` part so that it can
support `group/subgroup/project` with arbitrary depth.
|
|
|
|
|
|
| |
Add variables for PRE_TRANS and POST_TRANS scripts.
Fixes: #18917
|
| |
|
|
|
|
|
| |
This appeared in a few CPack generator documents but is not used
elsewhere.
|
| |
|
|
The documentation for CPack generators previously lived in their
respective internal CMake modules. This setup was misleading,
because it implied that you should include the modules in your own
code, which is not the case. Moving the documentation into a
separate section does a better job of hiding the internal modules,
which are just an implementation detail. The generator documentation
has also been modified to remove any references to the module name.
The CPackIFW module is a special exception: since it has user-facing
macros, the documentation for these macros has been kept in the module
page, while all other documentation related to the IFW generator has
been moved into the new section.
To make it easier to find the new documentation, the old help pages
for the CPack*.cmake modules have not been deleted, but have been
replaced with a link to their respective help page in the new
documentation section.
|