Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14854D74E for ; Thu, 13 Sep 2012 18:44:03 +0000 (UTC) Received: (qmail 91097 invoked by uid 500); 13 Sep 2012 18:43:51 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 91063 invoked by uid 500); 13 Sep 2012 18:43:51 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 90026 invoked by uid 99); 13 Sep 2012 18:43:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 18:43:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A4BF03654E; Thu, 13 Sep 2012 18:43:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [34/50] [abbrv] git commit: on ubuntu, in order to build debs, need to add add-apt-repository ppa:natecarlson/maven3, then install maven3 Message-Id: <20120913184349.A4BF03654E@tyr.zones.apache.org> Date: Thu, 13 Sep 2012 18:43:49 +0000 (UTC) on ubuntu, in order to build debs, need to add add-apt-repository ppa:natecarlson/maven3, then install maven3 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/17b2af2a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/17b2af2a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/17b2af2a Branch: refs/heads/javelin Commit: 17b2af2a90a2f07475a9cd2007a2a04a55d82704 Parents: ff58e05 Author: Edison Su Authored: Wed Sep 12 15:26:59 2012 -0700 Committer: Edison Su Committed: Wed Sep 12 15:27:51 2012 -0700 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/17b2af2a/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 796b49d..a39df26 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cloud Section: libs Priority: extra Maintainer: Wido den Hollander -Build-Depends: debhelper (>= 7), openjdk-6-jdk, tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, libservlet2.5-java, genisoimage, python-mysqldb, maven (>= 3.0.4), liblog4j1.2-java (>= 1.2.16) + Build-Depends: debhelper (>= 7), openjdk-6-jdk, tomcat6, libws-commons-util-java, libcommons-dbcp-java, libcommons-collections-java, libcommons-httpclient-java, libservlet2.5-java, genisoimage, python-mysqldb, maven3, liblog4j1.2-java (>= 1.2.16) Standards-Version: 3.8.1 Homepage: http://www.cloudstack.org/