Wireshark-commits: [Wireshark-commits] master b273563: Fix Debian package build complaints.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 2 Aug 2014 21:18:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b273563aa59ef853cb79ac51d3eff7f804e97ad8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b273563 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix Debian package build complaints.
    
    Apply the patches printed out when the Debian package build complains,
    and then remove the #MISSING indications that correspond to routines we
    don't export outside the library (either because we don't declare them
    as exported outside the library, because they've been removed, or
    because they've been moved to another library).
    
    Change-Id: Iba2d5c5436dabd31d7f84fd400bb78afcb5ee69f
    Reviewed-on: https://code.wireshark.org/review/3367
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a722f83   Convert the build and install chapter to AsciiDoc.
    adds  b273563   Fix Debian package build complaints.


Summary of changes:
 debian/libwireshark0.symbols |   24 +++++++++++++++++++++---
 debian/libwsutil0.symbols    |   25 ++++++++++++++++++++-----
 2 files changed, 41 insertions(+), 8 deletions(-)