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

Jonas Smedegaard dr at jones.dk
Sun Apr 24 18:56:05 UTC 2016


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

js pushed a commit to branch master
in repository groestlcoin.

commit 0168420eefcc22ff7e85d6bbe1daec2f7703e139
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Apr 24 18:16:48 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 03816f2..e468b19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -163,7 +163,7 @@ binary-post-install/$(pkg-daemon)::
 	chmod +x debian/$(pkg-daemon)/usr/bin/$(daemon)
 
 # 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/groestlcoin.git



More information about the Pkg-bitcoin-commits mailing list