URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20568aa8b9376db9da9bce82e9f84482832fe42a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
20568aa 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>
Actions performed:
from 14553ee REAME.dissector: remove double spaces.
add 20568aa 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(-)