Wireshark-commits: [Wireshark-commits] master 86a35ac: cmake: allow VCSVERSION to be overridden wit
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Aug 2019 20:26:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=86a35ac6a20098c248b7a69944146bad368e6228
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

86a35ac by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: allow VCSVERSION to be overridden with VCSVERSION_OVERRIDE
    
    The default VCSVERSION from make-version.pl is based on the "git
    archive" information (for tarballs) or uses "git describe" to discover
    the version. Distributors such as Debian who directly build from a Git
    repository might want to include a deterministic value, therefore add a
    new option to achieve this.
    
    Change-Id: I5a39670519f4d846020d917b124fc4d548d00137
    Reviewed-on: https://code.wireshark.org/review/34100
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  b22030f   Thread: Fix URI token passing to CoAP dissector
     add  86a35ac   cmake: allow VCSVERSION to be overridden with VCSVERSION_OVERRIDE


Summary of changes:
 CMakeLists.txt        | 26 ++++++++++++++++++--------
 tools/make-version.pl |  6 ++++++
 2 files changed, 24 insertions(+), 8 deletions(-)