Skip to content
  • Domen Vrankar's avatar
    CPack/Deb: CPACK_DEBIAN_PACKAGE_VERSION regex testing exception · 529729d6
    Domen Vrankar authored
    CPACK_DEBIAN_PACKAGE_VERSION variable could in the past also
    contain release and epoch version so regex test should expect
    the entire versioning if both CPACK_DEBIAN_PACKAGE_RELEASE
    and CPACK_DEBIAN_PACKAGE_EPOCH are not set.
    Also since the checks were not performed in the past the regex
    test of CPACK_DEBIAN_PACKAGE_VERSION variable content should
    only report author warnings instead of errors in case of the
    test fail.
    
    Fixes: #17339
    529729d6