Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/188332
Change subject: Use dh-exec to properly rename ini file for fastcgi ...................................................................... Use dh-exec to properly rename ini file for fastcgi Change-Id: Id1a17b6cfd800fb346f68f3a4a476108463ef08a Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M debian/control M debian/hhvm.install 2 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/hhvm refs/changes/32/188332/1 diff --git a/debian/control b/debian/control index 624acbb..b9139fc 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Maintainer: Debian HHVM packaging team <[email protected]> Uploaders: David MartÃnez Moreno <[email protected]>, Faidon Liambotis <[email protected]> Build-Depends: debhelper (>= 9.0.0), + dh-exec, autotools-dev, binutils-dev, bison, diff --git a/debian/hhvm.install b/debian/hhvm.install old mode 100644 new mode 100755 index 09f15ee..14fb24d --- a/debian/hhvm.install +++ b/debian/hhvm.install @@ -1,5 +1,6 @@ +#!/usr/bin/dh-exec usr/bin/hhvm hphp/hack/bin/hh_client /usr/bin hphp/hack/bin/hh_server /usr/bin debian/php.ini /etc/hhvm -debian/php.ini.fcgi /etc/hhvm/fcgi +debian/php.ini.fcgi => /etc/hhvm/fcgi/php.ini -- To view, visit https://gerrit.wikimedia.org/r/188332 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id1a17b6cfd800fb346f68f3a4a476108463ef08a Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/hhvm Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
