Wireshark-commits: [Wireshark-commits] master cb345eb: Use LocatePythonModule to find make-dissecto

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Dec 2014 07:42:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cb345eb4bd0149b4a71d6069f957600a83cc3417
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cb345eb by Maarten Bezemer (maarten.bezemer@xxxxxxxxx):

    Use LocatePythonModule to find make-dissector-reg.py in order to make UseMakeDissectorReg.cmake more generally (out-of-source) usable.
    Add make-dissector-reg.py to the Debian packages.
    
    Making it possible to generate out-of-source wireshark plugins.
    
    Change-Id: I0bbe5b46205d39e229d31812341540b26a7336d6
    Reviewed-on: https://code.wireshark.org/review/5802
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0885d29   Make sure err_info is always set, and print it iff it's non-null.
    adds  cb345eb   Use LocatePythonModule to find make-dissector-reg.py in order to make UseMakeDissectorReg.cmake more generally (out-of-source) usable. Add make-dissector-reg.py to the Debian packages.


Summary of changes:
 CMakeLists.txt                          |    2 ++
 cmake/modules/LocatePythonModule.cmake  |   51 +++++++++++++++++++++++++++++++
 cmake/modules/UseMakeDissectorReg.cmake |    8 +++--
 debian/rules                            |    3 +-
 debian/wireshark-dev.install            |    3 +-
 5 files changed, 62 insertions(+), 5 deletions(-)
 create mode 100644 cmake/modules/LocatePythonModule.cmake