Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/113027
Change subject: Remove version from the npm dependency for now ...................................................................... Remove version from the npm dependency for now To buld you need at least npm 1.3.0 but dpgk can not finde the npm version, if npm is installed from ppa:chris-lea/node.js Change-Id: I21d32731f06187ebfaf450164089a597fe63d163 --- M debian/control M debian/files 2 files changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/mathoid refs/changes/27/113027/1 diff --git a/debian/control b/debian/control index 1addc43..d4ce241 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,9 @@ Section: web Priority: extra Maintainer: Moritz Schubotz (Physikerwelt) <[email protected]> -Build-Depends: debhelper (>= 8.0.0), make, npm (>= 1.3.0) +# To buld you need at least npm 1.3.0 but dpgk can not finde the npm version, +# if npm is installed from ppa:chris-lea/node.js +Build-Depends: debhelper (>= 8.0.0), make, npm Standards-Version: 3.9.2 Homepage: http://www.formulasearchengine.com/Mathoid Vcs-Git: https://github.com/physikerwelt/mathoid-deploy.git diff --git a/debian/files b/debian/files index 911d13b..68e57b1 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -mathoid_0.1-0_amd64.deb web extra +mathoid_0.1-0ubuntu1_amd64.deb web extra -- To view, visit https://gerrit.wikimedia.org/r/113027 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I21d32731f06187ebfaf450164089a597fe63d163 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/mathoid Gerrit-Branch: master Gerrit-Owner: Physikerwelt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
