Wireshark-commits: [Wireshark-commits] master-2.2 609ba63: autotools: propagate git version info to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Nov 2016 19:54:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=609ba63ec4af85cb26575b7f3391b3486e3e076e
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

609ba63 by Peter Wu (peter@xxxxxxxxxxxxx):

    autotools: propagate git version info to distribution tarball
    
    Store the git describe output in the distribution tarball (make dist)
    and ensure that this version is always used for builds from this
    tarball. This will prevent the useless "Git Rev Unknown from unknown"
    output in tar-based builds.
    
    It will also prevent git from being invoked in tarball builds.
    
    Remove the git branch name since the commit ID (and git tag) in the git
    describe output is sufficient to identify the source tree. (In SVN, a
    revision ID had to be paired with a branch name to identify the source
    tree, in git this is no longer the case.)
    
    Change-Id: Iffe142b6efd81e857802eb604d6310cfd301d207
    Reviewed-on: https://code.wireshark.org/review/18415
    Reviewed-by: João Valverde <j@xxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    (cherry picked from commit 9490f5e98db1c18aa527464373ac149ed3ac285b)
    Reviewed-on: https://code.wireshark.org/review/18630
    Petri-Dish: João Valverde <j@xxxxxx>
    

Actions performed:

    from  c809377   USB Audio: Fix dissection of unit descriptors missing the iFeature field
    adds  609ba63   autotools: propagate git version info to distribution tarball


Summary of changes:
 Makefile.am     |    4 ++++
 make-version.pl |   29 +++++++++++++++++++++--------
 2 files changed, 25 insertions(+), 8 deletions(-)