You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/10 22:55:52 UTC

[12/50] [abbrv] git commit: debian: Make maven a build dependency

debian: Make maven a build dependency

We require at least Maven 3.0.4 for building the Debian packages.

This is available in Debian Testing and Ubuntu 12.04


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6f03c327
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6f03c327
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6f03c327

Branch: refs/heads/4.0
Commit: 6f03c327f563bca7d34af7cea7e5b50eb7e39028
Parents: fc8fc2a
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Mon Sep 10 14:20:14 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Mon Sep 10 16:42:07 2012 +0200

----------------------------------------------------------------------
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6f03c327/debian/control
----------------------------------------------------------------------
diff --git a/debian/control b/debian/control
index 09f3377..5b95eb3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: cloud
 Section: libs
 Priority: extra
 Maintainer: Wido den Hollander <wi...@widodh.nl>
-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
+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)
 Standards-Version: 3.8.1
 Homepage: http://www.cloudstack.org/