Debian: Be more strict about symbol changes.

Add export DPKG_GENSYMBOLS_CHECK_LEVEL=4 to debian/rules in order to
ensure that we update the Debian config when we change the API.

Change-Id: Ieeaf08342790c075de62a52079d874fe9d36bed8
Reviewed-on: https://code.wireshark.org/review/33119
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Gerald Combs 2019-05-08 12:23:13 -07:00 committed by Anders Broman
parent 2e3dcd479e
commit 4812e2e7fa
1 changed files with 3 additions and 0 deletions

3
debian/rules vendored
View File

@ -7,6 +7,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# Catch symbol additions.
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
distrelease := $(shell lsb_release -cs)
ifeq ($(distrelease),n/a)
distrelease := sid