[Pkg-bitcoin-commits] [libsecp256k1] 01/02: Relax symbols check on experimental builds.

Jonas Smedegaard dr at jones.dk
Mon Apr 18 10:02:44 UTC 2016


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

js pushed a commit to branch master
in repository libsecp256k1.

commit f3a5a2c75475608b03edf7dd95bd299bc8bee947
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Apr 18 12:02:02 2016 +0200

    Relax symbols check on experimental builds.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 708925f..d0027b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,9 @@ DEB_CONFIGURE_EXTRA_FLAGS += --disable-jni
 
 DEB_MAKE_CHECK_TARGET = check
 
+# relax symbols check when targeting experimental
+export DPKG_GENSYMBOLS_CHECK_LEVEL=$(if $(EXP_RELEASE),0)
+
 # Let d-shlibs calculate development package dependencies
 #  and handle shared library install
 #  * d-shlibs 0.50 required for --multiarch and --exclude-la options

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



More information about the Pkg-bitcoin-commits mailing list