提交 5b6854b2 编写于 作者: J Jeremy Bicha

Revert "debian/rules: Set DPKG_GENSYMBOLS_CHECK_LEVEL = 4"

This reverts commit f4cd2d4d.

The extra checking is unnecessary since the default level 1
still catches any removed symbols.

The C++ symbols vary between architectures which adds extra work
and extra uploads if we don't get it quite right. The current
Debian maintainers aren't interested in doing all that extra work here.

Also, poppler bumps their soname so frequently that there isn't
a risk of breaking changes not being seen.
上级 927b1306
...@@ -11,8 +11,6 @@ libpopplerN := $(shell sed -rn 's/^Package:[[:space:]]*(libpoppler[0-9]+)[[:spac ...@@ -11,8 +11,6 @@ libpopplerN := $(shell sed -rn 's/^Package:[[:space:]]*(libpoppler[0-9]+)[[:spac
# enable all the hardening options # enable all the hardening options
export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
# disable gtk stuff to minimize Build-Depends # disable gtk stuff to minimize Build-Depends
CONFIGURE_ARGS := \ CONFIGURE_ARGS := \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册