[Pkg-voip-commits] [asterisk] 01/06: Ignore ABI drift on experimental builds.

Jonas Smedegaard dr at jones.dk
Mon Mar 21 09:36:38 UTC 2016


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

js pushed a commit to branch master
in repository asterisk.

commit e43c4b39907d38d087a74deb708d9506bed76e76
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Mar 20 20:12:19 2016 +0100

    Ignore ABI drift on experimental builds.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fc01196..802210b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ override_dh_auto_build:
 	    echo "  Was: $(SAVED_ABI_HASH)"; \
 	    echo "  Now: $$abi_hash"; \
 	    echo "Check include/asterisk/buildopts.h"; \
-	    exit 1; \
+	    [ -n "$(EXP_RELEASE)" ] || exit 1; \
 	  fi
 
 SND_FILE=asterisk-core-sounds-en-gsm-1.4.20.tar.gz

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



More information about the Pkg-voip-commits mailing list