From ffe1dbbf53840cff160648f92b6350fd449491e0 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Tue, 9 Oct 2012 12:51:14 -0700 Subject: [PATCH] add aws deb build --- debian/cloud-awsapi.install | 36 ++++++++++++++++++++++++++++++++++++ debian/control | 7 +++++++ 2 files changed, 43 insertions(+) create mode 100644 debian/cloud-awsapi.install diff --git a/debian/cloud-awsapi.install b/debian/cloud-awsapi.install new file mode 100644 index 00000000000..f627149acb7 --- /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 diff --git a/debian/control b/debian/control index 44736d74511..9d16f43c0f7 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