Wireshark-commits: [Wireshark-commits] master-3.0 e34b08d: tools: Switch some scripts exclusively t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Jun 2019 22:27:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e34b08d34a19f79e6c2a7a8c4ca3791b4bb7483e
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

e34b08d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    tools: Switch some scripts exclusively to Python 3.
    
    Convert asn2wrs.py to Python 3 via `2to3 --print-function --write` along
    with additional tweaks.
    
    Convert asn2deb and idl2deb using `2to3 --write`.
    
    Work around what appears to be a Debian packaging bug:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818609
    
    Change-Id: I5cc246f7162c2d713673955c10c092e1b91adf82
    Reviewed-on: https://code.wireshark.org/review/33504
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 20568aa8b9376db9da9bce82e9f84482832fe42a)
    Reviewed-on: https://code.wireshark.org/review/33699
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  c297d3b   debian/control: fix minor Lintian warnings related to Priority, etc.
     add  e34b08d   tools: Switch some scripts exclusively to Python 3.


Summary of changes:
 debian/control   |  2 +-
 tools/asn2deb    | 14 +++++++-------
 tools/asn2wrs.py | 12 ++++++++----
 tools/idl2deb    |  8 ++++----
 4 files changed, 20 insertions(+), 16 deletions(-)