Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/274144
Change subject: New version for HHVM 3.12 ...................................................................... New version for HHVM 3.12 Change-Id: I64b94ec01486bfe58be7f93f22023b4dfafdae48 --- M debian/changelog M debian/rules 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/php/tidy refs/changes/44/274144/1 diff --git a/debian/changelog b/debian/changelog index 94c1a68..057007b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hhvm-tidy (0.1-2) trusty-wikimedia; urgency=medium + + * Updating for HHVM 3.12 + + -- Giuseppe Lavagetto <[email protected]> Tue, 01 Mar 2016 18:30:21 +0100 + hhvm-tidy (0.1-1) trusty-wikimedia; urgency=medium * Initial release. diff --git a/debian/rules b/debian/rules index 7b1ca9d..ed0a539 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,8 @@ override_dh_gencontrol: # HHVM does *not* ensure abi compatibility. - echo "hhvm:ApiVersion=hhvm-api-$(shell /usr/bin/hhvm --version | sed -ne 's/^Extension API:\ //p')" >> debian/hhvm-tidy.substvars + hhvmapi=$(shell /usr/bin/hhvm --version | sed -ne 's/^HipHop VM \(.*\)\..*/\1/p') && \ + [ -n "$${hhvmapi}" ] && echo "hhvm:ApiVersion=hhvm-api-$${hhvmapi}" >> debian/hhvm-luasandbox.substvars dh_gencontrol override_dh_auto_clean: -- To view, visit https://gerrit.wikimedia.org/r/274144 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I64b94ec01486bfe58be7f93f22023b4dfafdae48 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/php/tidy Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
