Updated Branches: refs/heads/4.0 b68addeb0 -> af1755508
add aws deb build Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ffe1dbbf Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ffe1dbbf Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ffe1dbbf Branch: refs/heads/4.0 Commit: ffe1dbbf53840cff160648f92b6350fd449491e0 Parents: b68adde Author: Edison Su <[email protected]> Authored: Tue Oct 9 12:51:14 2012 -0700 Committer: Edison Su <[email protected]> Committed: Tue Oct 9 13:27:22 2012 -0700 ---------------------------------------------------------------------- debian/cloud-awsapi.install | 36 ++++++++++++++++++++++++++++++++++++ debian/control | 7 +++++++ 2 files changed, 43 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ffe1dbbf/debian/cloud-awsapi.install ---------------------------------------------------------------------- diff --git a/debian/cloud-awsapi.install b/debian/cloud-awsapi.install new file mode 100644 index 0000000..f627149 --- /dev/null +++ b/debian/cloud-awsapi.install @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +/usr/share/cloud/bridge +/usr/share/cloud/bridge/conf +/usr/share/cloud/bridge/conf/* +/usr/share/cloud/bridge/webapps7080 +/usr/share/cloud/bridge/webapps7080/* +/usr/share/cloud/setup/bridge/db/* +/usr/bin/cloudstack-aws-api-register +/usr/bin/cloudstack-setup-bridge +/usr/share/java/axiom-*.jar +/usr/share/java/axis2-*.jar +/usr/share/java/antlr*.jar +/usr/share/java/XmlSchema-*.jar +/usr/share/java/json-simple*.jar +/usr/share/java/neethi*.jar +/usr/share/java/woden*.jar +/usr/share/java/xercesImpl*.jar +/usr/share/java/xml-apis*.jar +/usr/share/java/dom4j*.jar +/usr/share/java/javassist*.jar +/usr/share/java/commons-fileupload*.jar http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ffe1dbbf/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 44736d7..9d16f43 100644 --- a/debian/control +++ b/debian/control @@ -116,3 +116,10 @@ Architecture: any Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-deps (= ${source:Version}), cloud-server (= ${source:Version}), cloud-setup (= ${source:Version}), cloud-client (= ${source:Version}) Description: CloudStack commandline tool The CloudStack commandline tool for invoking APi + +Package: cloud-awsapi +Provides: cloud-awsapi +Architecture: any +Depends: openjdk-6-jre, tomcat6, libcommons-lang-java +Description: CloudStack AWS API wrapper + The CloudStack aws wrapper
