[Pkg-bitcoin-commits] [libunivalue] 01/03: Fix fail on testsuite failure when targeted non-experimental.

Jonas Smedegaard dr at jones.dk
Sun Apr 24 17:06:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit dcfd02264f0533e6994644a9b5c832fc431cd292
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Apr 24 18:58:54 2016 +0200

    Fix fail on testsuite failure when targeted non-experimental.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 68da7db..82a813b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
 DEB_MAKE_CHECK_TARGET = check
 
 # relax symbols check when targeting experimental
-export DPKG_GENSYMBOLS_CHECK_LEVEL=$(if $(EXP_RELEASE),0)
+export DPKG_GENSYMBOLS_CHECK_LEVEL=$(if $(EXP_RELEASE),0,1)
 
 # Let d-shlibs calculate development package dependencies
 #  and handle shared library install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list