Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/196223
Change subject: debian: misc fixes ...................................................................... debian: misc fixes [debian/changelog] * Adds Debian version number [debian/control] * Dependencies are now on their own lines * Build depends on git, nodejs-legacy * Depends on nodejs-legacy (/usr/bin/node symlink) Change-Id: I5de659cf1fa65bf39dd68b0497bc371306981472 --- M debian/changelog M debian/control 2 files changed, 25 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/restbase refs/changes/23/196223/1 diff --git a/debian/changelog b/debian/changelog index 55a7753..2d249bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,17 @@ -restbase (0.1.6) UNRELEASED; urgency=medium +restbase (0.1.6-2) UNRELEASED; urgency=medium - * Initial version + [debian/changelog] + * Adds Debian version number + + [debian/control] + * Dependencies are now on their own lines + * Build depends on git, nodejs-legacy + * Depends on nodejs-legacy (/usr/bin/node symlink) + + -- Antoine Musso <has...@free.fr> Thu, 12 Mar 2015 15:26:39 +0100 + +restbase (0.1.6-1) UNRELEASED; urgency=medium + + * Initial version -- Gabriel Wicke <gwi...@wikimedia.org> Mon, 06 Oct 2014 13:18:39 -0700 diff --git a/debian/control b/debian/control index de193a8..475cc80 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,10 @@ Section: web Priority: optional Maintainer: Gabriel Wicke <gwi...@wikimedia.org> -Build-Depends: debhelper (>= 8.0.0), npm +Build-Depends: debhelper (>= 8.0.0), + git, + nodejs-legacy, + npm Standards-Version: 3.9.4 Homepage: https://github.com/gwicke/restbase Vcs-Git: https://github.com/gwicke/restbase.git @@ -11,7 +14,13 @@ Package: restbase # we only package amd64 for now Architecture: amd64 -Depends: nodejs (>=0.10.0), cassandra (>=2.0.10), logrotate, adduser, ${shlibs:Depends}, ${misc:Depends} +Depends: adduser, + cassandra (>=2.0.10), + nodejs (>=0.10.0), + nodejs-legacy, + logrotate, + ${shlibs:Depends}, + ${misc:Depends} Enhances: mediawiki Description: REST storage service and backend orchestration layer Distributed storage with REST interface and a flexible backend orchestration layer. See https://github.com/gwicke/restbase. -- To view, visit https://gerrit.wikimedia.org/r/196223 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5de659cf1fa65bf39dd68b0497bc371306981472 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/restbase Gerrit-Branch: master Gerrit-Owner: Hashar <has...@free.fr> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits