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

Jonas Smedegaard dr at jones.dk
Tue Apr 19 06:48:52 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 dfc9a44904a8f3143d40702d498aed38a2709f7a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 19 08:48:04 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 80421d5..03816f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,6 +162,9 @@ clean::
 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)
+
 # Let d-shlibs calculate development package dependencies
 #  and handle shared library install
 CDBS_BUILD_DEPENDS +=, d-shlibs

-- 
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