debian/rules: Turn on BUILD_corbaidl2wrs to ship idl2wrs man page

This commit is contained in:
Balint Reczey 2021-10-08 14:38:49 +02:00 committed by Wireshark GitLab Utility
parent a9c1d1ac9e
commit a1d964fa1c
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -34,7 +34,7 @@ endif
dh $@ --with python3 --buildsystem $(DH_BUILDSYSTEM) --with quilt --parallel
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_xxx2deb=ON
dh_auto_configure -- -DBUILD_xxx2deb=ON -DBUILD_corbaidl2wrs=ON
override_dh_auto_build:
# Ignore warnings from asn2wrs.py about duplicate field names.