Wireshark-commits: [Wireshark-commits] master 5ae8c92: Try to fix NSIS packaging dependencies.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Jun 2015 17:07:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ae8c92aa0dfc70a1e76b8100702a285bc2638e4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5ae8c92 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Try to fix NSIS packaging dependencies.
    
    Split the nsis_package target into nsis_package_prep which has
    dependencies and nsis_package which has no dependencies and as a result
    blindly builds the package. Remove the nsis_uninstaller target since
    that's now handled by nsis_package_prep. Nsis_package_prep *should*
    also take care of the dependencies for portableapps_package, but that
    hasn't been tested.
    
    Update the Developer's Guide.
    
    This requires coordination with the Windows buildbots.
    
    Change-Id: Ib9e3141832c782355135a1637fba5a07c2ca4ba1
    Reviewed-on: https://code.wireshark.org/review/9217
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  df62a1b   [GSM DTAP]: fix indent (use 4 spaces)
    adds  5ae8c92   Try to fix NSIS packaging dependencies.


Summary of changes:
 docbook/wsdg_src/WSDG_chapter_sources.asciidoc |   27 +++++++++++++++----
 packaging/nsis/CMakeLists.txt                  |   33 ++++++++++--------------
 packaging/portableapps/CMakeLists.txt          |    4 +--
 3 files changed, 38 insertions(+), 26 deletions(-)