Updated Branches: refs/heads/master fc8fc2a5c -> a6a74c7d9
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/master Commit: 6f03c327f563bca7d34af7cea7e5b50eb7e39028 Parents: fc8fc2a Author: Wido den Hollander <[email protected]> Authored: Mon Sep 10 14:20:14 2012 +0200 Committer: Wido den Hollander <[email protected]> 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 <[email protected]> -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/
